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

Smarthost - problems with dynamic IP and notifications

Hi,
I have a problem to get the mail notifications working. Yesterday I upgraded my ASG 6.3*** to 7.1 (clean installation) and from then, I don't get any notifications sent by my astaro box.
I always used the smarthost option and everything worked well.

My SMTP-Proxy config looks as the following:
SMTP proxy status: disabled
domain: dummy
server: dummy
Transparent mode: enabled
Anti-Virus: enabled
Anti-Spam: Greylisting, BATV and SPF check disabled
Relaying: Host-based relay: Internal (Network)
Content Scan for relayed (outgoing) messages: enabled
Advanced: Use a smarthost: smtp.1und1.de
Smarthost Authentication: enabled
Username: mymail@mymailprovider.eu
Password: mypassword
Per-domain profiles: standard-rule enabled

When my ASL tries to send a mail to the specified adress, I alway get an error message like this (SMTP engine):

2008:02:16-23:08:28 (none) exim[14794]: 2008-02-16 23:08:28 SMTP connection from MailerDaemon 

2008:02:16-23:08:28 (none) exim[14794]: 2008-02-16 23:08:28 1JQVCu-0003qc-L1 <> U=MailerDaemon P=local-bsmtp S=2679 id=E1JQVCr-0003qX-Vn@asg.mydomain.de 
2008:02:16-23:08:28 (none) exim[14795]: 2008-02-16 23:08:28 1JQVCu-0003qc-L1 ** mymail@mymailprovider.eu F=<> P=<> R=dnslookup T=remote_smtp: SMTP error from remote mail server after initial connection: host mx00.kundenserver.de [212.227.15.186]: 550 RBL rejection: Dynamic IP Addresses See: www.sorbs.net/lookup.shtml
2008:02:16-23:08:28 (none) exim[14795]: 2008-02-16 23:08:28 1JQVCu-0003qc-L1 Frozen (delivery error message) 
2008:02:16-23:08:39 (none) exim[14801]: 2008-02-16 23:08:39 Start queue run: pid=14801 
2008:02:16-23:08:39 (none) exim[14801]: 2008-02-16 23:08:39 End queue run: pid=14801 
2008:02:16-23:09:39 (none) exim[15092]: 2008-02-16 23:09:39 Start queue run: pid=15092 
2008:02:16-23:09:39 (none) exim[15092]: 2008-02-16 23:09:39 End queue run: pid=15092


My mail provider doesn't accept my mails in cause of a dynamic IP, but this never was a problem till I upgraded my ASG

Where is my fault? Till yesterday (using ASG 6.3***), everything was working fine.

Thanks in advance for your help! :-)


This thread was automatically locked due to age.
  • Ok I think I found the trick:
    In Email Security - SMTP - per-domain profiles, I had to disable the marker "Block dialup hosts".
    After doing that, I'm recieving notifications from my ASG again.
    But I thought it was a problem with my ISP/Mail provider, so why it is working now by changing this option? Shouldn't it be an option for MY smtp server (that I don't have)?

    And I'm still wondering why I don't need a packet filter rule to send mails from my clients. At the moment the SMTP proxy is enabled, so I think this is the reason.

    But as I remember, with my old system (ASG 6.3) I always needed a pf rule "internal -> smtp -> any -> allow", the smtp proxy didn't do the trick.
  • Damn, now I got the next problem. Changed nothing, just did a rebbot and now I always get these messages in SMTP enginge log:

    2008:02:17-01:41:57 (none) exim[10104]: 2008-02-17 01:41:57 1JQWZ3-0003m4-7F == mymail@mymailprovider.eu R=smarthost_route T=remote_smtp defer (-53): retry time not reached for any host 
    2008:02:17-01:41:57 (none) exim[10107]: 2008-02-17 01:41:57 1JQWUy-0003HW-HM == mymail@mymailprovider.eu R=smarthost_route T=remote_smtp defer (-53): retry time not reached for any host 
    2008:02:17-01:41:57 (none) exim[10111]: 2008-02-17 01:41:57 1JQWVF-0003LL-NQ == mymail@mymailprovider.eu R=smarthost_route T=remote_smtp defer (-53): retry time not reached for any host 
    2008:02:17-01:41:57 (none) exim[10115]: 2008-02-17 01:41:57 1JQWeN-0004X7-1j == mymail@mymailprovider.eu R=smarthost_route T=remote_smtp defer (-53): retry time not reached for any host 
    2008:02:17-01:41:57 (none) exim[9602]: 2008-02-17 01:41:57 End queue run: pid=9602


    Could someone please help me out with that?
    Regards
    gudze
  • Hi,
    you don't need a PF rule with the proxy. If you are using the smtp proxy it checks against the known list of dynamic IPs so you can block yourself. Like you I had that problem when I first configured the smtp proxy.

    I know this might seem stupid, but check your network connection. Do you have a MASQ rule in place?

    Under v6.x I would suspect your proxy configuration, I never needed a port 25 rule.

    The smtp proxy under v7.*** is a lot more complex than under v6.x. You might like to do a search on configuring the smtp proxy.

    Ian M
  • Hi,
    I also think it was a configuration issue of the proxy. Now everything is working fine. [:)]
    Yesterday I received a lot (300+) mails from my astaro, that were sent on saturday. So I think my box really had a lot to do sending out all these mails. Now the average utilization of my astaro is ok.

    Also checked for a MASQ rule, but I already have it in place.

    Thanks for your help, everything's ok now. I really have to deal with the administration guide... [;)]