Displaying 2 results from an estimated 2 matches for "oeush".
Did you mean:
flush
2006 Feb 04
1
LDAP mailLocation weirdness
...(for virtual hosting) and up to I think
alpha2 or 3 everything was working as expected. The trouble I have is
that dovecot does not correctly use the information it gets about
mailLocation.
This is what is stored in the MailMessageStore attribute for a user "f.someone":
mbox:/virtual/oeush.at/var/mail/f.someone:INBOX=/virtual/oeush.at/var/mail/f.someone
now despite of this setting, this user is unable to fetch any mail,
because dovecot partially ignores this setting:
---------CUT---------
dovecot: Feb 04 12:20:42 Info: pop3(f.someone.oeush.at): Effective uid=200, gid=4000
dovecot:...
2006 Jun 08
1
a bug in the LDAP code
Hi,
I was heaving some grave problems with dovecot's ldap client that left
me with the following settings for virtual users:
-------CUT-------
mbox:
data=/virtual/oeush.at/home/f.someone/mail/:INBOX=/var/mail/f.someone.oeush.at
-------CUT-------
data in that case was correct, yet the INBOX location was wrong, this
should have been /virtual/oeush.at/var/mail/f.someone.oeush.at instead.
My settings for the retrieval of the mail environment
in /etc/dovecot/dovecot-...