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<TMPF> /etc/mail/virtusertable')dnl You need to fix your other FEATURE statements, define(`_VIRTUSER_S... still needs to go above FEATUREs. -- Igor