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

License problem with number of SMTP routes

Hi,

we are using ASL 2.xx and are testing now ASL 3.2

As I already posted in "Any anti-spam protection on Astaro" it is necessary for some of our costumers to set the smtp-routes to the t-online.de mail-relay, because they use mail-abuse.org.

Now with ASL 3.2 the system tells me "Your license type is limited to 5 SMTP routes".

In the new price list the office edition is limited to 5 e-mail domains.
I route all those costumers over the same domain: t-online.de

Is there a work around?

Walter


This thread was automatically locked due to age.
Parents
  • You need a smarthost  [:)] 

    Edit /var/chroot-smtp/etc/exim.conf-default, locate Section 4 (router configuration), and add the following AFTER the smtp_router entry:

    code:
    internet:
      driver = domainlist
      transport = remote_smtp
      route_list = * relay.t-online.de bydns_a

    replace relay.t-online.de with the correct smarthost hostname.

    Stop and start the proxy in WebAdmin.

    Then you only need the normal SMTP routes for incoming mail.

    Maybe we'll make that a feature in an upcoming version.

    /tom
  • Hi Tom,

    your solution worked fine until the update to ASL 3.209. Then everything was lost.
    Did the update rewrite even the exim.conf-default?

    You metioned a new feature for this. Is this still in the pipeline?

    cu
    Walter
  • wk,

    yes it wasreplaced in 3.209, there was a fix
    related to the TLS behaviour of ASL.
    Add the entry againn, stop and start the SMTP
    proxy within WebAdmin.

    read you
    o|iver
     
     [size="1"][ 16 September 2002, 04:58: Message edited by: oliver.desch ][/size]
Reply
  • wk,

    yes it wasreplaced in 3.209, there was a fix
    related to the TLS behaviour of ASL.
    Add the entry againn, stop and start the SMTP
    proxy within WebAdmin.

    read you
    o|iver
     
     [size="1"][ 16 September 2002, 04:58: Message edited by: oliver.desch ][/size]
Children
  • Just a note:

    the feature will be included in the next major version.

    /tom
  • I see, that this feature can be found in ASL 3.380

    What I´m looking for - to replace my DSL-Router/sendmail installation - is a way to teach ASL to NOT accept on port 25 for connections from a specific (pppoe) interface. I just want to SEND emails but NOT to receive.

    I couldn´t find any hint on how to realise that :-(
    With sendmail there is the same issue since you can´t tell on which interface to listen...

    Maybe someone else out there has an idea!?

    techno.kid