Chris: > In main.cf smtp-amavis is an internet socket, isn't it? > > content_filter = smtp-amavis:[127.0.0.1]:10024 delivery agent-----^^^^^^^^^^^ ^^^^^^^^^^^-------delivery destination
main.cf says that the delivery agent smtp-amavis will make a connection to internet socket [127.0.0.1]:10024. master.cf says that smtp-amavis is a delivery agent that receives requests via a UNIX-domain socket. Perhaps http://www.postfix.org/OVERVIEW_README.html will help. Wietse