Greetings, Will.

19 ??????? 2006 ?., 15:22:04 you have wrote:

> Hi all,

> I've just installed Qmailtoaster on a test system and I'm having some
> trouble with message delivery. For various legacy reasons I'm not
> using a bog standard Qmailtoaster build, we have an existing
> Qmailrocks system but I'd like to transition to an RPMed system.

> Briefly, I've stripped the MySQL stuff and some of the Sendmail
> removal out of the SPECs and I have all the SRPMs building and the
> RPMs install as I'd expect so I think that side of things is all OK.

> I have Qmail setup to only listen on localhost in
> /var/qmail/supervise/smtp/run with '-u "$QMAILDUID" -g "$NOFILESGID"
> 127.0.0.1 smtp \'. It starts and listens successfully so that's good.

> In tcp.rules I have...

> [EMAIL PROTECTED] smtp]# cat /etc/tcprules.d/tcp.smtp
> 127.:allow,RELAYCLIENT=""

> I've added a virtual domain, 'testdom.com' and a user in that domain.

> [EMAIL PROTECTED] smtp]# /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED]
> name:   test
> passwd: blah
> clear passwd: blahblah
> comment/gecos: test
> uid:    1
> gid:    0
> flags:  0
> gecos: test
> limits: No user limits set.
> dir:       /home/vpopmail/domains/testdom.com/test
> quota:     41943040S,4000C
> usage:     0%
> last auth: Tue Dec 19 11:52:19 2006
> last auth ip: 127.0.0.1

> Now here's the meat of the problem, when I try to test mail delivery
> locally (which is the only place it'll be taking place) this
> happens...

> [EMAIL PROTECTED] ~]$ telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.localdomain (127.0.0.1).
> Escape character is '^]'.
> 220 willspc - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
> helo gmail.com
> 250 willspc - Welcome to Qmail Toaster Ver. 1.3 SMTP Server
> mail from: [EMAIL PROTECTED]
> 250 ok
> rcpt to: [EMAIL PROTECTED]
> 250 ok
> data
> 354 go ahead
> message body
> message body
> .
> 554 mail server permanently rejected message (#5.3.0)

> And here's the log snippet.

> [EMAIL PROTECTED] smtp]# tail -f current
> @400000004587d5263b07bf6c tcpserver: status: 1/100
> @400000004587d5263b16b38c tcpserver: pid 29710 from 127.0.0.1
> @400000004587d5263b16cafc tcpserver: ok 29710 willspc:127.0.0.1:25
> :127.0.0.1::32851
> @400000004587d5420c820c9c CHKUSER accepted sender: from
> <[EMAIL PROTECTED]::> remote <gmail.com:unknown:127.0.0.1> rcpt <> :
> sender accepted
> @400000004587d557045229bc CHKUSER accepted rcpt: from
> <[EMAIL PROTECTED]::> remote <gmail.com:unknown:127.0.0.1> rcpt
> <[EMAIL PROTECTED]> : found existing recipient
> @400000004587d57a074cb4ac tcpserver: status: 2/100
> @400000004587d57a074cd004 tcpserver: pid 29752 from 127.0.0.1
> @400000004587d57a074ce38c tcpserver: ok 29752 willspc:127.0.0.1:25
> :127.0.0.1::32852
> @400000004587d57a0ddb439c CHKUSER accepted sender: from
> <[EMAIL PROTECTED]::> remote
> <willspc.mydomain.net:unknown:127.0.0.1> rcpt <> : sender accepted
> @400000004587d57a0dffdacc CHKUSER relaying rcpt: from
> <[EMAIL PROTECTED]:[EMAIL PROTECTED]:> remote
> <willspc.mydomain.net:unknown:127.0.0.1> rcpt
> <[EMAIL PROTECTED]> : client allowed to relay
> @400000004587d57a1ac8e154 tcpserver: end 29752 status 0
> @400000004587d57a1ac8fcac tcpserver: status: 1/100

> Now, I'm far from a Qmail expert so I'm a bit lost, can anyone shed
> some light on what's going on?

Looks like SPF related trouble. Try to modify spfbehavior to 0. To get
verbose logging you can use my patch. It's available here:
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg09582.html

-- 
Best Regards,
 Alexey Loukianov                          mailto:[EMAIL PROTECTED]

Software Development Department,
Lavtech Corp
http://mnogo.ru, http://lavtech.ru


---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to