monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple email servers with authentication


From: Gee Fitz
Subject: Re: multiple email servers with authentication
Date: Tue, 29 May 2018 21:33:47 -0300

Documentation clearly says

-- Example (setting two mail servers for failover):
set mailserver smtp.gmail.com, smtp.other.host

So it's probably

set mailserver smtp.domain1.com port 587, smtp.domain2.com port 465
etcetera


On Tue, May 29, 2018 at 5:55 PM, AJ Weber <address@hidden> wrote:
I am attempting to configure multiple (backup) mailserver's. Each has a unique username and password, and in fact, each has different ports, protocols, etc.

I have tried this:

set mailserver smtp.domain1.com port 587
username address@hidden password "xxxxxxxxxx"
with timeout 30 seconds,
smtp.domain2.com port 465
username otheruser password "yyyyyyyyyyyyyyyyyy"
using SSL with timeout 30 seconds

This results in a configuration syntax error.

Can someone help me figure out how to configure my mailservers?

Thanks!

-AJ


--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]