Melvin Kowsnofski wrote:
Comcast's recent security updates now insist that SMTP submissions to the smart host be authorized by an ID and password that matches the From: address. I send mail from my system from several valid Comcast IDs. How can
I get sendmail to authorize with the correct ID? Somehow I doubt that I can
AUTH is per session, From: is per transaction (TA) -- as there can
be multiple TAs per session, you would first have to prevent that.
5.4. M -- Define Mailer
maxmessages The maximum message deliveries per connection
Then you would have to find out whether the value for From (Envelope:
$f if it matches the header From:) is actually available when
authinfo if called. If that's the case, then you could select the
proper info.
Overall: it's probably simpler to let your MUA contact the Comcast
server directly.
--
Note: please read the netiquette before posting. I will almost never
reply to top-postings which include a full copy of the previous
article(s) at the end because it's annoying, shows that the poster
is too lazy to trim his article, and it's wasting the time of all readers.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)