[ 
http://issues.apache.org/jira/browse/JAMES-746?page=comments#action_12459453 ] 
            
Ant Kutschera commented on JAMES-746:
-------------------------------------

OK, I update the config file, and restarted james.

>From the mailet log, below you see it still fails. Is there a way to see the 
>actual data exchange between james and AOL to determine the server name being 
>used? In the smtp logs, its still using the computer name (see second log 
>extract)

mailet log:
+++++++++++++++++++++++++++++++++++++++
18/12/06 21:19:45 INFO  James.Mailet: RemoteDelivery: Attempting delivery of 
Mail1166473183969-0-to-aol.com to host mailin-02.mx.aol.com. at 64.12.138.185 
to addresses [EMAIL PROTECTED]
18/12/06 21:19:52 INFO  James.Mailet: RemoteDelivery: Exception delivering 
message (Mail1166473183969-0-to-aol.com) - 421-:  (DNS:NR)  
http://postmaster.info.aol.com/errors/421dnsnr.html
421 SERVICE NOT AVAILABLE

18/12/06 21:19:52 INFO  James.Mailet: RemoteDelivery: Temporary exception 
delivering mail (Mail1166473183969-0-to-aol.com: javax.mail.MessagingException: 
421-:  (DNS:NR)  http://postmaster.info.aol.com/errors/421dnsnr.html
421 SERVICE NOT AVAILABLE

        at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
        at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:942)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:391)
        at 
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:448)
        at 
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912)
        at java.lang.Thread.run(Thread.java:595)

18/12/06 21:19:52 INFO  James.Mailet: RemoteDelivery: Storing message 
Mail1166473183969-0-to-aol.com into outgoing after 0 retries
18/12/06 21:24:52 INFO  James.Mailet: RemoteDelivery: Attempting delivery of 
Mail1166473183969-0-to-aol.com to host mailin-01.mx.aol.com. at 64.12.137.184 
to addresses [EMAIL PROTECTED]
18/12/06 21:24:57 INFO  James.Mailet: RemoteDelivery: Exception delivering 
message (Mail1166473183969-0-to-aol.com) - 421-:  (DNS:NR)  
http://postmaster.info.aol.com/errors/421dnsnr.html
421 SERVICE NOT AVAILABLE

18/12/06 21:24:57 INFO  James.Mailet: RemoteDelivery: Temporary exception 
delivering mail (Mail1166473183969-0-to-aol.com: javax.mail.MessagingException: 
421-:  (DNS:NR)  http://postmaster.info.aol.com/errors/421dnsnr.html
421 SERVICE NOT AVAILABLE

        at com.sun.mail.smtp.SMTPTransport.issueCommand(SMTPTransport.java:1020)
        at com.sun.mail.smtp.SMTPTransport.finishData(SMTPTransport.java:942)
        at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:391)
        at 
org.apache.james.transport.mailets.RemoteDelivery.deliver(RemoteDelivery.java:448)
        at 
org.apache.james.transport.mailets.RemoteDelivery.run(RemoteDelivery.java:912)
        at java.lang.Thread.run(Thread.java:595)

18/12/06 21:24:57 INFO  James.Mailet: RemoteDelivery: Storing message 
Mail1166473183969-0-to-aol.com into outgoing after 1 retries
+++++++++++++++++++++++++++++++++++++++


