Hi all,<br><br>I have a laptop with FC5 and wanted to use it as my smtp server and also wanted to receive my logwatch reports each day.<br>the problem is that because all the battle against spam my laptop is no accepted almos anywhere so i start to configure my sendmail server to use an externet smtp server.
<br><br>I followed this steps<br>___________________________________<br>Step 4: add to your <a href="http://sendmail.mc">sendmail.mc</a> in /etc:<br><br>    FEATURE(`access_db')dnl<br>    FEATURE(`authinfo', `hash /etc/mail/authinfo')
<br>    define(`SMART_HOST',`outgoing.verizon.net')dnl<br>    MASQUERADE_AS(<a href="http://verizon.net">verizon.net</a>)dnl<br>    FEATURE(`allmasquerade')dnl<br>    FEATURE(`masquerade_envelope')dnl<br>    FEATURE(genericstable, `hash -o /etc/mail/genericstable')dnl
<br>    GENERICS_DOMAIN_FILE(`/etc/mail/genericsdomain')dnl<br><br>Step 5: copy the entire sendmail build subdirectory sendmail-8-13.2/cf/cf to /usr/share/sendmail-cf/<br><br>Step 6: m4 /etc/sendmail.mc > /etc/sendmail.cf
<br><br>Step 7: add the following lines to the files /etc/mail/access, /etc/mail/authinfo, /etc/mail/genericstable, /etc/mail/genericsdomain<br><br>    access<br>        From:ME at <a href="http://verizon.net">verizon.net
</a>             RELAY<br><br>    authinfo<br>        AuthInfo:<a href="http://outgoing.verizon.net">outgoing.verizon.net</a> "U:ME at <a href="http://verizon.net">verizon.net</a>" "I:<MY_VZ_ACCOUNT>" "P:<MY_VZ_PASSWORD>" "M:LOGIN PLAIN"
<br><br>    genericstable<br>        <MY_LOCAL_NAME> ME at <a href="http://verizon.net">verizon.net</a><br><br>    genericsdomain<br>        localhost.localdomain<br><br>Step 8: make the db files:<br>        makemap hash 
access.db < access<br>        makemap hash authinfo.db < authinfo<br>        makemap hash genericstable.db < genericstable<br><br>Step 9: /etc/init.d/sendmail restart<br><br>Step 10: test by:<br><br>    > sendmail -bv ME at 
<a href="http://verizon.net">verizon.net</a><br>      Notice: -bv may give misleading output for non-privileged user<br>      ME at verizon.net... deliverable: mailer relay, host <a href="http://outgoing.verizon.net">outgoing.verizon.net
</a>, user ME at <a href="http://verizon.net">verizon.net</a><br><br>_____________________________<br><br>step from 1 to 3 are compiling the sendmail server, mine is already compiled even witch sasl support, ok, once i finished this steps i try to send an email from the console using this
<br><br>mail <a href="mailto:me@yahoo.com">me@yahoo.com</a> <br>it worked since i was logged as my user in my laptop<br><br>i realized that the emails send by root was not able to go out, and receive a Domain not found error
<br>i tried logged as root<br>mail <a href="mailto:me@yahoo.com">me@yahoo.com</a><br>with no good results,<br><br>this are the logs at my external smtp server using my user and root.<br>----------------------<br>Jul  7 10:01:06 scz postfix/smtpd[16260]: connect from 
host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]<br>Jul  7 10:01:07 scz postfix/smtpd[16260]: setting up TLS connection from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">
65.173.60.214</a>]<br>Jul  7 10:01:07 scz postfix/smtpd[16260]: TLS connection established from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
<br>Jul  7 10:01:11 scz postfix/smtpd[16260]: 3FFBD4D8300: client=host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>], sasl_method=LOGIN, sasl_username=ggarron<br>________________________________________________________
<br><br>after that is all ok, it is the same as if i configure my thunderbird to use that server, with authentication<br>now loggin as root these are the results.<br><br>-----------------------Jul  7 10:04:02 scz postfix/smtpd[16275]: connect from 
host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]<br>Jul  7 10:04:02 scz postfix/smtpd[16275]: setting up TLS connection from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">
65.173.60.214</a>]<br>Jul  7 10:04:03 scz postfix/smtpd[16275]: TLS connection established from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
<br>Jul  7 10:04:06 scz postfix/smtpd[16275]: NOQUEUE: reject: RCPT from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]: 450 <<a href="mailto:root@t30.alketech.com">root@t30.alketech.com
</a>>: Sender address rejected: Domain not found; from=<<a href="mailto:root@t30.alketech.com">root@t30.alketech.com</a>> to=<<a href="mailto:anyuser@yahoo.com">anyuser@yahoo.com</a>> proto=ESMTP helo=<<a href="http://t30.alketech.com">
t30.alketech.com</a>><br>Jul  7 10:04:07 scz postfix/smtpd[16275]: disconnect from host-65-173-60-214.acelerate.net[<a href="http://65.173.60.214">65.173.60.214</a>]<br>----------------------------------------<br>As you can see now it does not authenticate as my user on that server, and is not uses SASL method, not even trying to login 
<br><br>can anybody help me please?<br><br>regards,<br><br>Guillermo Garron<br><br>