LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Problem w/ Cyrus Status=Bounced Signal 11 (https://www.linuxquestions.org/questions/linux-server-73/problem-w-cyrus-status%3Dbounced-signal-11-a-512700/)

davidswanson1 12-21-2006 06:24 PM

Problem w/ Cyrus Status=Bounced Signal 11
 
Hi, I am somewhat new to setting up Cyrus and Postfix. After setting postfix and cyrus on Suse 10.1 I receive this error inside my /var/log/mail

Dec 21 19:02:18 DSMIServer1 postfix/smtp[16950]: connect to Mail.earthcorp.com[69.56.175.206]: Connection timed out (port 25)
Dec 21 19:02:27 DSMIServer1 postfix/smtpd[16959]: connect from web34103.mail.mud.yahoo.com[66.163.178.101]
Dec 21 19:02:27 DSMIServer1 postfix/smtpd[16959]: 84A7645A7C: client=web34103.mail.mud.yahoo.com[66.163.178.101]
Dec 21 19:02:27 DSMIServer1 postfix/cleanup[16966]: 84A7645A7C: message-id=<20061222000226.44385.qmail@web34103.mail.mud.yahoo.com>
Dec 21 19:02:27 DSMIServer1 postfix/qmgr[16939]: 84A7645A7C: from=<myemailaddress@yahoo.com>, size=1910, nrcpt=1 (queue active)
Dec 21 19:02:27 DSMIServer1 postfix/smtpd[16959]: disconnect from web34103.mail.mud.yahoo.com[66.163.178.101]
Dec 21 19:02:28 DSMIServer1 postfix/pipe[16971]: 84A7645A7C: to=<myemailaddressonthisserver@DSMIServer1.dsmi-inc.com>, orig_to=<davmyemailaddressonthisserver@dsmi-inc.com>, relay=cyrus, delay=0.65, delays=0.4/0.03/0/0.22, dsn=5.3.0, status=bounced (Command died with signal 11: "/usr/lib/cyrus/bin/deliver")[/B][/B]
Dec 21 19:02:28 DSMIServer1 postfix/cleanup[16966]: 193D948AC7: message-id=<20061222000228.193D948AC7@DSMIServer1.dsmi-inc.com>
Dec 21 19:02:28 DSMIServer1 postfix/qmgr[16939]: 193D948AC7: from=<>, size=3902, nrcpt=1 (queue active)
Dec 21 19:02:28 DSMIServer1 postfix/bounce[16973]: 84A7645A7C: sender non-delivery notification: 193D948AC7
Dec 21 19:02:28 DSMIServer1 postfix/qmgr[16939]: 84A7645A7C: removed

I am not sure why its being bounced with signal 11

here is the setup:

/etc/postfix/main.cf

command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
program_directory = /usr/lib/postfix
sendmail_path = /usr/sbin/sendmail
manpage_directory = /usr/share/man
alias_maps = hash:/etc/aliases
#,ldap:/etc/postfix/ldap-aliases.cf
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
mail_spool_directory = /var/mail
mailq_path = /usr/bin/mailq
mail_owner = postfix
mailbox_transport = cyrus
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
setgid_group = maildrop
inet_protocols = all
inet_interfaces = all
debug_peer_level = 2
debugger_command =
PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
unknown_local_recipient_reject_code = 550
myhostname = DSMIServer1.dsmi-inc.com
mydestination = $myhostname, localhost.$mydomain, mysql:/etc/postfix/mysql-mydestination.cf
mynetworks = 192.168.0.0/24, 127.0.0.0/8 10.0.0.0/24
disable_dns_lookups = no
mailbox_size_limit = 0
message_size_limit = 10240000
#Amavis
#content_filter = amavis:[127.0.0.1]:10024
#receive_override_options = no_address_mappings
#SMTPD
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination
smtpd_sasl_security_options = noanonymous
smtp_use_tls = yes
smtpd_tls_cert_file = /etc/postfix/smtpd.crt
smtpd_tls_key_file = /etc/postfix/smtpd.key
#Virtual
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
#virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_base = /home/vmail
#virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
#sample_directory = /usr/share/doc/packages/postfix/samples
#readme_directory = /usr/share/doc/packages/postfix/README_FILES
#html_directory = /usr/share/doc/packages/postfix/html

/etc/postfix/master.cf

#
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - - smtpd
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
# -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
#submission inet n - n - - smtpd
# -o smtpd_etrn_restrictions=reject
# -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
#amavis unix - - - - 6 smtp
# -o smtp_data_done_timeout=1200
# -o smtp_send_xforward_command=yes
127.0.0.1:10025 inet n - - - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_resctrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
-o receive_override_options=no_unknown_recipient_checks,no_header_body_checks
#628 inet n - n - - qmqp
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - n 300 1 oqmgr
tlsmgr unix - - n 1000? 1 tlsmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - n - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - n - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - n - - showq
error unix - - n - - error
discard unix - - n - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - n - - lmtp
anvil unix - - n - 1 anvil
#localhost:10025 inet n - n - - smtpd -o content_filter=
scache unix - - n - 1 scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
#cyrus unix - n n - - pipe
# flags=cyrus argv=/usr/lib/cyrus/bin/deliver -r ${sender} -m ${extension} ${user}
#old-cyrus unix - n n - - pipe
#flags= user=cyrus argv=//usr/lib/cyrus/bin/deliver -r ${sender} -m
cyrus unix - n n - - pipe
user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
procmail unix - n n - - pipe
flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}



