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

Using smart-host for mailing-list distribution

Hi,

we are using ASl 5.2 and a smart-host for outgoing mails. We are also scanning all outgoing mails for viri.

When we send a newsletter to a number of recipients of a mailing list, the ASL-box scans every mail for every single recipient and sends the mails one by one to the smart-host. This takes time and produces a lot of traffic.
To reduce this, we now send the newsletter from the mail-client direct to the smart-host, but they are not scanned.

Is there a configuration for exim to send the newsletter to the smart-host for all recipients and let the smart-host distribute them?


This thread was automatically locked due to age.
Parents Reply Children
  • Hi,

    that is what a mail-server or proxy is used for (send mail to target, if target = 20 users than you have 20 independant mails the FW has to scan and send). The only way to avoid this is by using aliases on the smarthost itself, to do the distribution. 

    Chris
  • Hi Chris,

    I know, that a mail-server is used for distributing the mails to the different recipients.
    But if I have to use a smarthost, for what reason ever, to mails are transfered one by one in a row to the smathost and are redistributed from the smarthost to the different recipients.
    So I am looking for an option switch in exim to reduce the mail-stream from my smtp-proxy to the smarthost. As the smarthost is also a proxy, it could do the distribution job.
  • Hi,

    smarthost option only means, that the MTA sends all mail, not delivered locally, to the ip defined as smarthost. 
    So, if you are sending one mail with 15 recipents, your MTA will send 15 Mails to the smarthost (astaro). 
    Only way to baypass this is to use an external MTA, on this MTA you need one alias wich distributes to the 15 recipents. So you only send one mail to the external MTA.

    Chris