[EMAIL PROTECTED] wrote:
> >2. Make sure the cw parameter (or Fw file) contains betalfa.org.il,
> >mail.betalfa.org.il and test.co.il
> right. that fixed the looping error problem .
Nice. BTW, the docs @sendmail.org are wrong about this issue - it's written
there only the MX domain should be listed in cw.
> but it seems that the virtual user table isn't working, all main meant
> to the test.co.il
> domain get's distributed into the normal mail boxes of the
> betalfa.org.il domains.
> do I need to compile the /etc/virtusertable file somehow ?
Pardon me? Do you mean you prepared the /etc/virtusertable plain text file
and that's all? Sure, you have to produce a db out of it (and this _is_
documented correctly :)). E.g.:
makemap btree /etc/virtusertable.db < /etc/virtusertable
This assumes you've told sendmail the db is of the btree format, like with
FEATURE(`virtusertable', `btree /etc/virtusertable')dnl
The default is probably the hash table for Linux (IIRC, the default db
format is configuration/platform-dependent, so I prefer to always tell it
explicitly).
Same should be done for genericstable, if you need it.
Regards,
Evgeny
--
____________________________________________________________
/ Evgeny Stambulchik <[EMAIL PROTECTED]> \
/ Plasma Laboratory, Weizmann Institute of Science, Israel \ \
| Phone : (972)8-934-3610 == | == FAX : (972)8-934-3491 | |
| URL : http://plasma-gate.weizmann.ac.il/~fnevgeny/ | |
| Finger for PGP key >=====================================+ |
|______________________________________________________________|
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]