Displaying 2 results from an estimated 2 matches for "managesieve_port".
2011 Mar 09
1
Dovecot + Sieve does not work
Hi,
On my Debian Squeeze server I installed Dovecot 1.2.16 from
http://xi.rename-it.nl/debian/ and configured as follow:
# dovecot -n
# 1.2.16: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.26-110209 i686 Debian 6.0 ext3
log_path: /var/log/dovecot.log
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap sieve
disable_plaintext_auth: no
login_dir: /var/run/dovecot/login
login_executable:
2018 Dec 02
0
Sieve broken after upgrade
...s in advance, Pavel
-------------- next part --------------
root at vao01:/var/www/roundcube/plugins/managesieve# cat config.inc.php
<?php
// managesieve server port. When empty the port will be determined automatically
// using getservbyname() function, with 4190 as a fallback.
$config['managesieve_port'] = null;
// managesieve server address, default is localhost.
// Replacement variables supported in host name:
// %h - user's IMAP hostname
// %n - http hostname ($_SERVER['SERVER_NAME'])
// %d - domain (http hostname without the first part)
// For example %n = mail.domain.tld, %d...