[Dovecot] Dovecot and .forward
Hello to all,
There is something to be configured to allow dovecot to use the .forward file into the user's maildir? I have done some test, but seems dovecot don't look into the .forward file and no result at all.
I use Postfix with the deliver of dovecot, here is my dovecot configuration:
# 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.25.18-0.2-pae i686 openSUSE 11.0 (i586) ext3 log_path: /var/log/dovecot-err.log info_log_path: /var/log/dovecot-inf.log protocols: imap imaps pop3 pop3s disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login login_executable(imap): /usr/lib/dovecot/imap-login login_executable(pop3): /usr/lib/dovecot/pop3-login first_valid_uid: 51 last_valid_uid: 51 first_valid_gid: 51 last_valid_gid: 51 mail_location: maildir:/var/mail/virtual/%d/%u mail_debug: yes mail_executable(default): /usr/lib/dovecot/imap mail_executable(imap): /usr/lib/dovecot/imap mail_executable(pop3): /usr/lib/dovecot/pop3 mail_plugins(default): quota imap_quota mail_plugins(imap): quota imap_quota mail_plugins(pop3): quota mail_plugin_dir(default): /usr/lib/dovecot/modules/imap mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3 imap_client_workarounds(default): outlook-idle imap_client_workarounds(imap): outlook-idle imap_client_workarounds(pop3): pop3_uidl_format(default): %08Xu%08Xv pop3_uidl_format(imap): %08Xu%08Xv pop3_uidl_format(pop3): %Mf auth default: passdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf userdb: driver: passwd userdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf socket: type: listen master: path: /var/run/dovecot/auth-master mode: 384 plugin: quota: maildir quota: maildir:user quota quota_warning: storage=80%% /usr/bin/quota_warning.sh 80 quota_warning2: storage=90%% /usr/bin/quota_warning.sh 90 quota_warning3: storage=99%% /usr/bin/quota_warning.sh 90
Any suggestion to debug that problem?
Thank u,
Claudio Prono.
--
Claudio Prono Systems Development @ PSS Srl, Divisione Implementazione Sistemi Via San Bernardino, 17 - 10137 Torino (TO) - IT Tel +39-011.32.72.100 Fax +39-011.32.46.497 PGP Fingerprint: 75C2 4049 E23D 2FBF A65F 40DB EA5C 11AC C2B0 3647 Disclaimer: http://atpss.net/disclaimer
On 21.01.2009 14:50 Claudio Prono wrote:
Hello to all,
There is something to be configured to allow dovecot to use the .forward file into the user's maildir? I have done some test, but seems dovecot don't look into the .forward file and no result at all.
I use Postfix with the deliver of dovecot, here is my dovecot configuration:
# 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.25.18-0.2-pae i686 openSUSE 11.0 (i586) ext3 ... auth default: passdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf userdb: driver: passwd userdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf ...
Any suggestion to debug that problem?
Thank u,
Dovecot doesn't read .forward files from users. Postfixs local (LDA) reads .forward files - BUT not from virtual users home directories.
You could use the cmusieve plugin which supports 'redirect "an@addr.ess"'
Regards, Pascal
-- Ubuntu is an ancient African word meaning “I can’t install Debian.” -- unknown
Mmm ok, i am looking to make work vacation of HORDE Project with my mail server, and this uses the .forward file into the mailbox for run the vacation script every time a mail was recieved. I have looked to cmusieve with dovecot 1.1.7 and i don't find it. It can be used for read the .forward file and execute the vacation program if present in the .forward file? Or... alternatively, what i can use?
I am googled a lot for any response but the problem is...how to search ".forward" :)
Greets,
Claudio Prono.
Pascal Volk ha scritto:
On 21.01.2009 14:50 Claudio Prono wrote:
Hello to all,
There is something to be configured to allow dovecot to use the .forward file into the user's maildir? I have done some test, but seems dovecot don't look into the .forward file and no result at all.
I use Postfix with the deliver of dovecot, here is my dovecot configuration:
# 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.25.18-0.2-pae i686 openSUSE 11.0 (i586) ext3 ... auth default: passdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf userdb: driver: passwd userdb: driver: sql args: /etc/dovecot/dovecot-mysql.conf ...
Any suggestion to debug that problem?
Thank u,
Dovecot doesn't read .forward files from users. Postfixs local (LDA) reads .forward files - BUT not from virtual users home directories.
You could use the cmusieve plugin which supports 'redirect "an@addr.ess"'
Regards, Pascal
--
Claudio Prono Systems Development @ PSS Srl, Divisione Implementazione Sistemi Via San Bernardino, 17 - 10137 Torino (TO) - IT Tel +39-011.32.72.100 Fax +39-011.32.46.497 PGP Fingerprint: 75C2 4049 E23D 2FBF A65F 40DB EA5C 11AC C2B0 3647 Disclaimer: http://atpss.net/disclaimer
On 21.01.2009 15:58 Claudio Prono wrote:
Mmm ok, i am looking to make work vacation of HORDE Project with my mail server, and this uses the .forward file into the mailbox for run the vacation script every time a mail was recieved. I have looked to cmusieve with dovecot 1.1.7 and i don't find it. It can be used for read the .forward file and execute the vacation program if present in the .forward file? Or... alternatively, what i can use?
I am googled a lot for any response but the problem is...how to search ".forward" :)
Greets,
Claudio Prono.
Pascal Volk ha scritto:
On 21.01.2009 14:50 Claudio Prono wrote:
... # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.25.18-0.2-pae i686 openSUSE 11.0 (i586) ext3 ...
You could use the cmusieve plugin which supports 'redirect "an@addr.ess"'
Please stop top posting!
Are you using the docevot11 rpm from SuSE? This provides the cmusieve plugin. If you have compiled Dovecot from source code you have also to compile the sieve plugin in order to use the plugin.
The cmusieve plugin supports also vacation auto-replies. You will find more details in the wiki: http://wiki.dovecot.org/LDA/Sieve Which file the sieve plugin reads depends on your configuration.
Regards Pascal
-- Ubuntu is an ancient African word meaning “I can’t install Debian.” -- unknown
participants (2)
-
Claudio Prono
-
Pascal Volk