/etc/cyrus.cf

# standard standalone server implementation

START {
# do not delete this entry!
recover cmd="ctl_cyrusdb -r"

# this is only necessary if using idled for IMAP IDLE
idled cmd="idled"
}

# UNIX sockets start with a slash and are put into /var/lib/imap/socket
SERVICES {
# add or remove based on preferences
imap cmd="imapd" listen="imap" prefork=0
imaps cmd="imapd -s" listen="imaps" prefork=0
pop3 cmd="pop3d" listen="pop3" prefork=0
pop3s cmd="pop3d -s" listen="pop3s" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0

# at least one LMTP is required for delivery
# lmtp cmd="lmtpd" listen="lmtp" prefork=0
lmtpunix cmd="lmtpd" listen="/var/lib/imap/socket/lmtp" prefork=0

# this is only necessary if using notifications
# notify cmd="notifyd" listen="/var/lib/imap/socket/notify" proto="udp" prefork=1
}

EVENTS {
# this is required
checkpoint cmd="ctl_cyrusdb -c" period=30

# this is only necessary if using duplicate delivery suppression
delprune cmd="cyr_expire -E 3" at=0400

# this is only necessary if caching TLS sessions
tlsprune cmd="tls_prune" at=0400

# Uncomment the next entry, if you want to automatically remove
# old messages of EVERY user.
# This example calls ipurge every 60 minutes and ipurge will delete
# ALL messages older then 30 days.
# enter 'man 8 ipurge' for more details

# cleanup cmd="ipurge -d 30 -f" period=60

/etc/imapd/

configdirectory: /var/lib/imap
postmaster: postmaster
partition-default: /var/spool/imap
sievedir: /var/lib/sieve
admins: cyrus
allowanonymouslogin: no
allowplaintext: yes
servername: DSMIServer1.dsmi-inc.com
autocreatequota: 10000
reject8bit: no
quotawarn: 90
timeout: 30
poptimeout: 10
dracinterval: 0
drachost: localhost
sasl_pwcheck_method: saslauthd
sasl_mech_list: PLAIN
sendmail: /usr/sbin/sendmail
unixhierarchysep: yes
#lmtp_overquota_perm_failure: no
#lmtp_downcase_rcpt: yes
#
# if you want TLS, you have to generate certificates and keys
#
#tls_ca_file: /var/imap/server.pem
#tls.cert_file: /var/imap/server.pem
#tls_key.file: /var/imap/server.pem



Thank you for all your help!!!

David


All times are GMT -5. The time now is 03:31 PM.