Gentoo Archives: gentoo-user

From: reader@×××××××.com
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Dovecot... is the bugzilla material?
Date: Tue, 27 Jun 2006 23:09:20
Message-Id: 871wtab4e6.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: Dovecot... is the bugzilla material? by Martins Steinbergs
1 Martins Steinbergs <mar@××.lv> writes:
2
3 > i got rid of it removing 'login' from authentications mechanisms
4 > in /etc/dovecot.conf section
5 >
6 > auth_default {
7 > mechanism = plain
8 >
9 >
10 > I have single user setup and I dont care much about security here, so maybe
11 > this isnt the best solution. I use dovecot with squirrelmail to read one
12 > filtered kmail maildir.
13
14 My setup is very similar ... no great need for security.
15
16 My setting is the same as what you posted but then the pam stuff is in
17 there too. What does your whole auth_default {} look like?
18
19 (Everthing between opening and closing brackets)
20
21 Here, the whole thing minus the comments is:
22
23 auth default {
24 mechanisms = plain
25 passdb pam {
26 args = "*"
27 }
28
29 userdb passwd {
30 }
31 user = root
32 }
33
34 I don't know how much of that is needed. I wouldn't care if pam was
35 bypassed too but not sure if it would work then.
36
37 --
38 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: Dovecot... is the bugzilla material? Martins Steinbergs <mar@××.lv>
Re: [gentoo-user] Re: Dovecot... is the bugzilla material? Neil Bothwick <neil@××××××××××.uk>