|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
3 SMTP commands in 1 TCP package
From: Jörg Harmuth (harmuth
mnemon.de)
Date: Fri Aug 19 2005 - 07:34:44 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi all,
just subscribed to the list, due to a phenomenon I can't solve.
I dist-upgraded the system from Debian Woody to Sarge yesterday. Since
then postfix sends MAIL FROM, RCPT TO and DATA commands in *one* tcp
package. I sniffed the connection and these commands are definitely sent
in one package. The other server answers to DATA first and postfix
resets the connection.
Searching the archives and googleing gave nothing relevant to me. So,
has anyone out there seen this before ? What might it be and how to fix it ?
Below you find the output of postfinger and an Ethereal trace of a
connection. Tell me if you need more information.
Thanks in advance and have a nice time,
Joerg
-----------------------------------------------------
postfinger - postfix configuration on Fri Aug 19 13:46:09 CEST 2005
version: 1.30
--System Parameters--
mail_version = 2.1.5
hostname = SECTOR
uname = Linux SECTOR 2.4.31 #1 SMP Do Aug 4 14:24:58 CEST 2005 i686
GNU/Linux
--Packaging information--
Kein Paket gefunden, das auf Umleitung passt.
Kein Paket gefunden, das auf durch passt.
Kein Paket gefunden, das auf von passt.
looks like this postfix comes from deb package: Umleitung durch
postfix-tls von-2.1.5-9
--main.cf non-default parameters--
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
content_filter = amavis:[127.0.0.1]:10024
defer_transports = smtp
mailbox_command = /usr/local/bin/dspam --deliver=innocent,spam --user
$USER -d %u
mailbox_size_limit = 0
mydestination = SECTOR.mnemon.local localhost.mnemon.local \
localhost mnemon.local mnemon.de SECTOR.mnemon.de
mynetworks = 127.0.0.0/8 192.168.10.0/24
myorigin = /etc/mailname
notify_classes = protocol
recipient_delimiter = +
relayhost = post.strato.de
sender_canonical_maps = hash:/etc/postfix/canonical_sender
smtpd_banner = SECTOR.mnemon.local ESMTP MTA ready
--master.cf--
smtp inet n - n - - smtpd
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
smtp unix - - n - - smtp -v
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
amavis unix - n n - - smtp
localhost:10025 inet n - n - - smtpd -o
content_filter=signer:[127.0.0.1]:13355
signer unix - n n - - smtp
localhost:13356 inet n - n - - \
smtpd -o content_filter=
proxymap unix - - n - - proxymap
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
relay unix - - n - - smtp
-- end of postfinger output --
Sniffed session commented:
220 post.webmailer.de ESMTP Sendmail ....
EHLO SECTOR.mnemon.local
250-post.webmaile.de ...
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE
250-DSN
250-AUTH CRAM-MD5 PLAIN LOGIN
250 HELP
## This packet has the 3 commands
MAIL FROM:<harmuth
mnemon.de> SIZE 2033
RCPT TO:<j_harmuth
gmx.de>
DATA
## The next 3 lines are sent in 3 packets
354 Start mail input
250 2.1.0 <harmuth
mnemon.de>... Sender ok
250 2.1.5 <j_harmuth
gmx.de>... Recipient ok
RSET
QUIT
------------ END Session -----------------
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]