[Mailmunge] MTA Macros
postfix at ptld.com
postfix at ptld.com
Mon Aug 16 13:25:21 EDT 2021
> Can you post the complete output of:
> ps auxww | grep [m]ailmunge
# Without having MM_EXTRA="-a tls_version"
mailmun+ 11125 0.6 2.0 87712 20796 ? Ss 13:14 0:00
/usr/local/bin/mailmunge-multiplexor -D -E -G -Q 30 -S mail -U mailmunge
-W 0 -Y mailmunge-mx -b 30 -f /etc/mailmunge/mailmunge-filter.pl -i 300
-l -m 2 -q 10 -r 500 -w 5 -x 10 -z /var/spool/mailmunge -s
/var/run/mailmunge/mailmunge-multiplexor.sock -o
/var/spool/mailmunge/mailmunge-multiplexor.lock
mailmun+ 11128 0.0 0.2 41968 2696 ? Ssl 13:14 0:00
/usr/local/bin/mailmunge -D -G -N -S mail -T -U mailmunge -X -q -t -y -z
/var/spool/mailmunge -p /var/run/mailmunge/mailmunge.sock -m
/var/run/mailmunge/mailmunge-multiplexor.sock -o
/var/spool/mailmunge/mailmunge.lock
mailmun+ 11185 0.0 1.7 87712 16960 ? S 13:14 0:00
mailmunge: Filtering worker 0
mailmun+ 11201 0.0 1.7 87712 16956 ? S 13:14 0:00
mailmunge: Filtering worker 1
# With MM_EXTRA="-a tls_version" as last line in default file
mailmun+ 11315 0.2 2.0 87672 20620 ? Ss 13:18 0:00
/usr/local/bin/mailmunge-multiplexor -D -E -G -Q 30 -S mail -U mailmunge
-W 0 -Y mailmunge-mx -b 30 -f /etc/mailmunge/mailmunge-filter.pl -i 300
-l -m 2 -q 10 -r 500 -w 5 -x 10 -z /var/spool/mailmunge -s
/var/run/mailmunge/mailmunge-multiplexor.sock -o
/var/spool/mailmunge/mailmunge-multiplexor.lock
mailmun+ 11318 0.0 0.2 41968 2744 ? Ssl 13:18 0:00
/usr/local/bin/mailmunge -D -G -N -S mail -T -U mailmunge -X -q -t -y -z
/var/spool/mailmunge -a tls_version -p /var/run/mailmunge/mailmunge.sock
-m /var/run/mailmunge/mailmunge-multiplexor.sock -o
/var/spool/mailmunge/mailmunge.lock
mailmun+ 11376 0.0 1.7 87672 16980 ? S 13:18 0:00
mailmunge: Filtering worker 0
mailmun+ 11393 0.0 1.7 87672 16980 ? S 13:18 0:00
mailmunge: Filtering worker 1
>> I assume some kind of conflict is happening between the -a for
>> mailmunge vs the -a for mailmunge-multiplexor when using default file.
>
> No, not at all. It's a red herring; the log message just means the
> multiplexor hadn't started yet when an SMTP connection came in.
I see, it was a one off error, it doesn't error again after another
restart with MM_EXTRA.
More information about the Mailmunge
mailing list