search for: vrfy

Displaying 20 results from an estimated 88 matches for "vrfy".

2019 Jul 23
5
submission configuration issues
...the right capabilities. That mean that the first EHLO message don't get the right capabilities list. " EHLO example.com 250-smtp.example.com 250-8BITMIME 250-AUTH PLAIN LOGIN 250-BURL imap 250-CHUNKING 250-ENHANCEDSTATUSCODES 250-SIZE 250 PIPELINING " This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response). After login, if I send an new EHLO command, everything is properly reported. The raw log shows that unlike what the documentation says, dovecot don't try to connect to the backend until the user is properly log...
2019 Jul 27
2
submission configuration issues
...t;> EHLO example.com >> >> 250-smtp.example.com >> 250-8BITMIME >> 250-AUTH PLAIN LOGIN >> 250-BURL imap >> 250-CHUNKING >> 250-ENHANCEDSTATUSCODES >> 250-SIZE >> 250 PIPELINING >> " >> >> This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response). >> After login, if I send an new EHLO command, everything is properly reported. The raw log shows that unlike what the documentation says, >> dovecot don't try to connect to the backend until the use...
2008 Mar 25
2
Sendmail novrfy filter by ip address?
I have a virus and spam filter device that can do VRFY commands to reject invalid email before it gets to the next mail hop. How can I configure the SMTP server to only allow VRFY commands from one particular IP address, and nowhere else? I don't want spammers to be able to hammer on the gateway looking for valid addresses to send to.
2012 Feb 08
1
TLS support on postfix
...ased on CentOS 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...
2019 Jul 27
0
submission configuration issues
...250-smtp.example.com> >>> 250-8BITMIME >>> 250-AUTH PLAIN LOGIN >>> 250-BURL imap >>> 250-CHUNKING >>> 250-ENHANCEDSTATUSCODES >>> 250-SIZE >>> 250 PIPELINING >>> " >>> >>> This list don't contains VRFY, DNS, and SIZE is not specified (all >>> of these is present in backend EHLO response). >>> After login, if I send an new EHLO command, everything is properly >>> reported. The raw log shows that unlike what the documentation says, >>> dovecot don't try to...
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 PLA...
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 fai...
2014 Sep 29
2
No AUTH PLAIN with dovecot 2.0.19
...UTH=PLAIN 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...
2018 Sep 20
2
Dovecot submission announces CHUNKING but backend Postfix does not support it
...as a submission 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-SI...
2017 Oct 17
2
Auth failure messages
...don'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...
2012 Oct 16
3
setting up postfix
...[motor at 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> >>> ....
2014 Mar 27
3
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 8:25 PM, Kay Sievers <kay at vrfy.org> wrote: > On Thu, Mar 27, 2014 at 8:13 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: >>> On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >>> > On Thu,...
2014 Mar 27
3
udev PATH_ID for virtio devices
On Thu, Mar 27, 2014 at 8:25 PM, Kay Sievers <kay at vrfy.org> wrote: > On Thu, Mar 27, 2014 at 8:13 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >> On Thu, Mar 27, 2014 at 08:06:15PM +0100, Kay Sievers wrote: >>> On Thu, Mar 27, 2014 at 7:59 PM, Michael S. Tsirkin <mst at redhat.com> wrote: >>> > On Thu,...
2018 Sep 20
4
Dovecot submission announces CHUNKING but backend Postfix does not support it
...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 >...
2019 Jul 27
0
submission configuration issues
...t get the right capabilities list. > > " > EHLO example.com > > 250-smtp.example.com > 250-8BITMIME > 250-AUTH PLAIN LOGIN > 250-BURL imap > 250-CHUNKING > 250-ENHANCEDSTATUSCODES > 250-SIZE > 250 PIPELINING > " > > This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response). > After login, if I send an new EHLO command, everything is properly reported. The raw log shows that unlike what the documentation says, > dovecot don't try to connect to the backend until the user is pro...
2019 Jul 27
0
submission configuration issues
...t get the right capabilities list. > > " > EHLO example.com > > 250-smtp.example.com > 250-8BITMIME > 250-AUTH PLAIN LOGIN > 250-BURL imap > 250-CHUNKING > 250-ENHANCEDSTATUSCODES > 250-SIZE > 250 PIPELINING > " > > This list don't contains VRFY, DNS, and SIZE is not specified (all of these is present in backend EHLO response). > After login, if I send an new EHLO command, everything is properly reported. The raw log shows that unlike what the documentation says, > dovecot don't try to connect to the backend until the user is pro...
2009 Jul 29
1
problem with disable_plaintext_auth
...cation) is working 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-REL...
2010 Jun 15
1
Dovecot SASL
...client { 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
2008 Nov 28
2
Sendmail - STARTTLS not appear on one client
...side (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
2015 Sep 02
1
udev PATH_ID for virtio devices
On Wed, Sep 02, 2015 at 01:53:33PM +0200, Tom Gundersen wrote: > On Tue, Aug 25, 2015 at 1:58 PM, Kay Sievers <kay at vrfy.org> wrote: > > On Tue, Aug 25, 2015 at 1:52 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > >> On Tue, Aug 25, 2015 at 01:46:49PM +0200, Kay Sievers wrote: > >>> On Tue, Aug 25, 2015 at 1:43 PM, Michael S. Tsirkin <mst at redhat.com> wrote: > >&g...