On Tue, Apr 27, 2010 at 2:54 PM, Chris Hall <[email protected]> wrote: > We're tightly controlling port 25 on our site here, so using the local > method for sending email is a no go. I read something about installing > mailgate on the smtp server here, but that has some people... nervous.... > My boss seems to think it should be a matter of switching a line or two to > set a smarthost to our smtp server to make it work. So my question is, > without dropping additional software or whatnot on the smtp server... how > can I use an external server for sending mail? What's the preferred and > correct configuration needed? >
put the mailgate in your real smtp server like this, assuming you have one This is an example from our qmail smtp server cat ~alias/.qmal-help |/opt/rt3/bin/rt-mailgate --queue help --action correspond --url https://rt.example.net 2>/dev/null > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com > -- Asif Iqbal PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
