On Mon, 2010-07-12 at 02:55:40 +0200, David Touzeau wrote: > Jul 12 02:48:31 appliance postfix-mail.touzeau.biz/qmgr[15659]: > warning: connect to transport private/smtp-amavis: No such file or > directory > > r...@appliance:/var/spool/postfix-mail.touzeau.biz/private# ls -la > srw-rw-rw- 1 postfix root 0 2010-07-12 02:38 smtp-amavis:127.0.0.1:1026
Odd. > Master.cf : > -o content_filter=smtp-amavis:127.0.0.1:1026 You might want to use brackets here to encapsulate the IP. > smtp-amavis:127.0.0.1:1026 unix - - - - 7 smtp Why are you using 'inet' service name syntax with the 'unix' service type? Remove ':127.0.0.1:1026' and restart Postfix. And unless you want chroot, you can change the third '-' to 'n'. To familiarize yourself with what is supported in master.cf, see the master(5) manual. -- Sahil Tandon <sa...@freebsd.org>