[CentOS] Problem in Postfix

Mon Dec 11 10:48:28 UTC 2006
dennis <dennis at bulacan.gov.ph>

hi to all,

im using my box as mail server (CENTOS 4.4) with postfix 2.3.4 when i try to send message i got this message in my mail log any idea with my problem,
thank you very much in advanced,hope you can help me.



Dec 11 18:35:33 support postfix/lmtp[3341]: CCB9B40698: to=<personal at xxx.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.95, delays=0.13/0.03/0.01/0.78, dsn=2.6.0, status=sent (250 2.6.0 Ok, id=03094-02, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 8B4E04069B)
Dec 11 18:35:33 support postfix/qmgr[3040]: CCB9B40698: removed
Dec 11 18:35:33 support postfix/pipe[3348]: fatal: unknown attribute name: user-vmail
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: premature end-of-input on private/maildrop socket while reading input attribute name
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: private/maildrop socket: malformed response
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: transport maildrop failure -- see a previous warning/fatal/panic logfile record for the problem description
Dec 11 18:35:34 support postfix/master[3038]: warning: process /usr/libexec/postfix/pipe pid 3347 exit status 1
Dec 11 18:35:34 support postfix/master[3038]: warning: /usr/libexec/postfix/pipe: bad command startup -- throttling
Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<dennis at xxx.com>, relay=none, delay=1.2, delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: premature end-of-input on private/maildrop socket while reading input attribute name
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: private/maildrop socket: malformed response
Dec 11 18:35:34 support postfix/qmgr[3040]: warning: transport maildrop failure -- see a previous warning/fatal/panic logfile record for the problem description
Dec 11 18:35:34 support postfix/master[3038]: warning: process /usr/libexec/postfix/pipe pid 3348 exit status 1
Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<personal at xxx.com>, relay=none, delay=1.2, delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport error)



# my configuration

alias_maps = mysql:/etc/postfix/mysql-aliases.cf
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
disable_vrfy_command = yes
home_mailbox = Maildir/
html_directory = /var/www/html/postfixhowto
local_recipient_maps = $alias_maps $virtual_mailbox_maps unix:passwd.byname
mail_owner = postfix
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination = $myhostname, localhost.$mydomain, $localhost
mydomain = xxx.com
myhostname = support.xxx.com
mynetworks = 192.168.57.0/32, 127.0.0.0/8
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /var/www/html/postfixhowto
relocated_maps = mysql:/etc/postfix/mysql-relocated.cf
sample_directory = /etc/postfix
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop

smtp_use_tls = yes
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-client.cf
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_etrn_restrictions = reject
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,check_recipient_access mysql:/etc/postfix/mysql-recipient.cf,reject_unauth_destination,permit

smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-sender.cf
smtpd_tls_CAfile = /etc/postfix/ssl/smtpd.pem
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.pem
smtpd_tls_loglevel = 3
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes

tls_random_source = dev:/dev/urandom
transport_maps = mysql:/etc/postfix/mysql-transport.cf
unknown_local_recipient_reject_code = 550

virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf
virtual_gid_maps = mysql:/etc/postfix/mysql-virtual-gid.cf
virtual_mailbox_base = /home/vmail
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
virtual_transport = maildrop
virtual_uid_maps = mysql:/etc/postfix/mysql-virtual-uid.cf



TIA,
- = dennis = -











-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20061211/502e26a6/attachment-0003.html>