From: David Cary Hart (no email)
Date: Tue Aug 01 2006 - 15:34:35 EDT
On 31 Jul 2006 19:53:31 +0200, Simon J Mudd <> opined:
> (David Cary Hart) writes:
>
>
> Should not be a problem.
>
> As I've been offlist for a few weeks perhaps you can point me (off
> list) to the patches and any other things that need to be taken into
> account and unless I see some big problem I'll look at incorporating
> this into my rpms.
>
Requires dovecot 1.0.rc2
/etc/postfix/main.cf:
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth
Double check the following:
--- dovecot.conf 2006-08-01 15:31:25.000000000 -0400
+++ dovecot.new 2006-08-01 15:31:36.000000000 -0400
@@ -3,13 +3,25 @@
protocol pop3 {
}
+protocol lda {
+ postmaster_address =
+}
auth default {
- mechanisms = plain
+ mechanisms = plain login
passdb pam {
}
userdb passwd {
}
- user = root
+ socket listen {
+ client {
+ path = /var/spool/postfix/private/auth
+ mode = 0660
+ user = postfix
+ group = postfix
+ }
+ }
+}
+dict {
}
plugin {
}
-- Our DNSRBL - Eliminate Spam at the Source: http://www.TQMcube.com Don't Subsidize Criminals: http://boulderpledge.org
|
|
|