Oded Arbel <[EMAIL PROTECTED]> wrote:
> I have a small problem with sendmail (or is it my problem ?).
> I have to domain names. I want to run them both using the same machine,
> and the same sendmail using virtual user table. I configured it, into the
> CF file, and got no error messages during the process, or while sendmail
> restarted. now I tried to send mail from one of the normal mail boxes of
> the mail domain (betalfa.org.il) to a box on the second domain (let's call
> it test.co.il). the dns record for it (the name server also runs here) has
> the MX record set to mail.betalfa.org.il which is the location of the
> sendmail server.
> the virtusertable has something along those lines :
> @test.co.il test-%1
>
> so I tried to send mail to [EMAIL PROTECTED] and expected that to arrive at
> the mail box of a user I opened for the occasion, which is aptly named
> test-test . instead, the postmaster got a message in which sendmail
> complains that the mail looped back to itself, and suggested that it was
> an MX problem .
1. I believe you've read in the sendmail's FAQ that:
Just adding the proper Kvirtuser line to sendmail.cf is not enough to enable
the virtual user table feature. You need to use the m4 technique
FEATURE(virtusertable);
2. Make sure the cw parameter (or Fw file) contains betalfa.org.il,
mail.betalfa.org.il and test.co.il
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]