Carlos E. R. wrote:

Now, what I want to get working is this:

        sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relay

Er.. hello?!? I just gave you a complete, tested and working example in my previous post. Granted, my file wasn't named sender_relay (this is an ARBITRARY name you can decide yourself!). My example used the file name "sender_relayhost".

Once again:

/etc/postfix/main.cf:
sender_dependent_relayhost_maps = hash:/etc/postfix/sender_relayhost
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/smtp_relayhost_auth
smtp_sasl_security_options = noanonymous
smtp_sender_dependent_authentication = yes

/etc/postfix/sender_relayhost
[EMAIL PROTECTED]            [mail.gmx.de]
[EMAIL PROTECTED]            [mail.gmx.de]

/etc/postfix/smtp_relayhost_auth:
[EMAIL PROTECTED]        [EMAIL PROTECTED]:password1
[EMAIL PROTECTED]        [EMAIL PROTECTED]:password2


But there is no sample sender_relay file, so I'm stuck. I'm googling it, and so far what I have found are questions but no answers. I only found this:

See above (^-^)

Documented is the parameter "sender_dependent_relayhost_maps".

Grin! You need sleep. (^-°)
--
Sandy

List replies only please!
Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to