This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SMTP outgoing mail

hi @ all,
i'm using ASL v4 and i'd like to configure smtp outgoing connection.
I need to send mail from internal mailserver to any using DSL connection and i need to accept incoming mail only for mydomain.com

rules setting:
1) INTERNAL_NET  Any(services)  any(destination) allow
2) MAIL_SRV_IP     smtp(service)  any(destination) allow
3) any                    smtp(service) MAIL_SRV_IP(dest) allow

SMTP proxy enable allow incoming for mydomain.com

Now, this is my problem:
I'm able to get incoming mail from xxx@yahoo.com to myaccount@mydomain.com

..but  i can't  reply!
why ???

i get this msg error from my mailserver ( lotus domino ):  
NO msg trasferred to xxxx@yahoo.com  via smtp: server not responding

I'm using  USER AUTHENTICATION

does my_mail_server need to auth to ASL ?
or open outgoing DNS rule ?
or sometng else ??

regards 
 [:S]
  


This thread was automatically locked due to age.
Parents
  • Sounds like Lotus is configured wrong to forward mail for outbound to the firewall's address; you shouldn't need the Any SMTP rule (proxies usually take care of the rules for you). Here's a test you can do from an internal workstation:

    telnet ip address of Astaro 25
    HELO 
    your domain (for example, mydomain.com)
    MAIL FROM: [email="test@mydomain.com"]test@[/b]mydomain.com[/email]
    RCPT TO: someone@whover.com (use a friend's Email address or a webmail account you might have)
    DATA
    Subject: 
    Test
    Testing 1 2 3...
    .
    QUIT


    This is a primitive interface and has no command-line editing (usually), so if you make a typo, close the telnet session and start over till you get it right. For each command, you should get acknowledgement messages, like OK. This is really a trivial example of how the SMTP protocol passes off a message. If you don't get the message after composing it, then it's a firewall configuration issue; otherwise you will have to look at your Lotus Notes, and maybe someone else here can help you with that (or a Lotus Notes forum might be of help...).
        
Reply
  • Sounds like Lotus is configured wrong to forward mail for outbound to the firewall's address; you shouldn't need the Any SMTP rule (proxies usually take care of the rules for you). Here's a test you can do from an internal workstation:

    telnet ip address of Astaro 25
    HELO 
    your domain (for example, mydomain.com)
    MAIL FROM: [email="test@mydomain.com"]test@[/b]mydomain.com[/email]
    RCPT TO: someone@whover.com (use a friend's Email address or a webmail account you might have)
    DATA
    Subject: 
    Test
    Testing 1 2 3...
    .
    QUIT


    This is a primitive interface and has no command-line editing (usually), so if you make a typo, close the telnet session and start over till you get it right. For each command, you should get acknowledgement messages, like OK. This is really a trivial example of how the SMTP protocol passes off a message. If you don't get the message after composing it, then it's a firewall configuration issue; otherwise you will have to look at your Lotus Notes, and maybe someone else here can help you with that (or a Lotus Notes forum might be of help...).
        
Children
No Data