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

[ASL 5.007] SMTP relay probelm

I'm using ASL 5.007 as SMTP relay with a smarthost.
I have configured SMTP proxy on ASL with TLS and authentication, and just internal network allowed. 
All was working fine. 
For test purpose (antivirus), I've turn off TLS and authentication (both to be sure) on ASL and on my email client. I've then rebooted ASL box.

Now I get an error "relay not permitted" when I try yo send mail from py PC on internal network !!!

If I switch back to TLS/authnetication all is working fine (a bit if ASL doesn't clean correctly his config files...)


This thread was automatically locked due to age.
  • I've found the problem.

    In my mail client I was using the public alias of my ASL SMTP relay (defined under proxy SMTP settings) and in the ASL box I only allow "internal network" for outgoing mail. As I haven't got any DNS in my internal network (I use those of my FAI as forwarders), ASL was confused (inthe log It seem to believe to reveive requests from outside) and logically denied relaying.

    If in my mail client I use the private IP of the internal interface of my ASL box, all works fine.

    IF