Hi,
Gianfranco Bartolini wrote:
-----Original Message----- From: dovecot-bounces@dovecot.org [mailto:dovecot-bounces@dovecot.org] On Behalf Of Jakob Hirsch Sent: Thursday, June 15, 2006 2:43 AM
to 127.0.0.1 (postfix): Access denied for user
'postfix'@'localhost' (using
Thanks a lot, now it works!
Weird figure, i didn't saw that article...
But now i've got a new problem:
============================== dovecot: Jun 15 17:03:33 Error: imap(ced@example.org): Ambiguous mail location setting, don't know what to do with it: example.org/ced@example.org/ (try prefixing it with mbox: or maildir:) dovecot: Jun 15 17:03:33 Error: imap(ced@example.org): Failed to create storage with data: example.org/ced@example.org/ dovecot: Jun 15 17:03:33 Info: imap-login: Login: user=<ced@example.org>, method=PLAIN, rip=192.168.70.1, lip=192.168.0.101 dovecot: Jun 15 17:03:33 Error: child 3848 (imap) returned error 89
It seems that dovecot ignore the directive in my dovecot.conf:
default_mail_env = maildir:/home/mbox/%d/%u
I've tried to change it as: default_mail_env = /home/mbox/%d/%u default_mail_env =
but i've got always the same error message.
The directory was correctly created by postfixadmin:
============================== server01:/home/mbox # ls -la total 12 drwxrwx--x 3 postfix postfix 4096 Jun 15 14:36 . drwxr-xr-x 5 root root 4096 Jun 12 15:52 .. drwx------ 3 postfix postfix 4096 Jun 15 14:36 example.org
Any ideas?
Thanks a lot in advance
Saluti G.Bartolini Linux User #333064
First, tell me few things:
Output of command #cat /PATH/TO/POSTFIX_DIR/main.cf | grep virtual
Output of command #cat /PATH/TO/POSTFIXADMIN_DIR/config.inc.php | grep domain_in_mailbox
Regards, Dumitru