You're in luck. I have this setup at home. Here is how you set up the authentication part:<br><br>First of all, you need a version of postgres with sasl support compiled in.<br><br>Then you need to edit <a href="http://main.cf">
main.cf</a>:<br><br>smtp_sasl_auth_enable = yes<br>smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br>smtp_sasl_security_options =<br><br>Then, create /etc/postfix/sasl_passwd:<br><a href="http://smtp.broadband.rogers.com">
smtp.broadband.rogers.com</a> username:password<br><br>postmap sasl_passwd<br><br><br><br><div><span class="gmail_quote">On 10/26/06, <b class="gmail_sendername">Paul Mora</b> <<a href="mailto:paulmora-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">
paulmora-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hello!<br><br>I am in need of a Postfix guru's help. I'd like to know how to get
<br>Postfix to send all outbound mail from addresses of the form<br>"<a href="mailto:user-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org">user-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org</a>" Rogers' SMTP server, and be able to log in via SMTP<br>AUTH. Has anyone out there configured something like that? Rogers
<br>blocks outbound SMTP from anywhere except their mail server, so I need<br>to forward my mail there.<br><br>I've perused the Postfix documentation lightly, but nothing has really<br>popped out at me. I'm sure there's a directive or map file somewhere,
<br>but I figure someone on this list has likely already done this.<br><br>Thanks,<br><br>pm<br><br>--<br>Paul Mora<br>email: <a href="mailto:paulmora-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">paulmora-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a><br>--<br>The Toronto Linux Users Group. Meetings:
<a href="http://gtalug.org/">http://gtalug.org/</a><br>TLUG requests: Linux topics, No HTML, wrap text below 80 columns<br>How to UNSUBSCRIBE: <a href="http://gtalug.org/wiki/Mailing_lists">http://gtalug.org/wiki/Mailing_lists
</a><br></blockquote></div><br>