HI
 I have configure my msilserver ( ISP type ) to accept mail for vartual
 domains . I have aslo configured SMTP Auth using cyrus sasl.

 i am able to send mails frm [EMAIL PROTECTED] to
 [EMAIL PROTECTED] within my postfix system

 i am able to send mails frm [EMAIL PROTECTED] to
 [EMAIL PROTECTED] with out any error

 but when i am sending mails from [EMAIL PROTECTED] to --- >
 [EMAIL PROTECTED] it give me relay access denied ( i confirmed this
 using http://centralops.net/ )

 [Contacting mail.eshanews.com [216.XX.XX.XX]...]
 [Connected]
 220 esha.managedns.org ESMTP Postfix
 EHLO hexillion.com
 250-esha.manage.com
 250-PIPELINING
 250-SIZE 10240000
 250-VRFY
 250-ETRN
 250-AUTH PLAIN LOGIN
 250-AUTH=PLAIN LOGIN
 250-ENHANCEDSTATUSCODES
 250-8BITMIME
 250 DSN
 VRFY user1
 554 5.7.1 <user1>: Relay access denied
 RSET
 250 2.0.0 Ok
 EXPN user1
 502 5.5.2 Error: command not recognized
 RSET
 250 2.0.0 Ok
 MAIL FROM:<[EMAIL PROTECTED]>
 250 2.1.0 Ok
 RCPT TO:<[EMAIL PROTECTED]>
 554 5.7.1 <[EMAIL PROTECTED]>: Relay access denied
 [Address has been rejected]
 RSET
 250 2.0.0 Ok
 QUIT
 221 2.0.0 Bye
 [Connection closed]

 My postfix configuration is as follows :

 alias_database = hash:/etc/aliases
 alias_maps = hash:/etc/aliases
 broken_sasl_auth_clients = yes
 command_directory = /usr/sbin
 config_directory = /etc/postfix
 daemon_directory = /usr/libexec/postfix
 debug_peer_level = 2
 home_mailbox = Maildir/
 html_directory = no
 inet_interfaces = all
 mail_owner = postfix
 mailq_path = /usr/bin/mailq.postfix
 manpage_directory = /usr/share/man
 mydestination = $myhostname, localhost.$mydomain, localhost
 mydomain = eshanews.com
 myhostname = esha.managedns.org
 mynetworks_style = subnet
 myorigin = $mydomain
 newaliases_path = /usr/bin/newaliases.postfix
 queue_directory = /var/spool/postfix
 readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
 recipient_delimiter = +
 relayhost =
 sample_directory = /usr/share/doc/postfix-2.3.3/samples
 sendmail_path = /usr/sbin/sendmail.postfix
 setgid_group = postdrop
 smtpd_recipient_restrictions = permit_mynetworks
 permit_sasl_authenticated reject_unauth_destination
 reject_unauth_pipelining reject_invalid_hostname
 smtpd_sasl_auth_enable = yes
 smtpd_sasl_local_domain =
 smtpd_sasl_security_options = noanonymous
 unknown_local_recipient_reject_code = 550
 virtual_alias_maps = hash:/etc/postfix/virtual

 also when i test sasl i get the following :
 testsaslauthd -u user1.eshanews -p user56
 0: OK "Success."


 My question is why am i getting  a relay access denied from other domains

 Thanks a million :-)


 --
 Regards
 Agnello Dsouza
 www.linux-vashi.blogspot.com

Reply via email to