Folks,
I've just added a sieve script like this to file some automated messages
into a specific client-related mailbox:
#
# Sieve script to put customer Rancid messages into specific client
folders
#
require "fileinto";
if header :contains ["from"] "ran...@example.com" {
Hi.
If I'm using replication, and master goes offline for a moment, and I
have some mail delivered on replica (from SMTP, beacuse I kinda have
SMTP configured to deliver on localhost, and IMAP master is also a CARP
master), how do I handle this situtation when master is back online (and
the ma