PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > comp.mail.sendmail > Sendmail Authentication problem
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
comp.mail.sendmail Configuring and using the BSD sendmail agent.

Sendmail Authentication problem

Réponse
 
LinkBack Outils de la discussion
Vieux 29/04/2007, 00h52   #1
alden@engineno9inc.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Sendmail Authentication problem

Basically, I installed a new server 2 weeks ago, and just pointed dns
for one domain to it the other day. Just my luck, I can't send email
from the server (using "mail" from the command line), nor can I send
email from email clients (Thunderbird and Outlook). However,
squirrelmail works fine. This is a web hosting server.

The cf is the same as the cf on my old server, and I can't seem to
figure out what to try next. I've restarted SASLAUTHD (which always
fixed the problem on my old server).

The logs report the following:
Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue MAIL/
EXPN/VRFY/ETRN during connection to MTA

When I telnet, this is what I get:
>telnet mail.engineno9inc.com 25

Trying 209.62.15.67...
Connected to mail.engineno9inc.com.
Escape character is '^]'.
220 bigdog.engineno9inc.com ESMTP Sendmail 8.13.1/8.13.1; Thu, 26 Apr
2007 16:35:41 -0400
>EHLO mail.engineno9inc.com.

250-bigdog.engineno9inc.com Hello spyglass.hstntx1.theplanet.com
[216.12.193.9], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-AUTH LOGIN PLAIN
250-DELIVERBY
250


As I mentioned, this worked (and still works) on my old server and the
cf's are the same. The difference, however, is that the new server
uses sendmail 8.13.1, and the old uses 8.12.10, and I'm on different
OS's (CentOS 4.4 is the new one, FC2 on the old one).

I would appreciate any tips or nudges in the direction of a solution.

Thanks,
Alden

  Réponse avec citation
Vieux 29/04/2007, 02h18   #2
jmaimon@ttec.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail Authentication problem

On Apr 28, 7:52 pm, a...@engineno9inc.com wrote:
> Basically, I installed a new server 2 weeks ago, and just pointed dns
> for one domain to it the other day. Just my luck, I can't send email
> from the server (using "mail" from the command line), nor can I send
> email from email clients (Thunderbird and Outlook).


Please post error messages and logs.

> However,
> squirrelmail works fine. This is a web hosting server.
>
> The cf is the same as the cf on my old server, and I can't seem to
> figure out what to try next.


Dont copy cf files from host to host.

Copy only modifications made to sendmail.mc that you reasonably
believe you will require on the new box. sendmail.cf should always
only be generated from sendmail.mc


> I've restarted SASLAUTHD (which always
> fixed the problem on my old server).


The only way it would have fixed anything would be to allow
successfull authentication for sendmail to permit relay.


> The logs report the following:
> Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
> c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue MAIL/
> EXPN/VRFY/ETRN during connection to MTA
>
> When I telnet, this is what I get:>telnet mail.engineno9inc.com 25
>
> Trying 209.62.15.67...
> Connected to mail.engineno9inc.com.
> Escape character is '^]'.
> 220 bigdog.engineno9inc.com ESMTP Sendmail 8.13.1/8.13.1; Thu, 26 Apr
> 2007 16:35:41 -0400>EHLO mail.engineno9inc.com.
>
> 250-bigdog.engineno9inc.com Hello spyglass.hstntx1.theplanet.com
> [216.12.193.9], pleased to meet you
> 250-ENHANCEDSTATUSCODES
> 250-PIPELINING
> 250-8BITMIME
> 250-SIZE
> 250-DSN
> 250-AUTH LOGIN PLAIN
> 250-DELIVERBY
> 250


Well I suppose its possible your mail client is requiring STARTTLS
support, which isnt being offered.

>
> As I mentioned, this worked (and still works) on my old server and the
> cf's are the same. The difference, however, is that the new server
> uses sendmail 8.13.1, and the old uses 8.12.10, and I'm on different
> OS's (CentOS 4.4 is the new one, FC2 on the old one).


Odds are there is a much longer list of differences. And again, dont
copy cf files.

>
> I would appreciate any tips or nudges in the direction of a solution.
>
> Thanks,
> Alden



  Réponse avec citation
Vieux 29/04/2007, 03h16   #3
alden@engineno9inc.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail Authentication problem

On Apr 28, 9:18 pm, "jmai...@ttec.com" <jmai...@ttec.com> wrote:
> On Apr 28, 7:52 pm, a...@engineno9inc.com wrote:
>
> > Basically, I installed a new server 2 weeks ago, and just pointed dns
> > for one domain to it the other day. Just my luck, I can't send email
> > from the server (using "mail" from the command line), nor can I send
> > email from email clients (Thunderbird and Outlook).

>
> Please post error messages and logs.

The error message is below. To quote:
Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue
MAIL/
EXPN/VRFY/ETRN during connection to MTA
>
> > However,
> > squirrelmail works fine. This is a web hosting server.

>
> > The cf is the same as the cf on my old server, and I can't seem to
> > figure out what to try next.

>
> Dont copy cf files from host to host.

Sorry for the miscommunication; I didn't copy the cf file. I meant
that they were both "stock" installs, and are the same. I wouldn't
change cf files. I know to make changes in mc.

>
> Copy only modifications made to sendmail.mc that you reasonably
> believe you will require on the new box. sendmail.cf should always
> only be generated from sendmail.mc
>
> > I've restarted SASLAUTHD (which always
> > fixed the problem on my old server).

