Hi, Sorry if this is the wrong list.
I have a debian system, installed the amavis packages etc following one of the many how toos. I installed postfix from source. Everything seems to work ok, no error message in logs. However, incoming and outgoing email just sits in the postfix/hold folder. I am assuming amavis is supposed to get the mail from here? Does it need permission rights to that folder? I have this in master.cf: #amavis smtp-amavis unix - - - - 2 smtp -o smtp_data_done_timeout=1200 -o smtp_send_xforward_command=yes -o disable_dns_lookups=yes -o max_use=20 And this in main.cf #amavis content_filter = smtp-amavis:[127.0.0.1]:10024 Thanks for any pointers.