Hello, again
I heard with FreeBSD you can do unlimited email addresses with the same
to one single mail box. How is that done? Can someone share the info?
Thanks. Peter.
---------
Saw my posts? I have been learning the hard way!
I heard with FreeBSD you can do unlimited email addresses with the same
to one single mail box. How is that done? Can someone share the info?
Thanks. Peter.
---------
Saw my posts? I have been learning the hard way!
: I heard with FreeBSD you can do unlimited email addresses with the same
: to one single mail box. How is that done? Can someone share the info?
Open the file /etc/aliases and look at the format.
Say you want addresses "abc", "123", and "989" to deliver mail to user
"you". Then you would put in the file these lines:
abc: you
123: you
989: you
Then save the file and run "newaliases".
--
http://www.sendmail.org/virtual-hosting.html
-ck
You already had the correct answer, add an alias to the /etc/aliases file and
run newaliases afterwards.
Raymond
> I heard with FreeBSD you can do unlimited email addresses with the same
> to one single mail box. How is that done? Can someone share the info?
> Thanks. Peter.
> ---------
> Saw my posts? I have been learning the hard way!
I know this is not fbsd specific, but I'm going to jump in anyway. ;-D
The /etc/aliases solution is adequate if only one domain is involved.
But what about when virtual domains are involved. If, for example, one has
the virtual domains pastrychef.net and automart.com and wants to use the
alias "sales" with them, then clearly one alias for sales in /etc/aliases
will not suffice.
In such a situation, you need /etc/mail/virtusertable (which fbsd's
sendmail.cf is set up to use by default). The virtusertable file should
have one alias per line in this format
You can also specify default mailboxes for the domains this way
which will cause all mail not otherwise specifically routed to go to that
mailbox. You can even cause mail to forward off-site
Separate the two fields with any whitespace. Run makemap on the file
# cd /etc/mail
# makemap hash virtusertable < virtusertable
Note that you will need a line for each domain in sendmail.cw as well. You
don't need to restart sendmail when you remake the virtusertable map but
you do need to restart sendmail if you change sendmail.cw (or .cf).
also see: http://www.sendmail.org/m4/features.html
1. Can this font trick be done?
2. HP-DESKJET720C. Who is printing with the pbm2ppa from t.normat??
3. problem with sendmail.c in emacs-19.19 - setuid not doing the trick
4. F30 internal tape autoloader
5. Stupid cat tricks - Anyone have other tricks?
7. HELP: Connectivity between DOS/DOS and DOS/Linux
8. Documentation for minicom, Seyon ..
9. dos emmulator doesn't trick DOS with big drives, i can't use my 1.2 gig with dosemmu
10. BOOT DOS, LINUX OR FREEBSD FROM HARDDRIVE?
11. Mounting extended (DOS) partitions under FreeBSD 3.2 Rel.
12. Crashes while doing mySQL queries - FreeBSD
13. SNMP++ on freebsd, any body have it done?