search for: etrn

Displaying 20 results from an estimated 73 matches for "etrn".

Did you mean: ern
2005 Aug 05
2
SMTP auth with Sendmail
Dear All, I have two machines, a Centos 3.4 machine and a Centos 4.1 machine. I have used the same sendmail.mc file on each, and 3.4 machine does plain SMTP auth with no problems, compiling the same mc file on the 4.1 machine gives this error: xxxxx [x.x.x.x] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA in the logs, it doesn't even try to authenticate, the cyrus sasl rpm is installed for auth PLAIN It reports this from the EHLO so all looks good: 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN 25...
2012 Feb 08
1
TLS support on postfix
...entOS 5 in which I have been trying to add TLS encryption support for SMTP. From the localhost when I do an EHLO, following is the output [root at xxxxxxx ~]# nc localhost 25 220 xxxxxxx.xxxx.xxx.xx ESMTP Postfix EHLO localhost 250-xxxxxxx.xxxx.xxx.xx 250-PIPELINING 250-SIZE 41943040 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN However from a remote location when I do the EHLO, the response does not contains STARTTLS, ENHANCEDSTATUSCODES and DSN krishna at L03:~$ nc xxxxxxx.xxxx.xxx.xx 25 220 xxxxxxx.xxxx.xxx.xx ESMTP Pos...
2017 Mar 08
4
Up to date guide/information Sendmail SMTP Auth
...g 10.10.3.6... Connected to merlin.ciss.local. Escape character is '^]'. 220 mdw1982.com ESMTP Sendmail 8.14.7/8.13.8; Wed, 8 Mar 2017 16:53:31 -0500 ehlo merlin 250-mdw1982.com Hello [10.10.3.102], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-DELIVERBY 250 HELP > auth login 504 5.3.3 AUTH mechanism login not available thoughts?
2017 Mar 08
1
Up to date guide/information Sendmail SMTP Auth
...;cd /etc/mail; > make" can do what it should do. > > > -0500 > > ehlo merlin > > 250-mdw1982.com Hello [10.10.3.102], pleased to meet you > > 250-ENHANCEDSTATUSCODES > > 250-PIPELINING > > 250-8BITMIME > > 250-SIZE > > 250-DSN > > 250-ETRN > > 250-DELIVERBY > > 250 HELP > >> auth login > > 504 5.3.3 AUTH mechanism login not available > > > > thoughts? > > Alexander And now? > telnet merlin 25 Trying 10.10.3.6... Connected to merlin.ciss.local. Escape character is '^]'. 220 mdw...
2007 Feb 16
3
Probelm with some smtp MTAs
I am getting large numbers of these types of messages in my maillog files: somehost.hotmail.com [65.54.246.97] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA on both of our external machines beginning on the same date. These hosts sit on different netblocks and on both machines the sendmail.cf files date from Jan 09, 2007. The last successfull connection from any hotmail acocunt was on Jan 15 at 13:17:29. The first failure...
2014 Sep 29
2
No AUTH PLAIN with dovecot 2.0.19
...which means using telnet returns telnet mx2.wyona.com 587 Trying 50.116.54.197... Connected to node3.wyona.com. Escape character is '^]'. 220 node3.members.linode.com ESMTP Postfix (Ubuntu) EHLO letscallitevil.com 250-node3.members.linode.com 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN So far I have used dovecot version 1.2.9, which works very fine, but the configuration /etc/dovecot/dovecot.conf seems to be very different in the case of dovecot version 2.0.19. I have checked all kind of tutorials for several days now,...
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
...ion proxy to a Postfix backend server. Dovecot announces CHUNKING, but the Postfix backend does not support (or announce) it. HELO from Postfix: 220 backend.mydomain.com ESMTP Postfix (Ubuntu) ehlo test 250-backend.mydomain.com 250-PIPELINING 250-SIZE 104857600 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN HELO from Dovecot proxy: 220 proxy.mydomain.com Dovecot ready. ehlo test 250-proxy.mydomain.com 250-8BITMIME 250-AUTH PLAIN LOGIN 250-BURL imap 250-CHUNKING 250-ENHANCEDSTATUSCODES 250-SIZE 250-ST...
2010 Feb 08
7
slowness in sendmail - 60 second timeout
...via relay... 220 devcentos5x64.msgnet.com ESMTP Sendmail 8.13.8/8.13.8; Mon, 8 Feb 2010 10:02:15 -0500 >>> EHLO devcentos5x64.msgnet.com 250-devcentos5x64.msgnet.com Hello localhost [127.0.0.1], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 250-DSN 250-ETRN 250-AUTH DIGEST-MD5 CRAM-MD5 250-DELIVERBY 250 HELP >>> MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56 AUTH=root at devcentos5x64.msgnet.com 250 2.1.0 <root at devcentos5x64.msgnet.com>... Sender ok >>> RCPT To:<geisj at pagestation.com> >>> DA...
2017 Oct 17
2
Auth failure messages
...39;t know how to figure out what the IP address is. I don't see anything in the "maillog" that, for example, has the name "bettie" or some other clue. The only thing I see is a message like sendmail[5452]: v9HIoBox005452: [xxx.xxx.xxx.xxx] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA with a close timestamp, but I'm reluctant to tie the two log entries together. Is there some log, or log setting that might enable me to tie the do_auth error to a specific IP address? I'm very reluctant to change mail servers to postfix or something like that....
2012 Oct 16
3
setting up postfix
...localhost motor]# mail -v larry.martell at gmail.com Subject: test test . EOT larry.martell at gmail.com... Connecting to [127.0.0.1] via relay... 220 localhost.localdomain ESMTP Postfix >>> EHLO localhost.localdomain 250-localhost.localdomain 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN >>> MAIL From:<motor at localhost.localdomain> SIZE=219 250 2.1.0 Ok >>> RCPT To:<larry.martell at gmail.com> >>> DATA 250 2.1.5 Ok 354 End data with <CR><LF>.<CR><LF> >>> . 250 2.0....
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
...> does not support (or announce) it. >> >> HELO from Postfix: >> >> ?? 220 backend.mydomain.com ESMTP Postfix (Ubuntu) >> ?? ehlo test >> ?? 250-backend.mydomain.com >> ?? 250-PIPELINING >> ?? 250-SIZE 104857600 >> ?? 250-VRFY >> ?? 250-ETRN >> ?? 250-STARTTLS >> ?? 250-ENHANCEDSTATUSCODES >> ?? 250-8BITMIME >> ?? 250 DSN >> >> >> HELO from Dovecot proxy: >> >> ?? 220 proxy.mydomain.com Dovecot ready. >> ?? ehlo test >> ?? 250-proxy.mydomain.com >> ?? 250-8BITMIME...
2009 Jul 29
1
problem with disable_plaintext_auth
...rking fine, except that when I set: disable_plaintext_auth = yes I still can authenticate with plain text on a no TLS/SSL session: 20 mail2.cs.ait.ac.th ESMTP Postfix (2.6.2) EHLO [192.41.170.57] 250-mail2.cs.ait.ac.th 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN AUTH PLAIN XXXX 235 2.7.0 Authentication successful My dovecot configuration is: # 1.1.16: /usr/local/etc/dovecot.conf # OS: FreeBSD 7.2-RELEASE-p2 amd64...
2010 Jun 15
1
Dovecot SASL
...{ path = /var/spool/postfix/private/dovecot-auth mode = 0660 user = postfix group = postfix } } I did not see AUTH in the telnet connection. EHLO mail.domain.mn 250-ns1.domain.mn 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN How to solvet this ? Best regards, Tseveen
2017 Mar 09
3
Up to date guide/information Sendmail SMTP Auth
...dw1982.com ESMTP Sendmail 8.14.7/8.13.8; Wed, 8 Mar 2017 > 16:53:31 -0500 > > ehlo merlin > > 250-mdw1982.com Hello [10.10.3.102], pleased to meet you > > 250-ENHANCEDSTATUSCODES > > 250-PIPELINING > > 250-8BITMIME > > 250-SIZE > > 250-DSN > > 250-ETRN > > 250-DELIVERBY > > 250 HELP > >> auth login > > 504 5.3.3 AUTH mechanism login not available > > > > thoughts? > > Many. :-) > > Check your mail log for clues. > > Ensure you have a valid SSL certificate and key. Sendmail is touchy > ab...
2019 Jul 27
2
submission configuration issues
...smtp -crlf -connect smtp.example.com:587 and send the EHLO after STARTTLS. =============== For the record, here is the result of a direct connect to postfix: $ nc 127.0.0.1 8587 220 smtp.example.com ESMTP Postfix EHLO example.com 250-smtp.example.com 250-PIPELINING 250-SIZE 41943040 250-VRFY 250-ETRN 250-STARTTLS 250-AUTH PLAIN LOGIN 250-XCLIENT NAME ADDR PROTO HELO REVERSE_NAME PORT LOGIN DESTADDR DESTPORT 250-ENHANCEDSTATUSCODES 250-8BITMIME 250-DSN 250 SMTPUTF8 =============== And here is the content of the row logs when a mail is sent. ======== rawlog.in 1564258521.813430 220 smtp.examp...
2008 Nov 28
2
Sendmail - STARTTLS not appear on one client
...(firewall, etc...) can cause this error including that this function is missing in printout of ehlo? POP3S working good. >From Sendmail log (/var/log/maillog): Nov 28 19:31:23 server sendmail[11163]: xxx: xxxxx.jizmorava.adsl-llu.static.bluetone.cz [85.207.xxx.211] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA Thank you very much
2006 Nov 14
1
Dovecot/Postfix SASL problem
..._header = yes telnet test session ----------------------- orion:~ tomislav$ telnet ra.mahune.org 25 Trying 63.99.9.80... Connected to ra.mahune.org. Escape character is '^]'. 220 ra.mahune.org ESMTP Postfix EHLO ra.mahune.org 250-ra.mahune.org 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-AUTH PLAIN LOGIN 250-AUTH=PLAIN LOGIN 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN AUTH PLAIN bmFddAc0b2pvAHRvam8= 535 5.7.0 Error: authentication failed: mail logs: ------------- Nov 14 22:21:38 [postfix/smtpd] connect from 83-131-68-11.adsl.net.t-com.hr[83.131.68.11] Nov 14 22:22:24 [doveco...
2016 May 05
2
Dovecot/Rainloop 2.0.13-1_129.el5
...n: Login: user=<chris>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=13002, secured May 5 16:34:29 firewall dovecot: imap(chris): Disconnected: Logged out bytes=11/334 May 5 16:34:29 firewall sendmail[13003]: u45FYTtd013003: localhost.localdomain [127.0.0.1] did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA The webmail server and our mail server are the same system. The firewall is open for port 143. It is only send from Dovecot that fails authentication, all other outgoing mail is sent correctly. Does anyone have any idea where else I can look for clues as to why there is...
2012 Sep 03
1
dovecot sasl + postfix issue
...atically rejected:%n%r when I see telnet localhost 25 eberx at beastie:/etc/dovecot/conf.d$ telnet localhost 25 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. 220 beastie ESMTP Postfix (Ubuntu) ehlo beastie 250-beastie 250-PIPELINING 250-SIZE 10240000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN quit 221 2.0.0 Bye Connection closed by foreign host. there is no 250-AUTH How do I fix this ?
2011 Nov 10
3
TLS Authentication Confusion
...I would ask here for your help! carloss at pc1:~$ telnet mail.holyghost.org 25 Trying 192.168.4.100... Connected to mail.holyghost.org. Escape character is '^]'. 220 mail.holyghost.org ESMTP Postfix EHLO pc1.holyghost.org 250-mail.holyghost.org 250-PIPELINING 250-SIZE 20480000 250-VRFY 250-ETRN 250-STARTTLS 250-ENHANCEDSTATUSCODES 250-8BITMIME 250 DSN Below is a snip from my mail logs showing TLS: Nov 9 10:26:39 mail dovecot: imap-login: Login: user=<carlos>, method=PLAIN, rip=::ffff:192.168.4.100, lip=::ffff:192.168.4.100, TLS The above snip from my log means that I'm conne...