Following is the smtpd.log created when sending from webmail.
Is the webmail authenticating?
----------------------------------------------------------------------------
SMTP Relay 9.4.0.8 started (9622): Sun, 21 Aug 2005 09:27:48 -0400 (EDT)
Accepted client 1 from ()
Cli 9622/1 sent : 220 mail.domain.com ESMTP Scalix SMTP Relay 9.4.0.8; Sun, 21 Aug 2005 09:29:44 -0400 (EDT)
Cli 9622/1 rcvd: 'EHLO mail.domain.com'
Cli 9622/1 sent : 250-mail.domain.com Hello [192.168.2.241], pleased to meet you
250-AUTH GSSAPI CRAM-MD5 PLAIN DIGEST-MD5 LOGIN
250-AUTH=LOGIN
250-DSN
250 8BITMIME
Cli 9622/1 rcvd: 'MAIL FROM:<userid@domain.com>'
Cli 9622/1 sent : 250
userid@domain.com... Sender ok
Cli 9622/1 rcvd: 'RCPT TO:<euserid@gmail.com> NOTIFY=FAILURE,DELAY'
... new process 9726
9622: Allocate new unix.in process 9726
Cli 9622/1 rcvd U: '220 Scalix ESMTP Ready.'
Cli 9622/1 rcvd U: '250 Ok'
Cli 9622/1 sent U: rcpt to: <euserid@gmail.com> NOTIFY=FAILURE,DELAY
Cli 9622/1 rcvd U: '250 Ok'
Cli 9622/1 sent : 250 Ok
Cli 9622/1 rcvd: 'DATA'
Cli 9622/1 sent : 354 Enter mail, end with "." on a line by itself (relay)
Cli 9622/1 sent U: data
Cli 9622/1 rcvd U: '354 Enter mail, end with "." on a line by itself.'
Cli 9622/1 sent U: Received: from mail.domain.com ( 192.168.2.241)
by mail.domain.com (Scalix SMTP Relay 9.4.0.8)
via ESMTP; Sun, 21 Aug 2005 09:29:45 -0400 (EDT)
Message-ID: <23149395.1124630984941.JavaMail.root@mail.domain.com>
Date: Sun, 21 Aug 2005 09:29:44 -0400 (EDT)
From: Jay Reeder <userid@domain.com>
Reply-To: Jay Reeder <userid@domain.com>
To:
euserid@gmail.com
Subject: test from scalix
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="----=_Part_1_31361704.1124630984938"
X-Scalix-Id:
userid@domain.com@domain.com
X-Client-IP: 68.158.xx.yy
X-Mailer: Scalix 9.4.0.52
X-MSMail-Priority:
Cli 9622/1 got .
Cli 9622/1 sent U: ------=_Part_1_31361704.1124630984938
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
test
------=_Part_1_31361704.1124630984938
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
<html><head><style type="text/css"><!-- DIV {margin:0px;} P {margin:0px;} --></style></head><body><font face="times new roman,new york,times,serif" size=3>test
</font></body></html>
------=_Part_1_31361704.1124630984938--
.
Cli 9622/1 rcvd U: '250 Ok'
Cli 9622/1: Submitted message ': <23149395.1124630984941.JavaMail.root@mail.domain.com>' to unix.in.
response: '250 Ok'
Cli 9622/1 Finished submitting msg : <23149395.1124630984941.JavaMail.root@mail.domain.com>
Cli 9622/1 sent : 250 Ok
Cli 9622/1 rcvd: 'QUIT'
Cli 9622/1 sent : 221 mail.domain.com closing connection