* |
A related document, skyBuilders Mail Server Backup Method is an extensive document on a cobbling together of linux services that enable cron'ed, NFS'ed, SMB'ed, Sendmail file backup. (This document contains sensitive internal system information and requires a password for viewing. |
* |
Additionally, apart from making relay-domains entries, it is necessary to make entries in the /etc/mail/access file if we want to give special SMTP access to users who have accounts in mail domains we support. When domain entries are given the "OK" setting users with accounts in approved domains can use the SMTP services of the primary skyBuilders mail server. This is a bit confusing since one would think that using the RELAY setting would accomplish this, though it, in fact, does not. I excerpt from the SAMS online documentation:
The following is a list of acceptable values for the right-hand side of the access database:
OK Accept email even if other rules in the current rule set would reject it RELAY Allow domain to relay through your server REJECT Reject sender/recipient with a message DISCARD Discard the message using $#discard mailer (In the Sendmail Advanced Message Server - SAMS - interface this file accessed through the skyBuilders Sendmail Admin console. Click on the "Edit Existing Configuration" link; then select the "srg.m4" configuration; hit the "Load" button and select the "Anti-Spam Control" link.) |
* |
For more on this visit my detailed document for setting up Netscape Messenger client email access. |
************** * * * local info * * * ************** # my official domain name # Dj$w.Foo.COM Djhosts4.skybuilders.com |
* |
The following interactive SMTP session illustration, using port 25 through telnet, reflects Unix/Linux based behavior. I have not been able to initiate a MS Windows SMTP server session successfully. |
You> telnet hosts4.skybuilders.com 25 You> HELO hosts4.skybuilders.com <RET> hosts4> [Response] Pleased to meet you root@skySpec-L3.skybuilders.com ... You> MAIL from:root@skySpec-L3.skybuilders.com <RET> hosts4> ... sender OK You> RCPT to:jesse@skybuilders.com <RET> hosts4> ... recipient OK You> DATA <RET> hosts4> Enter mail, end with "." on a line by itself You> This is my message <RET> You> . <RET> hosts4> Message accepted for delivery You> QUIT [Session is now terminated.] |