Hello list, Is there a way to have multiple queue files for a mail message, one for each recipient? In a normal configuration, if I send a mail to user1@domain and user2@domain, postfix will use a single queue file. I'm trying to avoid this, because I need to put mail on HOLD based on a single RCPT. I tried to use smtpd_recipient_limit=1 , but it does not seem to be the right way:
ssasso@ssasso-nb:~$ telnet 192.168.75.12 25 Trying 192.168.75.12... Connected to 192.168.75.12. Escape character is '^]'. 220 in-1.tk-mail.local ESMTP HELO domain.com 250 in-1.tk-mail.local MAIL FROM:<ssa...@triskel.it> 250 2.1.0 Ok RCPT TO:<de...@domain1.it> 250 2.1.5 Ok RCPT TO:<de...@domain2.it> 452 4.5.3 Error: too many recipients QUIT 221 2.0.0 Bye Connection closed by foreign host. So, my mail will be deferred from the source mailserver. Basically, in my final configuration I want that if u...@a.com sends a mail to u...@b.com and u...@c.com postfix HOLDs the mail for u...@b.com, but forwards correctly the mail for u...@c.com How can I do? thanks so much. bye, stefano -- Stefano Sasso http://stefano.dscnet.org/