Hi all, I have next settings in .conf file ... # # Login user for SQL-based virtual users # login_user = dovecot first_valid_uid = 100 first_valid_gid = 100 ... System user dovecot has UID/GID = 101/101. But every time when user logins I see in log file Oct 29 15:51:25 orion dovecot: Logins with login process UID 101 (user elnino) not permitted (see login_user in config file). Oct 29 15:51:25 orion dovecot: auth(default): Growing pool 'plain_auth_request' with: 1024 Why dovecot generate these warnings and how I can get rid of them? Thanks in advance, Alexander -- Kind Regards, Alexander Shikoff minotaur@crete.org.ua
Check your password file...perhaps you have two users with the same uid? Alexander Shikoff wrote:> Hi all, > > I have next settings in .conf file > > ... > > # > # Login user for SQL-based virtual users > # > login_user = dovecot > first_valid_uid = 100 > first_valid_gid = 100 > ... > > System user dovecot has UID/GID = 101/101. But every time when user logins > I see in log file > > Oct 29 15:51:25 orion dovecot: Logins with login process UID 101 (user elnino) not permitted (see login_user in config file). > Oct 29 15:51:25 orion dovecot: auth(default): Growing pool 'plain_auth_request' with: 1024 > > Why dovecot generate these warnings and how I can get rid of them? > > Thanks in advance, Alexander
Alexander Shikoff wrote:> first_valid_uid = 100 > first_valid_gid = 100and last_valid_uid/last_valid_gid?> System user dovecot has UID/GID = 101/101. But every time when user logins > Oct 29 15:51:25 orion dovecot: Logins with login process UID 101 (user elnino)So uid 101 is "elnino", not "dovecot". Or did you assign this uid to both users? my working config: first_valid_uid = 103 last_valid_uid = 103 first_valid_gid = 104 last_valid_gid = 104 I use "userdb static" with uid=103 and gid=104.
On Sat, 2005-10-29 at 15:56 +0300, Alexander Shikoff wrote:> Oct 29 15:51:25 orion dovecot: Logins with login process UID 101 (user elnino) not permitted (see login_user in config file).This means that you're trying to log in as "elnino" user which has the same UID as what you've set to login_user in dovecot.conf. That isn't allowed. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part Url : http://dovecot.org/pipermail/dovecot/attachments/20051030/f06a7b0f/attachment.pgp