OK, the following configuration does NOT work with 1.0rc11 for me, it delivers to ~/
When I change it back to mail_location = mbox:~/Mail:INBOX=/var/mail/%u it works well.
protocol lda { postmaster_address = postmaster@domain auth_socket_path = /var/run/dovecot-auth-master log_path = /path/to/deliver.log info_log_path = /path/to/deliver.log log_timestamp=%Y.%m.%d %H:%M:%S%t default_mail_env = mbox:~/Mail:INBOX=/var/mail/%u mail_debug = yes }
Ciao, Gerhard
On Wed, 8 Nov 2006, Timo Sirainen wrote:
On Wed, 2006-11-08 at 17:24 +0100, Gerhard Wiesinger wrote:
Ok, I ment 1.0rc11 where deliver doesn't work with default_mail_env, only with mail_location.
Is this fixed in 1.0rc13?
As far as I know, it wasn't broken in rc11 either. Just tested with rc13, and it works for me. And I haven't changed that code since rc11. So I can't really understand why it wouldn't have worked with you..
Although if you had an empty mail_location setting in the file, then it did use it without complaining.