[Dovecot] Error or bug?

Robby Gunawan rgunawans at gmail.com
Thu Oct 21 07:53:09 EEST 2010


Dear all,

Please help me, I just change from vm-pop3d to dovecot, installed from
rpm that provided by dovecot.org, I got this error for random email
user

Command died with signal 11:
    "/usr/libexec/dovecot/deliver"



Below is my dovecot.conf

# 2.0.5: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.9-34.ELsmp i686 Red Hat Enterprise Linux release 4 ext3
debug_log_path = /var/log/dovecot.log
disable_plaintext_auth = no
first_valid_uid = 1
info_log_path = /var/log/dovecot-info.log
listen = *
mail_location = maildir:/var/spool/mail/%u
mbox_write_locks = fcntl
passdb {
  driver = pam
}
protocols = pop3
service pop3-login {
  service_count = 0
  vsz_limit = 96 M
}
service pop3 {
  process_limit = 512
}
ssl = no
ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
ssl_key = </etc/pki/dovecot/private/dovecot.pem
userdb {
  driver = passwd
}

this is my postconf -n

2bounce_notice_recipient = netadmin at mydomain.com
alias_maps = hash:/etc/aliases
bounce_queue_lifetime = 12h
bounce_size_limit = 10485760
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
command_time_limit = 3h
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
default_destination_concurrency_limit = 50
default_privs = mail
delay_warning_time = 1
header_checks = regexp:/etc/postfix/header_checks
home_mailbox = Maildir/
html_directory = no
inet_interfaces = all
initial_destination_concurrency = 100
mail_owner = postfix
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/libexec/dovecot/deliver
mailbox_delivery_lock = dotlock
mailbox_size_limit = 1048576000
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maximal_backoff_time = 30s
maximal_queue_lifetime = 12h
message_size_limit = 8388608
minimal_backoff_time = 10s
mydestination = localhost.localdomain, localhost,
$mydomain, $myhostname,                mail.asiatex.co.id,
asiatex.co.id
mydomain = mydomain.com
myhostname = mail.mydomain.com
mynetworks = 127.0.0.0/8, xxx.xxx.xxx.xxx/32
mynetworks_style = subnet
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
notify_classes = 2bounce
queue_directory = /var/spool/postfix
queue_run_delay = 1m
readme_directory = no
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous          permit_mynetworks,
       check_helo_access
hash:/etc/postfix/helo_access,permit	check_client_access
hash:/etc/postfix/access, 	permit_sasl_authenticated,
permit_mynetworks, reject_unauth_destination,	check_policy_service
inet:127.0.0.1:11026, reject_unknown_sender_domain,
reject_unknown_recipient_domain,        reject_unauth_pipelining
smtp_sender_dependent_authentication = yes
smtpd_banner = mydomain eMail Server.
smtpd_recipient_restrictions = check_sender_access
hash:/etc/postfix/restrictedsenders,     permit_sasl_authenticated,
 permit_mynetworks,     reject_unauth_destination,
check_policy_service inet:127.0.0.1:11026,
reject_unknown_sender_domain,     reject_unknown_recipient_domain,
reject_unauth_pipelining,     reject_rbl_client cbl.abuseat.org,
reject_rbl_client zen.spamhaus.org
smtpd_reject_unlisted_sender = yes
smtpd_restriction_classes = localonlyclass
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/sender_access
unknown_local_recipient_reject_code = 550



--
Thanks,

Robby Gunawan S


More information about the dovecot mailing list