Have released an updated version of the howto. It has updates for sendmail 8.11.x
get it at http://db.ilug-bom.org.in/lug-authors/philip/docs/Hdr-Env-Masq-miniHOWTO.txt
Philip
On Fri, Jan 10, 2003 at 03:35:38PM +0530, Philip S Tellis wrote:
http://db.ilug-bom.org.in/lug-authors/philip/docs/Hdr-Env-Masq-miniHOWTO.txt
<snip> You connect to your ISP to send and receive mail. You have an email account with another email service provider (not your ISP). You want outgoing mails to appear to come from your other account, but you want to use your ISP's mail gateway to send the mail.
You must use your ISP's mail gateway, because you are not permanently connected to the Internet. Your ISP does not allow relay - i.e. only mail coming from or going to an email address in your ISP's domain will be allowed through their gateway. </snip>
Consider this case:
My home machine uses dishnet (ISP). I have exim (SMTP) installed in my machine. I have configured exim to queue all mails till I connect net. I can send mails with any ID in the From:.
For eg: I am subscribed to ILUG-Mumbai with my gmx.net ID. But I am connected with Dishnet. So I have to use my @eth.net ID to send mails thru their SMTP. But if I send a mail with that ID the mailing list will bounce it.
In the above said case I am able to send mails thru my local SMTP with a From ID I choose.
Regards -- .''`. Dileep M. Kumar dileep@kumarayil.net : :' : http://www.kumarayil.net `. `'` `- Debian GNU/Linux - Choice of the Freedom Lovers
On Fri, 10 Jan 2003, Dileep M. Kumar wrote:
For eg: I am subscribed to ILUG-Mumbai with my gmx.net ID. But I am connected with Dishnet. So I have to use my @eth.net ID to send mails thru their SMTP. But if I send a mail with that ID the mailing list will bounce it.
In the above said case I am able to send mails thru my local SMTP with a From ID I choose.
yes, you can use your local SMTP. What happens if the destination host - mm.ilug-bom.org.in in this case is not reachabale at the moment? your mail will not get sent. instead, if you forward it to your ISP's server, it will get queued there and sent as soon as the destination becomes available. there's also the case of hosts that implement the DUL - like sourceforge.net
in general, on dial-up, use a smart host whenever possible.