OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: src rpm for 2.3

From: Simon J Mudd (sjmuddpobox.com)
Date: Sun Aug 13 2006 - 05:44:20 CDT


PostfixMTATQMcube.com (David Cary Hart) writes:

> Hi Simon:
>
> I just followed the instruction in the Readme and everything worked
> perfectly:
> auth default {
> mechanisms = plain login
> passdb pam {
> }
> userdb passwd {
> }
> socket listen {
> client {
> path = /var/spool/postfix/private/auth
> mode = 0660
> user = postfix
> group = postfix
> }
> }
> }
>
> That said, I install DoveC and PF from source.

I can see now (looking at the 1.0 /etc/dovecot.conf) what needs doing.
I am however reluctant to "just patch the dovecot.conf file" as it
might break a running system. Therefore I think I'll just add a new
commented section to the file if no mention is already made to
Postfix, allowing the user to enable it if required.

Simon