View | Details | Raw Unified | Return to bug 21453
Collapse All | Expand All

(-)/usr/share/alterator-postfix-dovecot/dovecot/dovecot-openssl.cnf (-1 / +1 lines)
Lines 25-31 Link Here
25
CN=imap.example.com
25
CN=imap.example.com
26
26
27
# E-mail contact
27
# E-mail contact
28
emailAddress=postmaster@@domain@
28
emailAddress=postmaster@stend.altlinux.ru
29
29
30
[ cert_type ]
30
[ cert_type ]
31
nsCertType = server
31
nsCertType = server
(-)/usr/share/alterator-postfix-dovecot/dovecot/dovecot.conf (-7 / +7 lines)
Lines 655-661 Link Here
655
655
656
protocol lda {
656
protocol lda {
657
  # Address to use when sending rejection mails.
657
  # Address to use when sending rejection mails.
658
  postmaster_address = postmaster@@domain@
658
  postmaster_address = postmaster@stend.altlinux.ru
659
659
660
  # Hostname to use in various parts of sent mails, eg. in Message-Id.
660
  # Hostname to use in various parts of sent mails, eg. in Message-Id.
661
  # Default is the system's real hostname.
661
  # Default is the system's real hostname.
Lines 1026-1037 Link Here
1026
      #path = /var/run/dovecot/auth-client
1026
      #path = /var/run/dovecot/auth-client
1027
      #mode = 0660
1027
      #mode = 0660
1028
    #}
1028
    #}
1029
    client {#postfix
1029
#    client {#postfix
1030
      path = /var/spool/postfix/private/auth
1030
#      path = /var/spool/postfix/private/auth
1031
      mode = 0660
1031
#      mode = 0660
1032
      user = postfix
1032
#      user = postfix
1033
      group = postfix
1033
#      group = postfix
1034
    }#postfix
1034
#    }#postfix
1035
  }
1035
  }
1036
}
1036
}
1037
1037
(-)/usr/share/alterator-postfix-dovecot/dovecot/ldap.conf (-2 / +2 lines)
Lines 1-7 Link Here
1
uris = ldap://localhost/
1
uris = ldap://localhost/
2
debug_level = 0
2
debug_level = 0
3
auth_bind = yes
3
auth_bind = yes
4
auth_bind_userdn = uid=%n,ou=People,@basedn@
4
auth_bind_userdn = uid=%n,ou=People,dc=stend,dc=altlinux,dc=ru
5
base = @basedn@
5
base = dc=stend,dc=altlinux,dc=ru
6
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
6
user_attrs = homeDirectory=home,uidNumber=uid,gidNumber=gid
7
user_filter = (&(objectClass=posixAccount)(uid=%n))
7
user_filter = (&(objectClass=posixAccount)(uid=%n))

Return to bug 21453