On Sat, Jan 22, 2022 at 04:18:27PM -0800, Noah wrote:
> Jan 23 00:08:12 localhost postfix/smtpd[18628]: warning: connect #1 to
> subsystem public/cleanup_submission: No such file or directory
You've configured an instance of smtpd(8) to use a "cleanup_submission"
service instead of the stock "cleanup" service. But no such service
was started by master(8).
> submission inet n - n - - smtpd
> -o cleanup_service_name=cleanup_submission
> -o content_filter=smtp-amavis:[127.0.0.1]:10023
And above's the guilty party.
> cleanup unix n - - - 0 cleanup
There's just the standard "cleanup", with no "cleanup_submission"
in sight.
--
Viktor.