Passing All Mail to a Relay
February 5th, 2009Create a minimal sendmail configuration containing only an OSTYPE statement to specify the correct operating system and a FEATURE command to select the nullclient feature:
Migrating Ex-Users to New Addresses
February 4th, 2009Add the redirect feature to the sendmail configuration using the following FEATURE command:
dnl Notify senders about discontinued addresses FEATURE(`redirect')
Rebuild the sendmail.cf file, copy the new sendmail.cf file to /etc/mail, and restart sendmail
Creating Mailing Lists
February 4th, 2009Add an entry to the aliases text file for each mailing list, where the alias field contains the name of the mailing list, and the recipient field contains a comma-separated list of all of the recipients of the mailing list.
Forwarding to an External Address
February 4th, 2009Add an alias to the aliases file for each user whose mail must be forwarded to another system. The recipient field of the alias entry must be a full email address that includes the host part.