hello all,
i have setup a mailserver on my server following 'The perfect Setup' tutorial..
Looks like it is working fine as when i type telnet localhost 25 i got what i am supposed to receive from server...
Now, i tried to setup a mail account following informations here:
http://www.howtoforge.com/forums/showthread.php?t=2
but when i try to send mail from my gmail account, it always bounce back to me...
here's the reply i got from gmail
Code:
This is the mail system at host www.worldcorpservices.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<info@www.worldcorpservices.com> (expanded from <info@worldcorpservices.com>):
mail for www.worldcorpservices.com loops back to myself
Final-Recipient: rfc822; info@www.worldcorpservices.com
Original-Recipient: rfc822;info@worldcorpservices.com
Action: failed
Status: 5.4.6
Diagnostic-Code: X-Postfix; mail for www.worldcorpservices.com loops back to
myself
---------- Forwarded message ----------
From: "Marco Mistroni" <mmistroni@gmail.com>
To: info@worldcorpservices.com
Date: Sun, 27 Jan 2008 11:52:53 +0000
Subject: this is another test to see if it is working
this is to test if mail on worldcorpservices.com is workin gfine
here's my main.cf
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = www.worldcorpservices.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
relayhost =
mynetworks = 127.0.0.0/8
mailbox_command =
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
home_mailbox = Maildir/
virtual_maps = hash:/etc/postfix/virtusertable
mydestination = /etc/postfix/local-host-names
here's my virtusertable
Code:
info@worldcorpservices.com root
any reasons of why messages keep on bouncing back?
thanks and regardfs
marco
Recent comments
18 hours 56 min ago
1 day 4 hours ago
1 day 5 hours ago
1 day 8 hours ago
1 day 13 hours ago
1 day 13 hours ago
1 day 15 hours ago
2 days 1 hour ago
2 days 6 hours ago
2 days 8 hours ago