Hello  All,
         
             My mails are not working properly ..  
 It loops back to myself ..
I am doing local testing ...
 
My maillog shows =>
 
# tail -f /var/log/maillog         
======================================================================
Jul 17 16:36:27 localhost postfix/smtp[1318]: warning: host mail.sirindia1.com[192.168.1.67]
greeted me with my own hostname mail.sirindia1.com
Jul 17 16:36:27 localhost postfix/smtp[1318]: warning: host mail.sirindia1.com[192.168.1.67]
replied to HELO/EHLO with my own hostname mail.sirindia1.com
Jul 17 16:36:27 localhost postfix/smtpd[1314]: lost connection after EHLO from u
nknown[192.168.1.67]
Jul 17 16:36:27 localhost postfix/smtpd[1314]: disconnect from unknown[192.168.1.67]
Jul 17 16:36:27 localhost postfix/smtp[1318]: 3E81330946: to=<[EMAIL PROTECTED]
1.com>, relay=mail.sirindia1.com[192.168.1.67], delay=20, status=bounced
                (mail for mail.sirindia1.com loops back to myself)
========================================================================
It may be problem of DNS ..
  But i am unable find out what is that problem ..
 
DNS entries are
========================================================================
 
$TTL 86400
@       IN      SOA     @  root.localhost (
                        1 ; serial
                        28800 ; refresh
                        7200 ; retry
                        604800 ; expire
                        86400 ; ttl
                        )
 
                NS       sirindia1.com.
 
                MX  10  mail.sirindia1.com.
@                            IN      A       192.168.1.67
 
mail.sirindia1.com.     IN      A       192.168.1.67
 
sirindia1.com.             IN      A       192.168.1.67
sirindia.com.               IN      A       192.168.1.60
 
========================================================================
I am sending mail to sirindia.com which is well configured on  192.168.1.60 ..
 
postconf   -n  gives the output ...
=======================================================================
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
fallback_transport = cyrus
inet_interfaces = all
local_recipient_maps =
mail_owner = postfix
mailbox_transport = lmtp:unix:/var/imap/socket/lmtp
mailq_path = /usr/bin/mailq
manpage_directory = /usr/local/man
mydestination =
mydomain = sirindia1.com
myhostname = mail.sirindia1.com
myorigin = $myhostname
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/readme
relay_domains = $myhostname, localhost.$mydomain, $mydomain,sirindia1.com,mail.$
mydomain, www.$mydomain
sample_directory = /etc/postfix/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name ($mail_version)
unknown_local_recipient_reject_code = 450
====================================================================================
I am using the lmtp ... & transport table ..
 
/etc/postfix/transport  has following  entry
 
        sirindia1.com   lmtp:sirindia1.com
======================================================================================
 
 
So .. How to overcome the problem ???
 
Any help will be appreciated ....
 
Regards
    Rahul Katariya

Reply via email to