I've tryed to install postfix+courier-imap+courier_pop+mysql

 everuthig starts normaly, bt I can't send any mail to this server.
 I get this error message:

May 25 08:51:59 server postfix/smtpd[6032]: connect from unknown[10.0.0.3]
May 25 08:51:59 server postfix/smtpd[6032]: warning: connect to mysql server 
localhost: Can't connect to local MySQL server through socket 
'/var/lib/mysql/mysql.sock' (2)
May 25 08:51:59 server postfix/smtpd[6032]: NOQUEUE: reject: RCPT from
unknown[10.0.0.3]: 451 <[EMAIL PROTECTED]>: Temporary lookup failure;
from=<[EMAIL PROTECTED]> to=<hug\
[EMAIL PROTECTED]> proto=ESMTP helo=<localhost>
May 25 08:52:00 server postfix/cleanup[6034]: 597B3B907:
message-id=<[EMAIL PROTECTED]>
May 25 08:52:00 server postfix/qmgr[1738]: 597B3B907:
from=<[EMAIL PROTECTED]>, size=815, nrcpt=1 (queue active)
May 25 08:52:00 server postfix/smtpd[6032]: disconnect from unknown[10.0.0.3]
May 25 08:52:00 server postfix/virtual[6035]: 597B3B907:
to=<[EMAIL PROTECTED]>, orig_to=<postmaster>, relay=virtual, delay=0, status=sent 
(delivered to maildir)
May 25 08:52:00 server postfix/qmgr[1738]: 597B3B907: removed

where is the problem?
which config files should I post that you can make any conclusion?


my /etc/postfix/main.cf file:


# These are changed by postfix install script
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
setgid_group = postdrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.1.0/samples
readme_directory = /usr/share/doc/postfix-2.1.0/README_FILES





# User configurable parameters
#unknown_local_recipient_reject_code = 450
delay_warning_time = 4



smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandrake Linux)
inet_interfaces = all

mynetworks = 10.0.0.0/28, 127.0.0.0/8


#added by hugo
alias_maps = hash:/etc/postfix/aliases
alias_database = hash:/etc/postfix/aliases
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail -Y -a $DOMAIN
debug_peer_level = 2
debuger_command = 
        PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
        xxgdb $daemon_directory/$process_name $process_id & sleep 5
#smtpd_recipient_restrictions = permit_mynetworks
#   warn_if_reject reject_unknown_hostname
smtpd_sender_restrictions = permit_mynetworks
   warn_if_reject reject_unknown_hostname
smtpd_helo_restrictions = permit_mynetworks
   warn_if_reject reject_unknown_hostname

myhostname = bcom.lv
#relayhost = smtp.ml.lv

local_recipient_maps = 
mydestination = 
virtual_transport = virtual
virtual_mailbox_base = /tmp/mail_spool
virtual_mailbox_maps = mysql:/etc/postfix/mysql_mailbox.cf
virtual_uid_maps = mysql:/etc/postfix/mysql_uid.cf
virtual_gid_maps = mysql:/etc/postfix/mysql_gid.cf
virtual_mailbox_domains = localhost $myhostname

--------------------------------
force, my friend, is violence!
 hugenots                          [EMAIL PROTECTED]


____________________________________________________
Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com
____________________________________________________

Reply via email to