Re: [Dovecot] Dovecot 1.2.x passwd and shadow auth w/ PAM

2011-05-10 Thread Steven King
Fair enough... thanks for your help. On 5/10/11 6:17 PM, Timo Sirainen wrote: On 11.5.2011, at 1.14, Steven King wrote: auth default: user: nobody passdb: driver: shadow nobody doesn't have permissions to read /etc/shadow -- Steve King Senior Linux Engineer - Advance Int

Re: [Dovecot] Dovecot 1.2.x passwd and shadow auth w/ PAM

2011-05-10 Thread Steven King
Interesting... #2 corrected it. Set the auth process to run as root... Is that safe? On 5/10/11 6:13 PM, Timo Sirainen wrote: On 11.5.2011, at 1.10, Steven King wrote: Turning on auth debugging May 10 18:09:22 auth(default): Info: shadow(mjb,69.2.98.5): lookup May 10 18:09:22 auth(default

Re: [Dovecot] Dovecot 1.2.x passwd and shadow auth w/ PAM

2011-05-10 Thread Steven King
/private/auth mode: 432 user: postfix group: postfix On 5/10/11 6:10 PM, Timo Sirainen wrote: On 11.5.2011, at 1.07, Steven King wrote: I'm trying to get authentication to work without PAM and just use the standard shadow and passwd files. auth default { userdb p

Re: [Dovecot] Dovecot 1.2.x passwd and shadow auth w/ PAM

2011-05-10 Thread Steven King
/etc/shadow. On 5/10/11 6:07 PM, Steven King wrote: I'm trying to get authentication to work without PAM and just use the standard shadow and passwd files. auth default { userdb passwd { } passdb shadow { } } This seems to be valid code to use /etc/passwd and /etc/shadow. My linux

[Dovecot] Dovecot 1.2.x passwd and shadow auth w/ PAM

2011-05-10 Thread Steven King
I'm trying to get authentication to work without PAM and just use the standard shadow and passwd files. auth default { userdb passwd { } passdb shadow { } } This seems to be valid code to use /etc/passwd and /etc/shadow. My linux distro is using Salted MD5. Though Dovecot keeps telling me

Re: [Dovecot] v2.0.rc3 released

2010-07-22 Thread Steven King
ings as > "read this file" and the "<" wouldn't have been necessary. But the > problem with ssl=no would be still the same and it would be less > flexible. > > On Thu, 2010-07-22 at 13:36 -0400, Steven King wrote: >> Hmm, very interesting. Is this to facilita

Re: [Dovecot] v2.0.rc3 released

2010-07-22 Thread Steven King
other configs. On 7/22/10 7:33 AM, Timo Sirainen wrote: > On 22.7.2010, at 6.21, Steven King wrote: > >> What does the "<" actually do? I just followed the wiki example, and it >> doesn't clearly explain what it is for. > Reads the setting's value from the

Re: [Dovecot] v2.0.rc3 released

2010-07-21 Thread Steven King
What does the "<" actually do? I just followed the wiki example, and it doesn't clearly explain what it is for. On 7/21/10 2:39 PM, Timo Sirainen wrote: > On Wed, 2010-07-21 at 18:58 +0200, Luigi Rosa wrote: > >> Don't really know if it is a bug, probably not. >> >> Even setting "ssl = no" Dove

Re: [Dovecot] Temporary files

2010-07-14 Thread Steven King
On 7/14/10 4:34 PM, Timo Sirainen wrote: > In v1.0 .. v1.1 deliver was writing incoming >128k mail to /tmp file (to > avoid reading it all into memory). In v1.2 I moved it to user's home > directory. This slowed deliveries for NFS users. Also people with > filesystem quota had trouble since now u

Re: [Dovecot] Doveadmn Quota

2010-07-11 Thread Steven King
Ah, thought so. Been trying to learn the new cool ways of doing things in 2.0. Thanks for you help! On 7/11/10 7:42 PM, Timo Sirainen wrote: > It doesn't work this way with v1.x. > > On 12.7.2010, at 0.40, Steven King wrote: > >> Ah that makes sense. Was this a ch

