You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Hut Carspecken <hu...@sbcglobal.net> on 2003/06/11 00:31:21 UTC

No outbound mail to remote server

Hello,

I am having trouble sending mails to a remote mail server.  

I received a suggestion of using my ISP's two DNS IP addresses and mark the "authoritative" tag as true.  However, I am still having trouble.  

Currently, I am able to receive mail and send mail to a local user, but no remote users get e-mail. Now, I am using, in large part, the default template config.xml.  So, I have not used the "bind" tag other than for the remote manager.  In addition, I suspect that some of the sample mailets may be giving me trouble.  Should I change any of these mailets?

Thanks,

Hut

Re: No outbound mail to remote server

Posted by Eric Weidner <es...@pumavision.net>.
Hut,

Make sure the "RemoteAddrInNetwork" setting includes the ip addresses 
(or a mask like 192.168.0.*) for the computers you are trying to send 
mail from.

e.g.  

<mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.*,[some other ip 
you need]" class="ToProcessor">

Eric Weidner
Out-of-the-Box Project Lead
http://www.ejbsolutions.com

Hut Carspecken wrote:

>Hello,
>
>I am having trouble sending mails to a remote mail server.  
>
>I received a suggestion of using my ISP's two DNS IP addresses and mark the "authoritative" tag as true.  However, I am still having trouble.  
>
>Currently, I am able to receive mail and send mail to a local user, but no remote users get e-mail. Now, I am using, in large part, the default template config.xml.  So, I have not used the "bind" tag other than for the remote manager.  In addition, I suspect that some of the sample mailets may be giving me trouble.  Should I change any of these mailets?
>
>Thanks,
>
>Hut
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org


RE: No outbound mail to remote server

Posted by "Noel J. Bergman" <no...@devtech.com>.
> I am able to receive mail and send mail to a local user,
> but no remote users get e-mail.

Go into environment.xml and turn on DEBUG for the spool manager.  That will
allow you to trace the flow of each message through the system.  Find out
where the mail is going, and whom is directing it there.  That will give you
an indication of what you need to fix.

	--- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: james-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-user-help@jakarta.apache.org