# # /etc/mail/virtusertable # # # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/etc.mail/virtusertable # # Other Docs # ---------- # http://www.suse.de/~mha/swat-sendmail/example/example-help.html # http://www.cs.montana.edu/harkin/courses/cs409/outline/15-email/outline.html # http://www.lisa.franken.de/horshack/linux/mail_sendmail_etc.html # # # To update Changes # ----------------- # 1. cd /etc/mail ; make # -- or -- # makemap hash virtusertable < virtusertable # # 2. -->> restart sendmail afterward <<-- don't forget to do this too # # # To View the Database # -------------------- # db_dump -p /etc/mail/virtusertable.db # # # http://www.greatcircle.com/majordomo/majordomo-faq.html - 3.12 # http://www.sendmail.org/virtual-hosting.html # http://o2.towery.com/~ernestm/admin/majordomo/majorvirt.html # http://www.moongroup.com/docs/majordomo-install/x54.html # # exim + majordomo # http://www.netmaster.ca/exim/majordomo.html # http://www.math.bme.hu/lla/1999/Nov/msg00023.html # # # # 18-May-02 amo Date of Birth for release # 13-Dec-02 amo Added Suse Examples in Comments, montana.edu # 04-Mar-03 amo Comment out dummy users too # 25-May-03 amo Added Catchall Unknown user # # # # http://www.sendmail.org/m4/cf-readme.txt # # From sendmail # ------------- # info@foo.com foo-info # info@bar.com bar-info # joe@bar.com error:nouser No such user here # jax@bar.com error:5.7.0:unavailable Address invalid # @baz.org jane@example.net # # # From Suse # --------- # map incoming email from foo@domain.com to bar # foo@domain.com bar # # info@foo.com foo-info # info@bar.com bar-info # @baz.org jane@elsewhere.net # # # # Forward emails as needed # ------------------------ # # user1@foo.org user1@yahoo.com # # # user1@bar.org somebodyElse@excite.com # # # Virtual Domain Mailing List # --------------------------- # majordomo@foo.org majordomo.foo.org # majordomo@bar.org majordomo.bar.org # # # info@foo.org info.foo.org # info@bar.org info.bar.org # # # MailingList@foo.org mailingList.foo.org # AnotherList@bar.org anotherlist.bar.org # # # Catch All email - must be last line # ------------------------------------ # @my-real-domain.com Error: Unknown user, go away spammer # # # end of file