|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: postfix not delivering to cyrus
From: Andreas Winkelmann (ml
awinkelmann.de)
Date: Sun Jun 25 2006 - 04:52:19 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am Sunday 25 June 2006 11:45 schrieb Ignacio Garcia:
> Andreas, thanks so much for your quick reply...
>
> > Please show Logs. Grep for the QueueId in /var/log/mail.
>
> there is nothing with QueueID in any log. However, this is how a delivered
> message appears in the mail log
>
> Jun 25 11:41:55 isp1 postfix/local[7678]: 314EEFBC8:
> to=<igp_ignasi_com
anfitrion.net>, orig_to=<igp
ignasi.com>, relay=local,
> delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
"314EEFBC8" is the Queue-Id. If you grep the Log for the Queue Id, you will
see all Stages of the Mail. From Incoming to Outgoing.
> I guess deliver=local should be cyrus, and procmail... why procmail?
Check your /etc/aliases.
And grep for procmail in /etc/postfix.
> > Next time "postconf -n" instead.
>
> sure, sorry about that... here it is:
>
> alias_maps = hash:/etc/aliases
> biff = no
> broken_sasl_auth_clients = yes
> canonical_maps = hash:/etc/postfix/canonical
> command_directory = /usr/sbin
> config_directory = /etc/postfix
> daemon_directory = /usr/lib/postfix
> debug_peer_level = 2
> default_privs = nobody
> defer_transports =
> disable_dns_lookups = no
> html_directory = /usr/share/doc/packages/postfix/html
> inet_interfaces = all
> inet_protocols = all
> mail_owner = postfix
> mail_spool_directory = /var/mail
> mailbox_command =
> mailbox_size_limit = 0
> mailbox_transport = lmtp:unix:/var/lib/imap/socket/lmtp
> mailq_path = /usr/bin/mailq
> manpage_directory = /usr/share/man
> maps_rbl_domains = relays.ordb.org, opm.blitzed.org, list.dsbl.org,
> sbl-xbl.spamhaus.org, cbl.abuseat.org, bl.spamcop.net
> masquerade_classes = envelope_sender, header_sender, header_recipient
> masquerade_domains =
> masquerade_exceptions = root
> message_size_limit = 20240000
> mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
> mail.$mydomain, www.$mydomain, ftp.$mydomain /etc/postfix/destinations
> mydomain = anfitrion.net
> myhostname = isp1.anfitrion.net
> mynetworks_style = class
> myorigin = $mydomain
> newaliases_path = /usr/bin/newaliases
> queue_directory = /var/spool/postfix
> readme_directory = /usr/share/doc/packages/postfix/README_FILES
> relay_domains = $mydomain, $myhostname, localhost.$mydomain,
> /etc/postfix/destinations
> relayhost =
> relocated_maps = hash:/etc/postfix/relocated
> sample_directory = /usr/share/doc/packages/postfix/samples
> sender_canonical_maps = hash:/etc/postfix/sender_canonical
> sendmail_path = /usr/sbin/sendmail
> setgid_group = maildrop
> smtp_use_tls = no
> smtpd_banner = $myhostname ESMTP
> smtpd_client_restrictions =
> smtpd_helo_required = yes
> smtpd_helo_restrictions =
> smtpd_recipient_restrictions = permit_mynetworks, check_client_access,
> permit_sasl_authenticated, reject_maps_rbl, reject_unau
> th_destination
> smtpd_sasl_auth_enable = yes
> smtpd_sasl_security_options = noanonymous
> smtpd_use_tls = no
> strict_rfc821_envelopes = no
> transport_maps = hash:/etc/postfix/transport
> unknown_local_recipient_reject_code = 450
> virtual_alias_domains = $virtual_alias_maps
> virtual_alias_maps = hash:/etc/virtusertable
>
>
> Thanks,
>
> Ignacio
--
Andreas
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]