On 19.12.2009 17:00, Sahil Tandon wrote:
On Sat, 19 Dec 2009, Dasza Seyda wrote:
http://www.postfix.org/postconf.5.html#sender_dependent_relayhost_maps
According to that documentation page,
"sender_dependent_relayhost_maps" is "is available in Postfix 2.3
and later" - you
On 19.12.2009 14:52, Wietse Venema wrote:
Dasza Seyda:
Let's suppose that system-generated mails all will have
@system.example.com domain.
If I send this system-generated mail:
user$ echo test | mail -s test myacco...@yahoo.tld
I would like to have it delivered directly, without any r
If you set mylocaldomain in mydestination or virtual_mailbox_domains of
your main.cf then Postfix should not relay the mail.
I want the mail to be sent.
If you want that
Postfix smtp client sends emails based on sender to different relay
servers then http://www.postfix.org/SASL_README.html wo
If I add a "relayhost" to main.cf:
relayhost = relayhost.example.com
all main will be delivered through relayhost.example.com.
Now, I would like to deliver mail i.e. for @mylocaldomain directly, not
through relayhost - how should I do it?
I tried sender_dependent_relayhost_maps, but I'm no