Differences between version 5 and predecessor to the previous major change of SendmailNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Sunday, February 1, 2004 5:46:48 pm | by JustinLarue | Revert |
Older page: | version 4 | Last edited on Sunday, September 28, 2003 12:51:58 pm | by AristotlePagaltzis | Revert |
@@ -15,9 +15,9 @@
Now, on the secondary (this assumes you have /etc/mail/access and /etc/mail/mailertable):
# Add a line containing 'mydomain.com RELAY' to /etc/mail/access.
-# Add a line containing 'mydomain.com smtp:[[
preferredmx.mydomain.com]
' to /etc/mail/mailertable (this is the bit that seems to commonly not be mentioned).
+# Add a line containing 'mydomain.com smtp:preferredmx.mydomain.com' to /etc/mail/mailertable (this is the bit that seems to commonly not be mentioned).
# Run 'make' in /etc/mail. Check the timestamps of access.db and mailertable.db to be sure that they have just been regenerated. If they haven't, 'touch' access and mailertable and check your clock.
#If you don't have a makefile, run "makemap hash access.db < access; makemap hash mailertable.db < mailertable".
# Restart sendmail (probably "/etc/init.d/sendmail restart").
# Try sending a test message from a local address through the secondary to something@mydomain.com.