Displaying 2 results from an estimated 2 matches for "e2advance".
Did you mean:
  advance
  
2016 Jul 19
2
Replication sieve scripts.
Hello,
 Are you sure about that I would need so recent version? That is ok to 
 have some bugfixes but you are talking about the latest cutting edge 
 debian jessie backports package.
 Even the mainline debian jessie only have 2.2.13 in it and my system is 
 a complex wheezy installation, the last thing I want to do is to move 
 all my components into jessie just because of this or do you know
2016 Jul 20
3
Replication sieve scripts.
...90 %u
   quota_warning4 = storage=85%% quota-warning 85 %u
   replication_full_sync_interval = 1 hours
   sieve = ~/.dovecot.sieve
   sieve_after = ~/sieve_after
   sieve_dir = ~/sieve
   sieve_duplicate_period = 1h
   sieve_extensions = +editheader
   sieve_max_redirects = 20
 }
 pop3c_host = pop3.e2advance.net
 postmaster_address = postmaster at company.com
 protocols = imap pop3 lmtp imap lmtp sieve pop3
 service aggregator {
   fifo_listener replication-notify-fifo {
     user = vmail
   }
   unix_listener replication-notify {
     user = vmail
   }
 }
 service auth-worker {
   user = $default_inte...