viagra
phentermine

Archive for the ‘System administration’ Category

Whitelisting Blacklisted Sites

Monday, February 9th, 2009

You use a blackhole list service that blacklists a few sites with which you must communicate. You need to configure sendmail to override the blackhole list for specific addresses.

(more…)

Passing All Mail to a Relay

Thursday, February 5th, 2009

Create a minimal sendmail configuration containing only an OSTYPE statement to specify the correct operating system and a FEATURE command to select the nullclient feature:

(more…)

Migrating Ex-Users to New Addresses

Wednesday, February 4th, 2009

Add 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

(more…)

Creating Mailing Lists

Wednesday, February 4th, 2009

Add 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.

(more…)

Forwarding to an External Address

Wednesday, February 4th, 2009

Add 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.

(more…)