Networking Forums

Networking Forums > Computer Networking > Linux Networking > How to login from sendmail?

Reply
Thread Tools Display Modes

How to login from sendmail?

 
 
Mladen Gogala
Guest
Posts: n/a

 
      10-07-2004, 11:33 PM
I have RH9 and I changed ISP. My new ISP (SBC) requires
me to authenticate to their SMTP server, which pretty much
prevents me from using sendmail. Is there a way to have a
local email server that could authenticate itself to the ISP?
--
Artificial Intelligence is no match for natural stupidity.

 
Reply With Quote
 
 
 
 
ynotssor
Guest
Posts: n/a

 
      10-08-2004, 12:57 AM
"Mladen Gogala" <(E-Mail Removed)> wrote in message
news(E-Mail Removed)

> I have RH9 and I changed ISP. My new ISP (SBC) requires
> me to authenticate to their SMTP server, which pretty much
> prevents me from using sendmail. Is there a way to have a
> local email server that could authenticate itself to the ISP?


In your sendmail.mc file, *above* the MAILER() definitions, e.g.:

define(`SMART_HOST',`sbcmx3.prodigy.net')dnl
FEATURE(`authinfo')dnl

and in /etc/mail/authinfo, e.g.:

AuthInfo:sbcmx3.prodigy.net "U:(E-Mail Removed)"
"P:yoursbcglobalpassword" "M:CRAM-MD5"

Then

# makemap hash /etc/mail/authinfo < /etc/mail/authinfo

Rebuild the sendmail.cf file and restart the daemon.

--
use hotmail for email replies

 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      10-08-2004, 03:56 AM
On Thu, 07 Oct 2004 23:33:39 GMT, Mladen Gogala <(E-Mail Removed)> wrote:
> I have RH9 and I changed ISP. My new ISP (SBC) requires
> me to authenticate to their SMTP server, which pretty much
> prevents me from using sendmail. Is there a way to have a
> local email server that could authenticate itself to the ISP?


It is standard SMTP AUTH which sendmail can do as a client. I have info
that may help at http://efflandt.freeshell.org/sbc-smtp-auth.html
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Celan 0800I-EA login? (was can´t find login to switch) Brian Kals Network Routers 1 04-01-2009 02:35 PM
How to login with native IPASS Login string into netvigator login? Erhard Broadband 0 12-01-2004 12:58 PM
How to login with native IPASS Login string into netvigator login? Erhard Broadband 0 12-01-2004 06:24 AM
Sometimes users can't login after changing password on domain at first login edg Windows Networking 0 11-11-2004 11:30 PM
Sendmail John Linux Networking 2 05-23-2004 08:07 PM



1 2 3 4 5 6 7 8 9 10 11