From: Emmanuel YVES (no email)
Date: Sat Nov 01 2003 - 09:19:19 EST
Hello,
I am French, so i hope you will be able to understand what i write.
I am also Linux and Postfix beginner. Here is my problem : I want to send emails with Postfix, but it fails.
I am on a single computer at home (no local network) with club-internet provider and ADSL connection.
My login on my computer is emmanuel (i am also root) and the hostname of my computer is : localhost.club-internet.fr (before, it was localhost.localdomain but i have read somewhere on the net it was necessary to have an address with the form machin.bidule.truc, so i took club-internet.fr).
My email address is .
In /etc/hosts , I have also written 127.0.0.1 localhost.club-internet.fr localhost instead of localhost.localdomain localhost.
In /etc/postfix/canonical, I have :
# canonical_maps
# List of canonical mapping tables.
emmanuel
root
and, in /etc/postfix/main.cf, I have (I did postconf -n) :
[root at localhost emmanuel]# postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_percent_hack = yes
append_at_myorigin = yes
append_dot_mydomain = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
defer_transports = smtp
delay_warning_time = 4
inet_interfaces = $myhostname, localhost
mail_spool_directory = /var/spool/mail
mailbox_command = /usr/bin/procmail -Y -a $DOMAIN
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
masquerade_domains = $mydomain
mydomain = mydomain
newaliases_path = /usr/bin/newaliases.postfix
readme_directory = /usr/share/doc/postfix-1.1.13/README_FILES
relayhost = mail.club-internet.fr
sample_directory = /usr/share/doc/postfix-1.1.13/samples
sender_canonical_maps = hash:/etc/postfix/canonical
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) (Mandrake Linux)
[root at localhost emmanuel]#
So, when i try to send a message, i have plenty of error messages :
[root at localhost emmanuel]# tail /var/log/mail/info
Nov 1 13:26:30 localhost postfix/nqmgr[4562]: C47FFB3B0D: from=<>, size=2138, nrcpt=1 (queue active)
Nov 1 13:26:30 localhost postfix/nqmgr[4562]: A74D4B3B10: from=<>, size=2122, nrcpt=1 (queue active)
Nov 1 13:26:30 localhost postfix/nqmgr[4562]: AD5F8B3B11: from=<>, size=2121, nrcpt=1 (queue active)
Nov 1 13:26:30 localhost postfix/nqmgr[4562]: B21D5B3B12: from=<>, size=1983, nrcpt=1 (queue active)
Nov 1 13:26:30 localhost postfix/nqmgr[4562]: B88D2B3B13: from=<>, size=2136, nrcpt=1 (queue active)
Nov 1 13:26:32 localhost postfix/smtp[4568]: C47FFB3B0D: to=, relay=mail.club-internet.fr[195.36.162.10], delay=157106, status=deferred (host mail.club-internet.fr[195.36.162.10] said: 450 : Recipient address rejected: Domain not found)
Nov 1 13:26:32 localhost postfix/smtp[4569]: A74D4B3B10: to=, relay=mail.club-internet.fr[195.36.162.10], delay=160497, status=deferred (host mail.club-internet.fr[195.36.162.10] said: 450 : Recipient address rejected: Domain not found)
Nov 1 13:26:32 localhost postfix/smtp[4571]: B21D5B3B12: to=, relay=mail.club-internet.fr[195.36.166.10], delay=160497, status=deferred (host mail.club-internet.fr[195.36.166.10] said: 450 : Recipient address rejected: Domain not found)
Nov 1 13:26:32 localhost postfix/smtp[4572]: B88D2B3B13: to=, relay=mail.club-internet.fr[195.36.162.10], delay=160497, status=deferred (host mail.club-internet.fr[195.36.162.10] said: 450 : Recipient address rejected: Domain not found)
Nov 1 13:26:32 localhost postfix/smtp[4570]: AD5F8B3B11: to=, relay=mail.club-internet.fr[195.36.166.10], delay=160497, status=deferred (host mail.club-internet.fr[195.36.166.10] said: 450 : Recipient address rejected: Domain not found)
Could you help me , please ? I don't understand why it fails.
Thant houy very much
Cordially
Emmanuel
|
|
|