Displaying 2 results from an estimated 2 matches for "lmtpserver".
Did you mean:
lmtp_server
2016 Jul 11
3
Master-Master replication question
...se Getopt::Std;
$opts{'s'} = "localhost";
$opts{'p'} = "24";
$opts{'f'} = 'root@' . `hostname`;
chomp($opts{'f'});
chomp($opts{'s'});
getopts("hs:p:f:u:", \%opts);
if ($opts{'h'}) {
??? print "
lmtpsend [-s lmtpserver] [-f fromaddress] [-u subject] toaddress [...]
? lmtpsend will send an email from the commandline.
? Options:
??? -s lmtpserver????? Sets the lmtpserver for where to send the
mail through.
??? -f fromaddress???? Sets the email address to be used on the
From: line.
??? -u subject???????? Sets the...
2016 Jul 06
3
Master-Master replication question
Dear list,
I have setup a master-master replication setup. My primairy MX's send email over on a DNS loadbalanced way, so DNS is doing some kind of round-robin way of sending mail to both master servers.
I found out, that on one of the two machines, the email synchronisation is heavily delayed.
Lets assume server A receives a mail from the MX; it synchronises almost instantly with the other