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:<[email protected]> 250 2.1.0 Ok RCPT TO:<[email protected]> 250 2.1.5 Ok RCPT TO:<[email protected]> 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 [email protected] sends a mail to [email protected] and [email protected] postfix HOLDs the mail for [email protected], but forwards correctly the mail for [email protected] How can I do? thanks so much. bye, stefano -- Stefano Sasso http://stefano.dscnet.org/
