On Mon, 2006-04-10 at 10:58 -0700, Robinson Tiemuqinke wrote: > Hi, > > Thanks a lot for replys from helpful people here. But > I still have problems for my sendmail 8.13.6 on Fedora > Core 4. > > I followed the instructions at > http://efflandt.freeshell.org/sbc-smtp-auth.html, but > "make -C /etc/mail" fails and sendmail.cf does not > know how to use my authentication info. > Make the change in sendmail.mc, then the "make -C /etc/mail" creates the sendmail.cf file from the .mc file You also need the sendmail-cf package installed in order to make the changes. > My /etc/mail/autoinfo file is: > > [root@testnode01 mail]# cat /etc/mail/authinfo > AuthInfo:smtp.sbc.mail.yahoo4.akadns.net "U:root" > "I:myUserID@xxxxxxxxxxxxx" "P:myPasswd" > [root@testnode01 mail]# > > > The following are the results: > > [root@testnode01 mail]# make -C /etc/mail > make: Entering directory `/etc/mail' > sendmail.mc:50: m4: Cannot open > /usr/share/sendmail-cf/feature/authinfo hash -o > /etc/mail/authinfo.m4: No such file or directory > make: Leaving directory `/etc/mail' > [root@testnode01 mail]# make -C /etc/mail > make: Entering directory `/etc/mail' > make: Nothing to be done for `all'. > make: Leaving directory `/etc/mail' > [root@testnode01 mail]# /etc/init.d/sendmail restart > Shutting down sendmail: > [ OK ] > Shutting down sm-client: > [ OK ] > Starting sendmail: > [ OK ] > Starting sm-client: > [ OK ] > [root@testnode01 mail]# cat /var/tmp/mail.txt | > /usr/lib/sendmail -Am -vvv -t > myUserID@xxxxxxxxxxxxxxxx Connecting to > smtp.sbc.mail.yahoo4.akadns.net. via rela > y... > 220 smtp103.sbc.mail.mud.yahoo.com ESMTP > >>> EHLO testnode01.example.com > 250-smtp103.sbc.mail.mud.yahoo.com > 250-AUTH LOGIN PLAIN XYMCOOKIE > 250-PIPELINING > 250 8BITMIME > >>> MAIL From:<root@xxxxxxxxxxxxxxxxxxxxxx> > 530 authentication required - for help go to > http://help.yahoo.com/help/us/sbc/d > sl/mail/pop/pop-11.html > /root/dead.letter... Saved message in > /root/dead.letter > Closing connection to smtp.sbc.mail.yahoo4.akadns.net. > >>> QUIT > [root@testnode01 mail]# > > > > > --- Don Maxwell <don.maxwell@xxxxxxxxx> wrote: > > > On 4/10/06, Robinson Tiemuqinke > > <hahaha_30k@xxxxxxxxx> wrote: > > > > > > Any one knows how to setup FC4/FC5 sendmail on > > behalf > > > on sbcglobal.net DSL users? > > > > > > Here is the page that I used for guidance in > > configuring my sendmail to use > > the sbcglobal servers. The information on AUTH was > > most helpful: > > http://efflandt.freeshell.org/sbc-smtp-auth.html > > > > I saved the link about a year ago when SBC required > > userauth to use their > > SMTP servers and blocked outbound port 25. It > > worked well, and I forgot all > > about it until FC5 update changed my config files. > > Minutes later, I was > > back in business. > > > -- > > fedora-list mailing list > > fedora-list@xxxxxxxxxx > > To unsubscribe: > https://www.redhat.com/mailman/listinfo/fedora-list > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >