Anders wrote:
> I'm setting up Amavis-new with postfix 2.2.9, this is the huge problem:
> postfix/qmgr[3084]: warning: connect to transport amavis: No such file
> or directory
> main.cf:
> content_filter = amavis:localhost:10024
> master.cf:
> amavis unix n - n - 6 smtp
> -o smtp_data_done_timeout=1200
> netstat output:
> Proto Recv-Q Send-Q Local Address Foreign Address
> State PID/Program name
> tcp 0 0 127.0.0.1:10024 0.0.0.0:*
> LISTEN 2891/amavisd (maste
> tcp 0 0 127.0.0.1:10025 0.0.0.0:*
> LISTEN 2862/master
> Ideas are welcome, I'm running out myself..
You probably had the content_filter in main.cf, but 'amavis' did not
exist in master.cf yet, then you started up postfix, then you added
amavis to master.cf. qmgr needs to be restarted. Stop postfix
(not reload) and then start it. I would also replace both with:
content_filter = amavis:[127.0.0.1]:10024
amavis unix - - n - 6 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
-o max_use=20
You may also need to requeue messages:
Postsuper -r ALL
Then wait a 20 seconds, then stop and start Postfix again.
Make sure there is no white space in front of 'amavis' in master.cf
Gary V
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/