The following reply was made to PR system/6511; it has been noted by GNATS.

From: "martijn" <[email protected]>
To: "Gilles Chehade" <[email protected]>
Cc: [email protected]
Subject: Re: system/6511: smtpd rejects email addresses for virtual domains
Date: Fri, 19 Nov 2010 16:58:28 +0100

 Hello Gilles,
 
 Here's the information you requested.
 
 > 1- can you provide the output from `smtpd -dv` as you reproduce ?
 
 ==== Without relay to ISP configured ====
 
 startup [debug mode]
 parent_send_config: configuring smtp
 parent_send_config_client_certs: configuring smtp
 parent_send_config_ruleset: reloading rules and maps
 smtp_setup_events: listen on IPv6:fe80:4::1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on IPv6:::1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on 127.0.0.1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on 192.168.23.41 port 25 flags 0x0 cert "fxp0"
 smtp_setup_events: listen on IPv6:fe80:1::2a0:c9ff:fed5:4072 port 25 flags
 0x0 cert "fxp0"
 smtp: will accept at most 4085 clients
 smtp_new: incoming client on listener: 0x20861b800
 lookup_ptr 192.168.23.41
 lookup_ptr failed
 session_pickup: greeting client
 command: EHLO   args: mx2.example.com
 command: MAIL FROM      args: <[email protected]>
 command: RCPT TO        args: <[email protected]>
 lka: rule not found
 (none): from=<[email protected]>, relay=<unknown> [192.168.23.41],
 stat=LocalError (530 5.0.0 Recipient rejected: [email protected])
 
 ==== With relay to ISP configured ====
 
 startup [debug mode]
 parent_send_config: configuring smtp
 parent_send_config_client_certs: configuring smtp
 parent_send_config_ruleset: reloading rules and maps
 smtp_setup_events: listen on IPv6:fe80:4::1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on IPv6:::1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on 127.0.0.1 port 25 flags 0x0 cert "lo0"
 smtp_setup_events: listen on 192.168.23.41 port 25 flags 0x0 cert "fxp0"
 smtp_setup_events: listen on IPv6:fe80:1::2a0:c9ff:fed5:4072 port 25 flags
 0x0 cert "fxp0"
 smtp: will accept at most 4085 clients
 smtp_new: incoming client on listener: 0x202d14000
 lookup_ptr 192.168.23.41
 lookup_ptr failed
 session_pickup: greeting client
 command: EHLO   args: mx2.example.com
 command: MAIL FROM      args: <[email protected]>
 command: RCPT TO        args: <[email protected]>
 aux R|[email protected]|[email protected]||[email protected]|smtp.isp.com||||
 command: DATA   args: (null)
 Q_RELAY: sleep 0s
 Q_RELAY: 0: start pwpbpES1
 Q_RELAY: 0: send
 pwpbpES1: [email protected], size=287, nrcpts=1, relay=<unknown>
 [192.168.23.41]
 lookup_mx smtp.isp.com
 lookup_a smtp.isp.com:0 (numeric)
 lookup_a failed
 mx smtp.isp.com prio 10.000000
 lookup_a smtp.isp.com:0
 lookup_a success
 lookup_mx success
 mta: connect ***.109.6.51
 lookup_ptr ***.109.6.51
 lookup_ptr success
 mta: entering smtp phase
 <<< 220 smtp.isp.com ESMTP Sendmail 8.13.8/8.13.8; Fri, 19 Nov 2010
 16:46:03 +0100 (CET)
 >>> EHLO mx1.example.com
 <<< 250-smtp.isp.com Hello mx1.example.com [***.101.108.79], pleased to
 meet you
 <<< 250-ENHANCEDSTATUSCODES
 <<< 250-PIPELINING
 <<< 250-8BITMIME
 <<< 250-SIZE 31457280
 <<< 250-DSN
 <<< 250-AUTH LOGIN PLAIN
 <<< 250-STARTTLS
 <<< 250-DELIVERBY
 <<< 250 HELP
 >>> STARTTLS
 <<< 220 2.0.0 Ready to start TLS
 client: ssl handshake started
 client: ssl handshake completed
 >>> EHLO mx1.example.com
 <<< 250-smtp.isp.com Hello mx1.example.com [***.101.108.79], pleased to
 meet you
 <<< 250-ENHANCEDSTATUSCODES
 <<< 250-PIPELINING
 <<< 250-8BITMIME
 <<< 250-SIZE 31457280
 <<< 250-DSN
 <<< 250-AUTH LOGIN PLAIN
 <<< 250-DELIVERBY
 <<< 250 HELP
 >>> MAIL FROM:<[email protected]>
 >>> RCPT TO:<[email protected]>
 >>> DATA
 <<< 250 2.1.0 <[email protected]>... Sender ok
 <<< 250 2.1.5 <[email protected]>... Recipient ok
 <<< 354 Enter mail, end with "." on a line by itself
 >>> .
 <<< 250 2.0.0 smtp.isp.com accepted message oAJFk3Hu053513
 >>> QUIT
 <<< 221 2.0.0 smtp.isp.com closing connection
 mta: new status for [email protected]: 250 2.0.0 smtp.isp.com accepted
 message oAJFk3Hu053513
 pwpbpES1: [email protected], delay=1, relay=smtp.isp.com [***.109.6.51],
 stat=Sent (2.0.0 smtp.isp.com accepted message oAJFk3Hu053513)
 mta_event: leaving
 Q_RELAY: 0: done
 
 
 > 2- are you running smtpd from 4.8 or -current ?
 I'm running smtpd from 4.8.
 
 Kind regards,
 
 
 Martijn Rijkeboer

Reply via email to