Sending Using Multiple SMTP Servers Simultaneously

Solutions for other advanced phplisters

Re: Sending Using Multiple SMTP Servers Simultaneously

Postby Nym » 9:42pm, Sun 08 Feb, 2015

Hi there!
i am having a similar problem. I would like to "monitor" my smtp servers in order to understand a bit better what is going on. For example useful features could be:

- Utilisation of a server
- Status of a server
- Setting cap (hourly/daily/monthly) for each server

Any idea on what is the best way to achieve something like that?
Nym
phpList newbie
 
Posts: 3
Joined: 9:38pm, Sun 08 Feb, 2015

Re: Sending Using Multiple SMTP Servers Simultaneously

Postby billygk » 11:02am, Tue 28 Apr, 2015

Hi,

I ran into a similar problem, I did have control over all smtps (postfix) and saw the exact same behaviour (only one was active).

I ended up letting the smtp's (postfix) handle queue and send.
I created some DNS A records so DNS would handle the balanced (round robin on each query)

smtp.domain.com A x.x.x.1
smtp.domain.com A x.x.x.2
smtp.domain.com A x.x.x.3
smtp.domain.com A x.x.x.4

and added that FQDN in postfix config
relayhost = smtp.domain.com

You will also need to config each smtp (allowing relay of your server, also I changed queue size and time, etc). They are a lot of info on different ways to do this.

This worked for me.

Hope it helps
billygk
phpList newbie
 
Posts: 2
Joined: 10:23am, Tue 28 Apr, 2015

Previous

Return to Advanced Answers, Howtos, Tips & Tricks

Who is online

Users browsing this forum: No registered users and 1 guest

cron