CONTENT
  • CHANGES
Szukaj
counter

#top ManageSieve


Dokumentacja Dovecot: ManageSieve (Dovecot 1.*) | Pigeonhole / ManageSieve (Dovecot 2.*)
Dokumentacja Dovecot: ManageSieve / Configuration (Dovecot 1.*) | Pigeonhole / ManageSieve / Configuration (Dovecot 2.*)
Dovecot 1.*: /etc/dovecot.conf
Dovecot 2.*: /etc/dovecot/conf.d/20-managesieve.conf

EXAMPLES
(Dovecot 1.*) Zmiany jakie należy wprowadzić w /etc/dovecot.conf:
protocol managesieve {
  listen = *:4190, [::]:4190
}
[...]
protocol managesieve {
  [...]
  # If, for some inobvious reason, the sieve_storage remains unset, the
  # ManageSieve daemon uses the specification of the mail_location to find out
  # where to store the sieve files (see explaination in README.managesieve).
  # The example below, when uncommented, overrides any global mail_location
  # specification and stores all the scripts in '~/mail/sieve' if sieve_storage
  # is unset. However, you should always use the sieve_storage setting.
  # mail_location = mbox:~/mail
  mail_location = maildir:/home/vmail/%d/%n/Maildir
}

(Dovecot 2.*) Zmiany jakie należy wprowadzić w /etc/dovecot/conf.d/20-managesieve.conf:
service managesieve-login {
  inet_listener sieve {
    port = 4190
  }

  #inet_listener sieve_deprecated {
  #  port = 2000
  #}
[...]
}




Zmodyfikowany ostatnio: 2018/01/01 16:08:01 (7 lat temu), textsize: 43,5 kB, htmlsize: 2,48 kB

Zapraszam do komentowania, zgłaszania sugestii, propozycji, własnych przykładów, ...
Dodaj komentarzKomentarze użytkowników