>
> The only way it would have fixed anything would be to allow
> successfull authentication for sendmail to permit relay.
>

Yes. These both host multiple domains. On my old server, when I got
the .
...did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
error, I restarted SASLAUTHD.
>
>
> > The logs report the following:
> > Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
> > c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue MAIL/
> > EXPN/VRFY/ETRN during connection to MTA

>
> > When I telnet, this is what I get:>telnet mail.engineno9inc.com 25

>
> > Trying 209.62.15.67...
> > Connected to mail.engineno9inc.com.
> > Escape character is '^]'.
> > 220 bigdog.engineno9inc.com ESMTP Sendmail 8.13.1/8.13.1; Thu, 26 Apr
> > 2007 16:35:41 -0400>EHLO mail.engineno9inc.com.

>
> > 250-bigdog.engineno9inc.com Hello spyglass.hstntx1.theplanet.com
> > [216.12.193.9], pleased to meet you
> > 250-ENHANCEDSTATUSCODES
> > 250-PIPELINING
> > 250-8BITMIME
> > 250-SIZE
> > 250-DSN
> > 250-AUTH LOGIN PLAIN
> > 250-DELIVERBY
> > 250

>
> Well I suppose its possible your mail client is requiring STARTTLS
> support, which isnt being offered.
>
>

Why would that be? Should I check sendmail.mc (or somewhere else) for
something in particular?
>
> > As I mentioned, this worked (and still works) on my old server and the
> > cf's are the same. The difference, however, is that the new server
> > uses sendmail 8.13.1, and the old uses 8.12.10, and I'm on different
> > OS's (CentOS 4.4 is the new one, FC2 on the old one).

>
> Odds are there is a much longer list of differences. And again, dont
> copy cf files.


Of course, there are lots of differences. I *thought* these are the
most relevant to highlight at this point. If you want to know about
anything else, please ask. I didn't want to include a laundry list of
differences.

I run MailScanner/SpamAssassin/ClamAV on both machines. The versions
of all three programs are newer on the new box. I probably should
have mentioned this in the first email.

Also, Ensim Pro X is installed, but my host's autoprovisioning system
didn't load it properly the first time, so they had to reload it.

Thanks,
Alden

  Réponse avec citation
Vieux 29/04/2007, 04h57   #4
jmaimon@ttec.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Sendmail Authentication problem

On Apr 28, 10:16 pm, a...@engineno9inc.com wrote:
> On Apr 28, 9:18 pm, "jmai...@ttec.com" <jmai...@ttec.com> wrote:> On Apr 28, 7:52 pm, a...@engineno9inc.com wrote:
>
> > > Basically, I installed a new server 2 weeks ago, and just pointed dns
> > > for one domain to it the other day. Just my luck, I can't send email
> > > from the server (using "mail" from the command line), nor can I send
> > > email from email clients (Thunderbird and Outlook).

>
> > Please post error messages and logs.

>
> The error message is below. To quote:
> Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
> c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue
> MAIL/
> EXPN/VRFY/ETRN during connection to MTA


This isnt the error from the client end and is this the only log
entry?

If this is occuring over the network, do you think perhaps you can
perform a network capture with tcpdump and/or wireshark?

>
> Sorry for the miscommunication; I didn't copy the cf file. I meant
> that they were both "stock" installs, and are the same. I wouldn't
> change cf files. I know to make changes in mc.


can you post the output

grep -v '^dnl' < /etc/mail/sendmail.mc

on both old and new?

>
>
> > Copy only modifications made to sendmail.mc that you reasonably
> > believe you will require on the new box. sendmail.cf should always
> > only be generated from sendmail.mc

>
> > > I've restarted SASLAUTHD (which always
> > > fixed the problem on my old server).

>
> > The only way it would have fixed anything would be to allow
> > successfull authentication for sendmail to permit relay.

>
> Yes. These both host multiple domains. On my old server, when I got
> the .
> ..did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
> error, I restarted SASLAUTHD.


Or allow authentication to occur, if the client is attempting it.


>
>
>
> > > The logs report the following:
> > > Apr 27 23:22:40 bigdog sendmail[20811]: l3S3McJV020811:
> > > c-76-108-129-79.hsd1.fl.comcast.net [76.108.129.79] did not issue MAIL/
> > > EXPN/VRFY/ETRN during connection to MTA

>
> > > When I telnet, this is what I get:>telnet mail.engineno9inc.com 25

>
> > > Trying 209.62.15.67...
> > > Connected to mail.engineno9inc.com.
> > > Escape character is '^]'.
> > > 220 bigdog.engineno9inc.com ESMTP Sendmail 8.13.1/8.13.1; Thu, 26 Apr
> > > 2007 16:35:41 -0400>EHLO mail.engineno9inc.com.

>
> > > 250-bigdog.engineno9inc.com Hello spyglass.hstntx1.theplanet.com
> > > [216.12.193.9], pleased to meet you
> > > 250-ENHANCEDSTATUSCODES
> > > 250-PIPELINING
> > > 250-8BITMIME
> > > 250-SIZE
> > > 250-DSN
> > > 250-AUTH LOGIN PLAIN
> > > 250-DELIVERBY
> > > 250

>
> > Well I suppose its possible your mail client is requiring STARTTLS
> > support, which isnt being offered.

>
> Why would that be? Should I check sendmail.mc (or somewhere else) for
> something in particular?


Yes

http://www.sendmail.org/~ca/email/starttls.html




  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 22h10.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14664 seconds with 12 queries