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

AW: Problems to compile and install on centos7 with PLESK


Hello Andreas,

thank you for help.

Just did this. But no signing message.
How could I log it?

It dont understand why isnt signing..

Then I check the status of service I get this:


● signing-milter.service - Signing specific mails milter daemon
   Loaded: loaded (/etc/systemd/system/signing-milter.service; enabled; vendor preset: disabled)
   Active: active (running) since Sun 2020-10-11 15:23:23 CEST; 10s ago  Main PID: 24879 (signing-milter)
   CGroup: /system.slice/signing-milter.service
           └─24879 /usr/sbin/signing-milter -x -l -d 7 -s inet:30053@localhost

I think it looks good?

How could I debug it or is there a logging file?

Thank you

chris

-----Ursprüngliche Nachricht-----
Von: A. Schulze <sca@xxxxxxxxxxxxxxxxx> 
Gesendet: Sonntag, 11. Oktober 2020 11:42
An: users@xxxxxxxxxxxxxxxxxx
Betreff: 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:
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>
Re: Problems to compile and install on centos7 with PLESKMarkus Winkler <ml@xxxxxxxxx>
References:
Problems to compile and install on centos7 with PLESKChristian Fleischmann <c.fleischmann@xxxxxxxxxxxx>
Re: Problems to compile and install on centos7 with PLESK"A. Schulze" <sca@xxxxxxxxxxxxxxxxx>