Currently, this is a manual process. If you are using sendmail (I don't know about other mailers), then change to /var/spool/mqueue
# vi qf* find a line like: S<the email address you send with>
It will be just before a line starting with RPFD:<recipient's address>
Change the address in the S<> line to whatever is your vsnl email address. Everything else can remain as it is. Mail should go through correctly.
I am still trying to figure out how to get sendmail to do this correctly.
Philip
Philip wrote:
# vi qf* find a line like: S<the email address you send with>
What does that do, set the ENVELOPE SENDER field (I am not sure if I got the name correct)? I believe that is very easy to modify in qmail ...
SameerDS.
_________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Sometime Today, Sameer D. Sahasrabuddhe assembled some asciibets to say:
S<the email address you send with>
What does that do, set the ENVELOPE SENDER field (I am not sure if I got the name correct)? I believe that is very easy to modify in
It changes what goes in the MAIL FROM: line without changing the header of the message. Changing all of them is easy in sendmail. I believe that there are ways to change them separately too, as there are separate rulesets for changing envelopes and headers (S10 and S11), while a single ruleset to rewrite sender's address (S1).
Philip