I have been struggling with Tiger for weeks. The ServerAdmin tool is doing very strange things to my server each time I use it. However, I have finally solved this postfix/amavis problem.
The line in main.cf
content_filter = smtp-amavis:[127.0.0.1]:10024
should be
content_filter = smtp-amavis:[127.0.0.1]:10025
Postfix expects content filter to passed to port 10025 and back from port 10026. master.cf is configured correctly, I have to wonder how this slipped through Apple’s quality control.
Comments are closed