Summary: | cleanup падает | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | Anton V. Boyarshinov <boyarsh> |
Component: | dovecot | Assignee: | redbaron <redbaron> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | blocker | ||
Priority: | P3 | CC: | cas, evg, george, glebfm |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
Anton V. Boyarshinov
2010-10-07 12:48:57 MSD
А что там говорят $ rpmquery -a 'postfix*' и $ /usr/sbin/postconf -n ? (В ответ на комментарий №1) > А что там говорят > $ rpmquery -a 'postfix*' postfix-control-1.6.1-alt1 postfix-dovecot-2.5.9-alt3 postfix-tls-2.5.9-alt3 postfix-ldap-2.5.9-alt3 postfix-2.5.9-alt3 > $ /usr/sbin/postconf -n broken_sasl_auth_clients = yes config_directory = /etc/postfix local_recipient_maps = proxy:unix:passwd.byname $alias_maps ldap:/etc/postfix/ldap-users.cf mailbox_unpriv_delivery = no mynetworks = localhost, $myhostname, $config_directory/mynetworks smtpd_client_restrictions = check_recipient_access cdb:/etc/postfix/whitelist, permit_mynetworks, permit_sasl_authenticated, check_client_access cdb:/etc/postfix/client_access, permit smtpd_helo_required = yes smtpd_helo_restrictions = check_recipient_access cdb:/etc/postfix/whitelist, permit_mynetworks, permit_sasl_authenticated, check_helo_access cdb:/etc/postfix/helo_access, permit smtpd_recipient_restrictions = check_recipient_access cdb:/etc/postfix/recipient_access, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, permit smtpd_sasl_auth_enable = no smtpd_sasl_path = private/auth smtpd_sasl_type = dovecot smtpd_sender_restrictions = check_recipient_access cdb:/etc/postfix/whitelist, permit_mynetworks, permit_sasl_authenticated, check_sender_access cdb:/etc/postfix/sender_access, permit smtpd_tls_cert_file = /var/lib/ssl/certs/postfix.cert smtpd_tls_key_file = /var/lib/ssl/private/postfix.key smtpd_use_tls = yes virtual_alias_maps = ldap:/etc/postfix/ldap-aliases.cf, ldap:/etc/postfix/ldap-users.cf Проблема воспроизводится при установке новых сборок Кентавра, то есть это не редкий race (In reply to comment #2) > postfix-dovecot-2.5.9-alt3 > postfix-tls-2.5.9-alt3 > postfix-ldap-2.5.9-alt3 Это сейчас не работает, надо пересобирать dovecot с новым libssl+libcrypto. ping? (In reply to comment #4) > ping? Вообще-то пакет был собран в ноябре, и проблема должна была решиться. 2boyarsh: пересборка помогла? Не воспроизводится. Похоже, починено пересборкой. |