Hello All...
I have an external eMail Server that accepts inbound eMail then relays all
of the
eMail to my internal xMail Server. eMail Clients wanting to send eMails out
will
connect to the xMail Server.
 
I want to force any SMTP connections to xMail to require Authentication and
the only
allow relaying of eMail by the IPs in the smtprelay.tab. 
 
The IP Address of the external eMail Server would be listed in the
smtprelay.tab so
that xMail would accept eMail from the external eMail server without the
need for
authentication.
 
So I added the following to the server.tab:

"SmtpConfig-64.74.149.27,25"    "MailAuth"
"SmtpConfig-64.74.149.27,8291"  "MailAuth"

However, if you telnet to the above IP and manually perform the protocol
exchange
then xMail Server accepts the eMail for the local domain epodworks.net. I
was under
the impression that if I add the above SmtpConfig it would force
authentication on ALL
inbound SMTP traffic.

HELO relay.example.org
MAIL FROM:<[EMAIL PROTECTED]>
RCPT TO:<[EMAIL PROTECTED]>
DATA
From: "Bob Example" <[EMAIL PROTECTED]>
To: "Hal" <[EMAIL PROTECTED]>
Date: Tue, 15 Apr 2008 16:02:43 -0500
Subject: Test message


Hello Alice.
This is a test message with 5 headers and 4 lines in the body.
Your friend,
Bob
..
QUIT

Any thoughts would be helpful....
 
Thanks,
Hal Dell
Managing Partner
ePodWorks.net, Inc.


-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to