smtp log:
18/12/06 21:18:45 DEBUG smtpserver: SMTP Service init...
18/12/06 21:18:45 DEBUG smtpserver: SMTP Service ...init end
18/12/06 21:18:45 INFO  smtpserver: SMTP Service started plain:25
18/12/06 21:18:45 DEBUG smtpserver: Using a bounded pool for SMTP handlers with 
upper limit 30
18/12/06 21:19:42 DEBUG smtpserver: Retrieving a 
org.apache.james.smtpserver.SMTPHandler from the pool
18/12/06 21:19:42 DEBUG smtpserver: Getting SMTPHandler from pool.
18/12/06 21:19:42 INFO  smtpserver: Connection from 85.218.49.193 
(85.218.49.193)
18/12/06 21:19:42 DEBUG smtpserver: Sent: 220 rm-201-29.serve.com SMTP Server 
(JAMES SMTP Server 2.2.0) ready Mon, 18 Dec 2006 21:19:42 +0100 (CET)
18/12/06 21:19:42 DEBUG smtpserver: Calling start()
18/12/06 21:19:42 DEBUG smtpserver: Watchdog default Worker #9 has time to 
sleep 359999
18/12/06 21:19:42 DEBUG smtpserver: Command received: EHLO [192.168.1.154]
18/12/06 21:19:42 DEBUG smtpserver: Sent: 250-SIZE 51200000
18/12/06 21:19:42 DEBUG smtpserver: Sent: 250-rm-201-29.serve.com Hello 
[192.168.1.154] (85.218.49.193 [85.218.49.193])
18/12/06 21:19:42 DEBUG smtpserver: Sent: 250-AUTH LOGIN PLAIN
18/12/06 21:19:42 DEBUG smtpserver: Sent: 250 AUTH=LOGIN PLAIN
18/12/06 21:19:42 DEBUG smtpserver: Calling reset() default Worker #9
18/12/06 21:19:43 DEBUG smtpserver: Command received: AUTH PLAIN 
AdGJ5vdac3MdAYdm9zcw==
18/12/06 21:19:43 DEBUG smtpserver: Sent: 235 Authentication Successful
18/12/06 21:19:43 INFO  smtpserver: AUTH method PLAIN succeeded
18/12/06 21:19:43 DEBUG smtpserver: Calling reset() default Worker #9
18/12/06 21:19:43 DEBUG smtpserver: Command received: MAIL FROM:<[EMAIL 
PROTECTED]> SIZE=7576
18/12/06 21:19:43 DEBUG smtpserver: MAIL command option SIZE received with 
value 7576.
18/12/06 21:19:43 DEBUG smtpserver: Sent: 250 Sender <[EMAIL PROTECTED]> OK
18/12/06 21:19:43 DEBUG smtpserver: Calling reset() default Worker #9
18/12/06 21:19:43 DEBUG smtpserver: Command received: RCPT TO:<[EMAIL 
PROTECTED]>
18/12/06 21:19:43 DEBUG smtpserver: Sent: 250 Recipient <[EMAIL PROTECTED]> OK
18/12/06 21:19:43 DEBUG smtpserver: Calling reset() default Worker #9
18/12/06 21:19:43 DEBUG smtpserver: Command received: DATA
18/12/06 21:19:43 DEBUG smtpserver: Sent: 354 Ok Send data ending with 
<CRLF>.<CRLF>
18/12/06 21:19:43 DEBUG smtpserver: Using SizeLimitedInputStream  with max 
message size: 51200000
18/12/06 21:19:44 INFO  smtpserver: Successfully spooled mail 
Mail1166473183969-0 from [EMAIL PROTECTED] for [EMAIL PROTECTED]
18/12/06 21:19:44 DEBUG smtpserver: Sent: 250 Message received
18/12/06 21:19:44 DEBUG smtpserver: Calling reset() default Worker #9


> Reverse DNS Lookup Fails for Virtual Accounts
> ---------------------------------------------
>
>                 Key: JAMES-746
>                 URL: http://issues.apache.org/jira/browse/JAMES-746
>             Project: James
>          Issue Type: Bug
>          Components: James Core
>    Affects Versions: 2.2.0
>         Environment: Linux, Java 5
>            Reporter: Ant Kutschera
>
> My server runs multiple domains. I use the JDBC Virtual Host mailet. 
> Everything normally works fine, but if the user sends email to AOL or other 
> picky domains, the mails bounce, and it complains rDNS is not set correctly. 
> Searching on sites like www.dnsstuff.com I am sure that the reverse DNS is 
> configured properly. It seems that AOL looks at the server name given in the 
> protocol, as opposed to the "from" address, and does a  reverse lookup and 
> compares to that name. But that name is taken from the server name, not the 
> virtual account name, so at best I can get one domain to work if I give the 
> server the same name as that one domain.
> James should be putting the domain name from the users account into the 
> protocol, not the server name, if it truly supports virtual hosting.
> Cheers,
> Ant

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to