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 anyway!

Best regards,
Dmitry


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.

I have read README, but it doesn't say anything specific
I added
VIRTUSER_DOMAIN_FILE(`/etc/mail/virtdomains')dnl
to my sendmail.mc but still no success

virtdomains:
intellinet.ab.ca

The error is the same :-(

Dmitry


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 your .mc file.
> >
> > Please see $sendmail_src/cf/README for more.
>
> I have read README, but it doesn't say anything specific
> I added
> VIRTUSER_DOMAIN_FILE(`/etc/mail/virtdomains')dnl
> to my sendmail.mc but still no success
>
> virtdomains:
> intellinet.ab.ca
>
> The error is the same :-(
>
> Dmitry
>

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.

-- 
Igor


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_MECHANISMS',`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
> TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
>
> define(`confCACERT_PATH', `/etc/mail')dnl
> define(`confCACERT', `/etc/mail/newcert.pem')dnl
> define(`confSERVER_CERT', `/etc/mail/server.pem')dnl
> define(`confSERVER_KEY', `/etc/mail/server.pem')dnl
> define(`_USE_CT_FILE_', `/etc/mail/trusted-users')dnl
>
> define(`_FFR_MILTER',1)
> MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T,
> T=C:15m;S:4m;R:4m;E:10m')dnl
> MAIL_FILTER(`drweb-filter', `S=local:/var/run/drweb/drweb-smf.sock, F=T,
> T=C:1m;S:5m;R:5m;E:1h')dnl
> define(`confINPUT_MAIL_FILTERS', `mimedefang,drweb-filter')dnl
> define(`confMILTER_LOG_LEVEL',`6')dnl
>
> define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl
> FEATURE(`virtusertable', `hash -T /etc/mail/virtusertable')dnl
> FEATURE(`mailertable', `hash -T /etc/mail/mailertable')dnl
> FEATURE(`nocanonify')dnl
> FEATURE(`always_add_domain')dnl
>
> MAILER(`smtp')dnl
> MAILER(`local')dnl
> MAILER(`cyrusv2')dnl
>
> define(`confLOCAL_MAILER', `cyrusv2')dnl
>
>
> The error is the same:
> Apr  2 10:23:21 mail sm-mta[98372]: h32HNK9H098372: SYSERR(root): rewrite: map
> macro not found
>
> I'm using Sendmail 8.12.9
>

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.

-- 
Igor


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 needs to go above FEATUREs.

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_MECHANISMS',`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl

define(`confCACERT_PATH', `/etc/mail')dnl
define(`confCACERT', `/etc/mail/newcert.pem')dnl
define(`confSERVER_CERT', `/etc/mail/server.pem')dnl
define(`confSERVER_KEY', `/etc/mail/server.pem')dnl
define(`_USE_CT_FILE_', `/etc/mail/trusted-users')dnl

define(`_FFR_MILTER',1)
MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, 
T=C:15m;S:4m;R:4m;E:10m')dnl
MAIL_FILTER(`drweb-filter', `S=local:/var/run/drweb/drweb-smf.sock, F=T, 
T=C:1m;S:5m;R:5m;E:1h')dnl
define(`confINPUT_MAIL_FILTERS', `mimedefang,drweb-filter')dnl
define(`confMILTER_LOG_LEVEL',`6')dnl

define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl
FEATURE(`virtusertable', `hash -T /etc/mail/virtusertable')dnl
FEATURE(`mailertable', `hash -T /etc/mail/mailertable')dnl
FEATURE(`nocanonify')dnl
FEATURE(`always_add_domain')dnl

MAILER(`smtp')dnl
MAILER(`local')dnl
MAILER(`cyrusv2')dnl

define(`confLOCAL_MAILER', `cyrusv2')dnl


The error is the same:
Apr  2 10:23:21 mail sm-mta[98372]: h32HNK9H098372: SYSERR(root): rewrite: map 
macro not found

I'm using Sendmail 8.12.9

Dmitry


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 you certain your sendmail installation is using correct .cf files?
>
> Yes, when I remove define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl from
> sendmail.mc and rebuild/install sendmail.cf everything works just fine.
>
> If I configure define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl in my
> sendmail.mc, then rebuld/install sendmail.cf, sendmail isn't accepting mail and
> generating this error on each incoming message:
> Apr  2 10:23:21 mail sm-mta[98372]: h32HNK9H098372: SYSERR(root): rewrite: map
> macro not found
>

Without define(`_VIRTUSER_S..  you cannot have virtuser entry:
[EMAIL PROTECTED]   [EMAIL PROTECTED]

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 needs to go above FEATUREs.

-- 
Igor


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 files?

Yes, when I remove define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl from 
sendmail.mc and rebuild/install sendmail.cf everything works just fine.

If I configure define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl in my 
sendmail.mc, then rebuld/install sendmail.cf, sendmail isn't accepting mail and 
generating this error on each incoming message:
Apr  2 10:23:21 mail sm-mta[98372]: h32HNK9H098372: SYSERR(root): rewrite: map 
macro not found

I tried to search google for this error but couldn't find anything at all :-(

Dmitry


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 have to add any options to submit.mc too?
>
> This is my submit.mc (I didn't change it)
> divert(0)dnl
> VERSIONID(`$Id: submit.mc,v 8.6.2.4 2002/12/29 03:54:34 ca Exp $')
> define(`confCF_VERSION', `Submit')dnl
> define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
> define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
> define(`confTIME_ZONE', `USE_TZ')dnl
> define(`confDONT_INIT_GROUPS', `True')dnl
> dnl
> dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
> FEATURE(`msp', `[127.0.0.1]')dnl
>

Nop.  This should work.

> >
> > You need to move define('_VIRT) above FEATURE statements.  Make sure
> > local-host-names is empty.  What are the contents of virtuser and
> > mailertable?
> >
> I tried that too and there is no effect at all.
>
> In my mailertable I have:
> intellinet.ab.cacyrusv2:/var/imap/socket/lmtp
>
> And in virtusertable:
> @intellinet.ab.ca [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

Are you certain your sendmail installation is using correct .cf files?

-- 
Igor


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 submit.mc (I didn't change it)
divert(0)dnl
VERSIONID(`$Id: submit.mc,v 8.6.2.4 2002/12/29 03:54:34 ca Exp $')
define(`confCF_VERSION', `Submit')dnl
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
define(`confTIME_ZONE', `USE_TZ')dnl
define(`confDONT_INIT_GROUPS', `True')dnl
dnl
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
FEATURE(`msp', `[127.0.0.1]')dnl

> 
> You need to move define('_VIRT) above FEATURE statements.  Make sure
> local-host-names is empty.  What are the contents of virtuser and
> mailertable?
> 
I tried that too and there is no effect at all.

In my mailertable I have:
intellinet.ab.cacyrusv2:/var/imap/socket/lmtp

And in virtusertable:
@intellinet.ab.ca [EMAIL PROTECTED]


> 
> --
> Igor
> 




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-mta[90664]: h2VNjL2r090664: SYSERR(root): rewrite: map
> macro not found
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdX090663: [EMAIL PROTECTED],
> [EMAIL PROTECTED] (
> 80/80), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30668,
relay=
> [127.0.0.1] [127.0.0.1], dsn=5.0.0, st
> at=Service unavailable
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdX090663: h2VNjLdY090663: DSN:
> Service unavailable
> Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2s090664: SYSERR(root): rewrite: map
> macro not found
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663:
> [EMAIL PROTECTED], delay=00:00:00, xdelay=00:00:
> 00, mailer=relay, pri=33081, relay=[127.0.0.1], dsn=5.3.0, stat=Service
> unavailable
> Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2s090664: from=<>, size=3081,
> class=0, nrcpts=0, proto=ESMTP, daemon
> =MTA, relay=localhost [127.0.0.1]
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: h2VNjLdZ090663: return to
> sender: Service unavailable
> Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2u090664: SYSERR(root): rewrite: map
> macro not found
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdZ090663: to=postmaster,
> delay=00:00:00, xdelay=00:00:00, mailer=r
> elay, pri=34105, relay=[127.0.0.1] [127.0.0.1], dsn=5.3.0, stat=Service
> unavailable
> Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2u090664: from=<>, size=4105,
> class=0, nrcpts=0, proto=ESMTP, daemon
> =MTA, relay=localhost [127.0.0.1]
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663:
> Losing ./qfh2VNjLdY090663: savemail panic
> Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: SYSERR(www): savemail:
> cannot save rejected email anywhe
> re
> Mar 31 16:45:23 mail sm-mta[90659]: h2VNjN2q090659: SYSERR(root): rewrite: map
> macro not found
> Mar 31 16:49:39 mail sm-mta[90706]: h2VNnd2q090706: SYSERR(root): rewrite: map
> macro not found
> .. and so on 
>

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.

>
> May be that feature conflicts with other features/settings in my sendmail.mc?
>
> This is my senmdmail.mc file:
>
> divert(0)dnl
> OSTYPE(freebsd4)dnl
> DOMAIN(generic)dnl
>
> define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
> TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
>
> define(`confCACERT_PATH', `/etc/mail')dnl
> define(`confCACERT', `/etc/mail/newcert.pem')dnl
> define(`confSERVER_CERT', `/etc/mail/server.pem')dnl
> define(`confSERVER_KEY', `/etc/mail/server.pem')dnl
> define(`_USE_CT_FILE_', `/etc/mail/trusted-users')dnl
>
> define(`_FFR_MILTER',1)
> MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T,
> T=C:15m;S:4m;R:4m;E:10m')dnl
> MAIL_FILTER(`drweb-filter', `S=local:/var/run/drweb/drweb-smf.sock, F=T,
> T=C:1m;S:5m;R:5m;E:1h')dnl
> define(`confINPUT_MAIL_FILTERS', `mimedefang,drweb-filter')dnl
> define(`confMILTER_LOG_LEVEL',`6')dnl
>
>
> FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl
> FEATURE(`mailertable', `hash /etc/mail/mailertable')dnl
> FEATURE(`nocanonify')dnl
> FEATURE(`always_add_domain')dnl
> define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl

You need to move define('_VIRT) above FEATURE statements.  Make sure
local-host-names is empty.  What are the contents of virtuser and
mailertable?

> MAILER(`smtp')dnl
> MAILER(`local')dnl
> MAILER(`cyrusv2')dnl
>
> define(`confLOCAL_MAILER', `cyrusv2')dnl
>
> > You are confused because LHS and RHS are the same, but they mean two
> > different things.  LHS is an email address, RHS is a mailbox.  You can
> > also use this as one-to-one and many-to-one alias table.
> >
> > >
> > --
> > Igor
> >
>
>

-- 
Igor


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 not found
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdX090663: [EMAIL PROTECTED], 
[EMAIL PROTECTED] (
80/80), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30668, relay=
[127.0.0.1] [127.0.0.1], dsn=5.0.0, st
at=Service unavailable
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdX090663: h2VNjLdY090663: DSN: 
Service unavailable
Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2s090664: SYSERR(root): rewrite: map 
macro not found
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: 
[EMAIL PROTECTED], delay=00:00:00, xdelay=00:00:
00, mailer=relay, pri=33081, relay=[127.0.0.1], dsn=5.3.0, stat=Service 
unavailable
Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2s090664: from=<>, size=3081, 
class=0, nrcpts=0, proto=ESMTP, daemon
=MTA, relay=localhost [127.0.0.1]
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: h2VNjLdZ090663: return to 
sender: Service unavailable
Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2u090664: SYSERR(root): rewrite: map 
macro not found
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdZ090663: to=postmaster, 
delay=00:00:00, xdelay=00:00:00, mailer=r
elay, pri=34105, relay=[127.0.0.1] [127.0.0.1], dsn=5.3.0, stat=Service 
unavailable
Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2u090664: from=<>, size=4105, 
class=0, nrcpts=0, proto=ESMTP, daemon
=MTA, relay=localhost [127.0.0.1]
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: 
Losing ./qfh2VNjLdY090663: savemail panic
Mar 31 16:45:21 mail sendmail[90663]: h2VNjLdY090663: SYSERR(www): savemail: 
cannot save rejected email anywhe
re
Mar 31 16:45:23 mail sm-mta[90659]: h2VNjN2q090659: SYSERR(root): rewrite: map 
macro not found
Mar 31 16:49:39 mail sm-mta[90706]: h2VNnd2q090706: SYSERR(root): rewrite: map 
macro not found
.. and so on 


May be that feature conflicts with other features/settings in my sendmail.mc?

This is my senmdmail.mc file:

divert(0)dnl
OSTYPE(freebsd4)dnl
DOMAIN(generic)dnl

define(`confAUTH_MECHANISMS',`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
TRUST_AUTH_MECH(`DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl

define(`confCACERT_PATH', `/etc/mail')dnl
define(`confCACERT', `/etc/mail/newcert.pem')dnl
define(`confSERVER_CERT', `/etc/mail/server.pem')dnl
define(`confSERVER_KEY', `/etc/mail/server.pem')dnl
define(`_USE_CT_FILE_', `/etc/mail/trusted-users')dnl

define(`_FFR_MILTER',1)
MAIL_FILTER(`mimedefang', `S=local:/var/spool/MIMEDefang/mimedefang.sock, F=T, 
T=C:15m;S:4m;R:4m;E:10m')dnl
MAIL_FILTER(`drweb-filter', `S=local:/var/run/drweb/drweb-smf.sock, F=T, 
T=C:1m;S:5m;R:5m;E:1h')dnl
define(`confINPUT_MAIL_FILTERS', `mimedefang,drweb-filter')dnl
define(`confMILTER_LOG_LEVEL',`6')dnl


FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl
FEATURE(`mailertable', `hash /etc/mail/mailertable')dnl
FEATURE(`nocanonify')dnl
FEATURE(`always_add_domain')dnl
define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl

MAILER(`smtp')dnl
MAILER(`local')dnl
MAILER(`cyrusv2')dnl

define(`confLOCAL_MAILER', `cyrusv2')dnl

> You are confused because LHS and RHS are the same, but they mean two
> different things.  LHS is an email address, RHS is a mailbox.  You can
> also use this as one-to-one and many-to-one alias table.
> 
> >
> --
> Igor
> 



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]
> ???
> But it doesn't make sense.
>

If you have define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl and a
mailertable entry for domain.com, this will work.

You are confused because LHS and RHS are the same, but they mean two
different things.  LHS is an email address, RHS is a mailbox.  You can
also use this as one-to-one and many-to-one alias table.

>
> Quoting Igor Brezac <[EMAIL PROTECTED]>:
>
> >
> > You should still use virtusertable, otherwise lmtp will be dealing with
> > all the junk that sendmail can turn away during 'rcpt to'.  In addition,
> > sendmail will be trying to deliver bounced messages from lmtp for days.
> >
> > --
> > Igor
> >
>
>
>

-- 
Igor


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 <[EMAIL PROTECTED]>:

> 
> You should still use virtusertable, otherwise lmtp will be dealing with
> all the junk that sendmail can turn away during 'rcpt to'.  In addition,
> sendmail will be trying to deliver bounced messages from lmtp for days.
> 
> --
> Igor
> 




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 any
> > more. But I'm missing this important feature :-(
> > In virtusertable I could do this:
> > @domain.com [EMAIL PROTECTED]
> >
> > Is there similar config option in Cyrus IMAP Server?
>
> No.
>

You should still use virtusertable, otherwise lmtp will be dealing with
all the junk that sendmail can turn away during 'rcpt to'.  In addition,
sendmail will be trying to deliver bounced messages from lmtp for days.

-- 
Igor


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 :-(
> In virtusertable I could do this:
> @domain.com [EMAIL PROTECTED]
> 
> Is there similar config option in Cyrus IMAP Server?

No.

-- 
Kenneth Murchison Oceana Matrix Ltd.
Software Engineer 21 Princeton Place
716-662-8973 x26  Orchard Park, NY 14127
--PGP Public Key--http://www.oceana.com/~ken/ksm.pgp


Unexistent user

2003-03-31 Thread dimon
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 :-(
In virtusertable I could do this:
@domain.com [EMAIL PROTECTED]

Is there similar config option in Cyrus IMAP Server?

Best regards,
Dmitry