Re: Unexistent user

2003-04-02 Thread dimon
> > I am sorry, but I am running out of ideas. I use similar setup and I have > no problem (sendmail 8.12.9). I suggest you try news:comp.mail.sendmail > for more answers. This thread was a bit OT up to this point anyway. > > Good luck. OK, no problems, thank you very much for your help anywa

Re: Unexistent user

2003-04-02 Thread dimon
> > I think I know what is going on. You also need to tell sendmail what > domains to use on LHS of the virtuser map. So, add > VIRTUSER_DOMAIN(domain.com) > VIRTUSER_DOMAIN(domain2.com) > > or > > use VIRTUSER_DOMAIN_FILE to your .mc file. > > Please see $sendmail_src/cf/README for more.

Re: Unexistent user

2003-04-02 Thread Igor Brezac
On Wed, 2 Apr 2003 [EMAIL PROTECTED] wrote: > > > > > > I think I know what is going on. You also need to tell sendmail what > > domains to use on LHS of the virtuser map. So, add > > VIRTUSER_DOMAIN(domain.com) > > VIRTUSER_DOMAIN(domain2.com) > > > > or > > > > use VIRTUSER_DOMAIN_FILE to you

Re: Unexistent user

2003-04-02 Thread Igor Brezac
On Wed, 2 Apr 2003 [EMAIL PROTECTED] wrote: > OK, I done that > > That's what I have in my sendmail.mc and it still doesn't work :-((( > > divert(0)dnl > VERSIONID(`$Id: generic-bsd4.4.mc,v 8.10 1999/02/07 07:26:02 gshapiro Exp $') > OSTYPE(bsd4.4)dnl > DOMAIN(generic)dnl > > define(`confAUTH_MEC

Re: Unexistent user

2003-04-02 Thread dimon
> I looked again at your .mc file and you have an error in there: > > FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl > > needs to be > > FEATURE(`virtusertable', `hash -T /etc/mail/virtusertable')dnl > > You need to fix your other FEATURE statements, define(`_VIRTUSER_S... > still

Re: Unexistent user

2003-04-02 Thread Igor Brezac
On Wed, 2 Apr 2003 [EMAIL PROTECTED] wrote: > Quoting Igor Brezac <[EMAIL PROTECTED]>: > > > You need to modify cyrus mailer as described here: > > http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info- > cyrus&searchterm=EnvFromSMTP&msg=20324 > > Yes, I've done that already > > > Are y

Re: Unexistent user

2003-04-02 Thread dimon
Quoting Igor Brezac <[EMAIL PROTECTED]>: > You need to modify cyrus mailer as described here: > http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info- cyrus&searchterm=EnvFromSMTP&msg=20324 Yes, I've done that already > Are you certain your sendmail installation is using correct .cf fi

Re: Unexistent user

2003-04-02 Thread Igor Brezac
On Wed, 2 Apr 2003 [EMAIL PROTECTED] wrote: > > > I do not see anything trying to deliver to cyrus mailer. There is one > > attempt to send email to [EMAIL PROTECTED], most everything else is > > misconfigured MSP (submit.cf) and attempts to notify postmaster about > > those errors. > > > > Do I

Re: Unexistent user

2003-04-02 Thread dimon
> I do not see anything trying to deliver to cyrus mailer. There is one > attempt to send email to [EMAIL PROTECTED], most everything else is > misconfigured MSP (submit.cf) and attempts to notify postmaster about > those errors. > Do I have to add any options to submit.mc too? This is my sub

Re: Unexistent user

2003-04-01 Thread Igor Brezac
On Mon, 31 Mar 2003 [EMAIL PROTECTED] wrote: > Quoting Igor Brezac <[EMAIL PROTECTED]>: > > > > > If you have define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl and a > > mailertable entry for domain.com, this will work. > > > > I did that and that's what I've got: > > Mar 31 16:45:21 mail sm-

Re: Unexistent user

2003-03-31 Thread dimon
Quoting Igor Brezac <[EMAIL PROTECTED]>: > > If you have define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl and a > mailertable entry for domain.com, this will work. > I did that and that's what I've got: Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2r090664: SYSERR(root): rewrite: map macro

Re: Unexistent user

2003-03-31 Thread Igor Brezac
On Mon, 31 Mar 2003 [EMAIL PROTECTED] wrote: > You mean I should have records in virtusertable for all my users? If I want to > forward all mail coming to unexistent users I must have records for all valid > users in that domain, right? > Like this: > [EMAIL PROTECTED][EMAIL PROTECTED] >

Re: Unexistent user

2003-03-31 Thread dimon
You mean I should have records in virtusertable for all my users? If I want to forward all mail coming to unexistent users I must have records for all valid users in that domain, right? Like this: [EMAIL PROTECTED][EMAIL PROTECTED] ??? But it doesn't make sense. Quoting Igor Brezac <[EM

Re: Unexistent user

2003-03-31 Thread Igor Brezac
On Mon, 31 Mar 2003, Ken Murchison wrote: > > > [EMAIL PROTECTED] wrote: > > > > How can I configure Curus IMAP v 2.2 to forward all incoming mail to unexistent > > users in specific domain to specific email address. > > Since v 2.2 supports virtual domains I'm not using Sendmail's virtusertable

Re: Unexistent user

2003-03-31 Thread Ken Murchison
[EMAIL PROTECTED] wrote: > > How can I configure Curus IMAP v 2.2 to forward all incoming mail to unexistent > users in specific domain to specific email address. > Since v 2.2 supports virtual domains I'm not using Sendmail's virtusertable any > more. But I'm missing this important feature :-(