<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>hi to all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>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,</FONT></DIV>
<DIV><FONT face=Arial size=2>thank you very much in advanced,hope you can help
me.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Dec 11 18:35:33 support postfix/lmtp[3341]:
CCB9B40698: to=<<A href="mailto:personal@xxx.com">personal@xxx.com</A>>,
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)<BR>Dec 11 18:35:33 support
postfix/qmgr[3040]: CCB9B40698: removed<BR>Dec 11 18:35:33 support
postfix/pipe[3348]: fatal: unknown attribute name: user-vmail<BR>Dec 11 18:35:34
support postfix/qmgr[3040]: warning: premature end-of-input on private/maildrop
socket while reading input attribute name<BR>Dec 11 18:35:34 support
postfix/qmgr[3040]: warning: private/maildrop socket: malformed response<BR>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<BR>Dec 11 18:35:34 support postfix/master[3038]: warning: process
/usr/libexec/postfix/pipe pid 3347 exit status 1<BR>Dec 11 18:35:34 support
postfix/master[3038]: warning: /usr/libexec/postfix/pipe: bad command startup --
throttling<BR>Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<<A
href="mailto:dennis@xxx.com">dennis@xxx.com</A>>, relay=none, delay=1.2,
delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport
error)<BR>Dec 11 18:35:34 support postfix/qmgr[3040]: warning: premature
end-of-input on private/maildrop socket while reading input attribute
name<BR>Dec 11 18:35:34 support postfix/qmgr[3040]: warning: private/maildrop
socket: malformed response<BR>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<BR>Dec 11 18:35:34 support
postfix/master[3038]: warning: process /usr/libexec/postfix/pipe pid 3348 exit
status 1<BR>Dec 11 18:35:34 support postfix/qmgr[3040]: 8B4E04069B: to=<<A
href="mailto:personal@xxx.com">personal@xxx.com</A>>, relay=none, delay=1.2,
delays=0.11/1.1/0/0, dsn=4.3.0, status=deferred (unknown mail transport
error)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2># my configuration</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>alias_maps =
mysql:/etc/postfix/mysql-aliases.cf<BR>broken_sasl_auth_clients =
yes<BR>command_directory = /usr/sbin<BR>config_directory =
/etc/postfix<BR>content_filter =
smtp-amavis:[127.0.0.1]:10024<BR>daemon_directory =
/usr/libexec/postfix<BR>debug_peer_level = 2<BR>disable_vrfy_command =
yes<BR>home_mailbox = Maildir/<BR>html_directory =
/var/www/html/postfixhowto<BR>local_recipient_maps = $alias_maps
$virtual_mailbox_maps unix:passwd.byname<BR>mail_owner = postfix<BR>mailq_path =
/usr/bin/mailq<BR>manpage_directory = /usr/local/man<BR>mydestination =
$myhostname, localhost.$mydomain, $localhost<BR>mydomain = xxx.com<BR>myhostname
= support.xxx.com<BR>mynetworks = 192.168.57.0/32, 127.0.0.0/8<BR>myorigin =
$mydomain<BR>newaliases_path = /usr/bin/newaliases<BR>queue_directory =
/var/spool/postfix<BR>readme_directory =
/var/www/html/postfixhowto<BR>relocated_maps =
mysql:/etc/postfix/mysql-relocated.cf<BR>sample_directory =
/etc/postfix<BR>sendmail_path = /usr/sbin/sendmail<BR>setgid_group =
postdrop<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>smtp_use_tls = yes<BR>smtpd_client_restrictions =
check_client_access
mysql:/etc/postfix/mysql-client.cf<BR>smtpd_data_restrictions =
reject_unauth_pipelining<BR>smtpd_etrn_restrictions =
reject<BR>smtpd_helo_required = yes<BR>smtpd_recipient_restrictions =
permit_mynetworks,permit_sasl_authenticated,check_recipient_access
mysql:/etc/postfix/mysql-recipient.cf,reject_unauth_destination,permit<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>smtpd_sasl_auth_enable =
yes<BR>smtpd_sasl_local_domain = $myhostname<BR>smtpd_sasl_security_options =
noanonymous<BR>smtpd_sender_restrictions = check_sender_access
mysql:/etc/postfix/mysql-sender.cf<BR>smtpd_tls_CAfile =
/etc/postfix/ssl/smtpd.pem<BR>smtpd_tls_cert_file =
/etc/postfix/ssl/smtpd.pem<BR>smtpd_tls_key_file =
/etc/postfix/ssl/smtpd.pem<BR>smtpd_tls_loglevel =
3<BR>smtpd_tls_received_header = yes<BR>smtpd_tls_session_cache_timeout =
3600s<BR>smtpd_use_tls = yes<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>tls_random_source =
dev:/dev/urandom<BR>transport_maps =
mysql:/etc/postfix/mysql-transport.cf<BR>unknown_local_recipient_reject_code =
550<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>virtual_alias_maps =
mysql:/etc/postfix/mysql-virtual.cf<BR>virtual_gid_maps =
mysql:/etc/postfix/mysql-virtual-gid.cf<BR>virtual_mailbox_base =
/home/vmail<BR>virtual_mailbox_domains =
mysql:/etc/postfix/mysql-virtual-domains.cf<BR>virtual_mailbox_maps =
mysql:/etc/postfix/mysql-virtual-maps.cf<BR>virtual_transport =
maildrop<BR>virtual_uid_maps =
mysql:/etc/postfix/mysql-virtual-uid.cf<BR></DIV></FONT>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>TIA,</FONT></DIV>
<DIV><FONT face=Arial size=2>- = dennis = -</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>