[Dovecot] default_mail_env %d problem
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
On Fri, 2006-08-04 at 00:37 +0400, Den Zinevitch wrote:
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
That means that the user didn't log in as user@domain.net.ua, or that you're stripping away the domain part. Are you using SQL passdb or something else?
-----Original Message----- From: Timo Sirainen tss@iki.fi To: Den Zinevitch den_z@bk.ru,Dovecot Mailing List dovecot@dovecot.org Date: Thu, 03 Aug 2006 23:47:05 +0300 Subject: Re: [Dovecot] default_mail_env %d problem
On Fri, 2006-08-04 at 00:37 +0400, Den Zinevitch wrote:
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
That means that the user didn't log in as user@domain.net.ua, or that you're stripping away the domain part. Are you using SQL passdb or something else?
ATTACHMENT: application/pgp-signature (signature.asc)
No SQL. Just simple auth from /etc/master.passwd. I have default config. User logs in, because in first case, when I say folder directly ( default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n ) - it works. What may be the reason of stripping away the domain part ?
On Fri, 2006-08-04 at 00:55 +0400, Den Zinevitch wrote:
-----Original Message----- From: Timo Sirainen tss@iki.fi To: Den Zinevitch den_z@bk.ru,Dovecot Mailing List dovecot@dovecot.org Date: Thu, 03 Aug 2006 23:47:05 +0300 Subject: Re: [Dovecot] default_mail_env %d problem
On Fri, 2006-08-04 at 00:37 +0400, Den Zinevitch wrote:
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
That means that the user didn't log in as user@domain.net.ua, or that you're stripping away the domain part. Are you using SQL passdb or something else?
ATTACHMENT: application/pgp-signature (signature.asc)
No SQL. Just simple auth from /etc/master.passwd. I have default config. User logs in, because in first case, when I say folder directly ( default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n ) - it works. What may be the reason of stripping away the domain part ?
From some earlier digging in auth-request.c it seems dovecot replaces the username with what it gets from the db as user. To check this out, turn on auth debugging (auth_verbose = yes and auth_debug = yes, I'm not sure which one does it) and look for the line:
username changed user@domain.net.ua -> user
That's the give away. As for a solution we'd need more information about yoru configuration.
Regards,
David
On Fri, 2006-08-04 at 00:55 +0400, Den Zinevitch wrote:
On Fri, 2006-08-04 at 00:37 +0400, Den Zinevitch wrote:
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
That means that the user didn't log in as user@domain.net.ua, or that you're stripping away the domain part. Are you using SQL passdb or something else?
ATTACHMENT: application/pgp-signature (signature.asc)
No SQL. Just simple auth from /etc/master.passwd. I have default config. User logs in, because in first case, when I say folder directly ( default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n ) - it works. What may be the reason of stripping away the domain part ?
Well, that really sounds to me like the user doesn't ever give the @domain part at all. If you think that it is sent, set auth_debug=yes and look at the logs. Since you're using passwd as passdb, there's nothing that should be stripping the domain.
-----Original Message----- From: Timo Sirainen tss@iki.fi To: Den Zinevitch den_z@bk.ru,Dovecot Mailing List dovecot@dovecot.org Date: Fri, 04 Aug 2006 00:16:48 +0300 Subject: Re: [Dovecot] default_mail_env %d problem
On Fri, 2006-08-04 at 00:55 +0400, Den Zinevitch wrote:
On Fri, 2006-08-04 at 00:37 +0400, Den Zinevitch wrote:
Hi all. I`ve got such problem: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n - it works. But when I say: default_mail_env = mbox:%h/mail/:INBOX=/var/mail/%d/%n - it not. Log: Aug 3 22:51:19 serv dovecot: POP3(user): mbox: data=/home/user/mail/:INBOX=/var/mail//user Aug 3 22:51:19 serv dovecot: POP3(user): mbox: root=/home/user/mail, index=/home/user/mail, inbox=/var/mail//user Aug 3 22:51:19 serv dovecot: pop3-login: Login: user=<user>, method=PLAIN, rip=xx.xx.xx.x, lip=xxx.xxx.xxx.xxx Aug 3 22:51:19 serv dovecot: POP3(user): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0
That means that the user didn't log in as user@domain.net.ua, or that you're stripping away the domain part. Are you using SQL passdb or something else?
ATTACHMENT: application/pgp-signature (signature.asc)
No SQL. Just simple auth from /etc/master.passwd. I have default config. User logs in, because in first case, when I say folder directly ( default_mail_env = mbox:%h/mail/:INBOX=/var/mail/domain.net.ua/%n ) - it works. What may be the reason of stripping away the domain part ?
Well, that really sounds to me like the user doesn't ever give the @domain part at all. If you think that it is sent, set auth_debug=yes and look at the logs. Since you're using passwd as passdb, there's nothing that should be stripping the domain.
ATTACHMENT: application/pgp-signature (signature.asc)
Yes. You are right. I`ve enabled auth_debug, and I see no domain in logs. Mabe I missed something in documentation...? Or its mail client problem ?
participants (3)
-
David Jonas
-
Den Zinevitch
-
Timo Sirainen