Re: [Dovecot] Doveadmn Quota

2010-07-11 Thread Steven King
Ah that makes sense. Was this a change for 2.0 or is this recommended for 1.x as well? On 7/11/10 5:39 PM, Timo Sirainen wrote: > On 11.7.2010, at 21.53, Steven King wrote: > >> Ah ok, what is the difference between loading the plugin outside of >> protocol sections vs ins

Re: [Dovecot] Doveadmn Quota

2010-07-11 Thread Steven King
Ah ok, what is the difference between loading the plugin outside of protocol sections vs inside them? On 7/11/10 8:34 AM, Timo Sirainen wrote: > On 11.7.2010, at 6.14, Steven King wrote: > >> I know quota is a "plugin" for the doveadm program, but there is no >> docu

[Dovecot] Doveadmn Quota

2010-07-10 Thread Steven King
Hey Everyone, I am running the new Dovecot 2.0 RC2. When I try to run 'doveadm quota recalc -A' I just get the usage info for doveadm. Running 'doveadm help quota' gives me the man page for the quota command, and I follow the man page examples as is. Is this feature not implemented yet? Or am I d

Re: [Dovecot] dovecot-1.2.12 fails to build on Solaris 8 and 10

2010-07-04 Thread Steven King
Interesting, it is almost like the fopen function fails to open conftestval for write. On 7/4/10 5:44 PM, Dennis Clarke wrote: > Further details from config.log : > > | #include > | #include > | int main() { > | FILE *f=fopen("conftestval", "w"); > | if (!f) exit(1

Re: [Dovecot] dovecot-1.2.12 fails to build on Solaris 8 and 10

2010-07-04 Thread Steven King
Have you read the compilation wiki http://wiki.dovecot.org/CompilingSource ? This should explain any peculiarities with Solaris. Also, did the compile fail, or the build itself? If you could send the errors that either display in more completion, that may point us in the right direction. On 7/4

Re: [Dovecot] Dovecot and IPv6

2010-07-03 Thread Steven King
Interesting syntax. Should add this to the wiki's Thanks guys! On 7/3/10 1:33 PM, Antonio Querubin wrote: > On Sat, 3 Jul 2010, Steven King wrote: > >> I am trying to run Dovecot with IPv6 and IPv4. I have the following >> command in my conf: >> >> listen = *

[Dovecot] Dovecot and IPv6

2010-07-03 Thread Steven King
Hello, I am trying to run Dovecot with IPv6 and IPv4. I have the following command in my conf: listen = * This makes Dovecot listen on all addresses on IPv4. I then add: listen = [::] So the conf now has both listen lines. This forces Dovecot to listen on all IPv6 addresses, but it no longer

[Dovecot] 2.0.beta4 compile errors

2010-03-24 Thread Steven King
I am unable to get 2.0.beta4 to compile. I get the following errors: /usr/lib64/gcc/x86_64-slackware-linux/4.3.3/../../../../lib64/libwrap.a(hosts_access.o): In function `host_match': hosts_access.c:(.text+0x625): undefined reference to `yp_get_default_domain' collect2: ld returned 1 exit status m

Re: [Dovecot] Dovecot 1.2.beta1 Backtrace POP3

2009-02-21 Thread Steven King
Timo, you rock! Timo Sirainen wrote: > On Sat, 2009-02-21 at 13:14 -0500, Steven King wrote: > >> I am testing out the new Dovecot 1.2.beta1 software. I am getting >> reports from people using POP3 that it randomly drops connections. >> > .. > >> dov

[Dovecot] Dovecot 1.2.beta1 Backtrace POP3

2009-02-21 Thread Steven King
I am testing out the new Dovecot 1.2.beta1 software. I am getting reports from people using POP3 that it randomly drops connections. Looking at the log file I see that the POP3 process they were connecting to panics and dumps a Raw bactrace. Below is a copy of the logs (IP addresses striped for sec