Only in /etc/dovecot: dovecot-db-example.conf Only in /etc/dovecot: dovecot-dict-sql-example.conf Only in /etc/dovecot: dovecot-ldap-example.conf diff -ru /usr/share/alterator-postfix-dovecot/dovecot/dovecot-openssl.cnf /etc/dovecot/dovecot-openssl.cnf --- /usr/share/alterator-postfix-dovecot/dovecot/dovecot-openssl.cnf 2009-09-08 18:37:23 +0400 +++ /etc/dovecot/dovecot-openssl.cnf 2009-09-09 16:05:37 +0400 @@ -25,7 +25,7 @@ CN=imap.example.com # E-mail contact -emailAddress=postmaster@@domain@ +emailAddress=postmaster@stend.altlinux.ru [ cert_type ] nsCertType = server Only in /etc/dovecot: dovecot-sql-example.conf diff -ru /usr/share/alterator-postfix-dovecot/dovecot/dovecot.conf /etc/dovecot/dovecot.conf --- /usr/share/alterator-postfix-dovecot/dovecot/dovecot.conf 2009-09-08 18:37:23 +0400 +++ /etc/dovecot/dovecot.conf 2009-09-09 16:24:16 +0400 @@ -655,7 +655,7 @@ protocol lda { # Address to use when sending rejection mails. - postmaster_address = postmaster@@domain@ + postmaster_address = postmaster@stend.altlinux.ru # Hostname to use in various parts of sent mails, eg. in Message-Id. # Default is the system's real hostname. @@ -1026,12 +1026,12 @@ #path = /var/run/dovecot/auth-client #mode = 0660 #} - client {#postfix - path = /var/spool/postfix/private/auth - mode = 0660 - user = postfix - group = postfix - }#postfix +# client {#postfix +# path = /var/spool/postfix/private/auth +# mode = 0660 +# user = postfix +# group = postfix +# }#postfix } } Only in /etc/dovecot: dovecot.keytab diff -ru /usr/share/alterator-postfix-dovecot/dovecot/ldap.conf /etc/dovecot/ldap.conf --- /usr/share/alterator-postfix-dovecot/dovecot/ldap.conf 2009-09-08 18:37:23 +0400 +++ /etc/dovecot/ldap.conf 2009-09-09 16:05:37 +0400 @@ -1,7 +1,7 @@ uris = ldap://localhost/ debug_level = 0 auth_bind = yes -auth_bind_userdn = uid=%n,ou=People,@basedn@ -base = @basedn@ +auth_bind_userdn = uid=%n,ou=People,dc=stend,dc=altlinux,dc=ru +base = dc=stend,dc=altlinux,dc=ru user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid user_filter = (&(objectClass=posixAccount)(uid=%n))