# # local-host-names ( sendmail.cw ) - include all aliases for your machine here. # # specify the local domains for which this server will accept email for local delivery # # # Original Version # ---------------- # http://www.Linux-Sec.net/Mail/etc.mail # # Other Docs # ---------- # http://www.sendmail.org/faq/section4.html#4.5 # http://www.cs.montana.edu/harkin/courses/cs409/outline/15-email/outline.html # http://www.redhat.com/support/resources/faqs/RH-sendmail-FAQ/x64.html # # To Install # ----------- # cd /etc # ln -s mail/sendmail.cw . # cd /etc/mail # ln -s local-host-names sendmail.cw # # To See which domains are supported # ---------------------------------- # echo '$={w}' | sendmail -bt # # # 18-May-02 amo Date-of-Birth for release # 13-Dec-02 amo Added montana.edu # 03-Jun-03 amo Allow local delivery for local LAN ( 192.168.1.0 ) # # # # Real domain-name ( www.* and ns.* and mail.* is not necessary ) # Linux-Sec.net # # 192.168.1.0 # # # # This mail server accepts incoming email for these Virtual Domains # ----------------------------------------------------------------- # # supported virtual domains # # foo.com # bar.com # mail.somebody-else.com # but NOT www.somebody-else.com # # # end of file