[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems to compile and install on centos7 with PLESK



Am 10.10.20 um 14:52 schrieb Christian Fleischmann:
> Signing-milter service ist running but postfix said „connection refused“.

if not configured otherwise (-s ...) , the milter listen on inet6:30053@[::1] for requests.

postfix (or any othe milter aware MTA) have to be configured.

http://www.postfix.org/postconf.5.html#smtpd_milters
http://www.postfix.org/MILTER_README.html#smtp-only-milters

main.cf:
  signing_milter_socket = inet:[::1]:30053
  smtpd_milters = ${signing_milter_socket}

make sure the milter is active only for a postfix smtpd server handling submission.

Andreas

Follow-Ups:
AW: Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>
References:
Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>