Sean Symes via Users <[email protected]> wrote: > Thanks I saw that as well but that only accounts for php generated emails. I > think it still doesn't cover emails send from shell and webmail through local > imap connection.
If you don't need to handle inbound emails, then run the "intermediate" Postfix on port 25, and have it relay via another Postfix on a non-standard port. Or have the intermediate Postfix bind to localhost and one IP address, and have the main Postfix bind to another IP address. The main thing is to have the (?)pickup service running for the extra Postfix you've setup so it can collect local deliveries and "convert" them to SMTP deliveries to the main Postfix. _______________________________________________ Users mailing list [email protected] http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org
