On 26 Feb 2001 20:10:32 -0500, Peter M. Jansson wrote:
> - Need to make sure that Cyrus can locate and read the virtusertable map,
> which could mean several things, including making sure sendmail and Cyrus
> are built with the same BerkeleyDB. If virtusertable is elsewhere (LDAP
> routing?), th
I'll have to go look for that and disable it, but
that still doesn't solve the problem.
It isn't lmtp that is stripping the domain off.
It is sendmail that isn't sending ANY domainname.
lmtp doesn't have any way of knowing which
domain to deliver to.
Allan Rafuse wrote:
>
> There is some code
I use sendmail's virtusertable feature to deliver mail for
[EMAIL PROTECTED] to somelocaluser; I was thinking of modifying the Cyrus
code that handles IMAP LOGIN so that it tries to look up the username as
presented by the user in the sendmail virtusertable, and if it succeeds,
it will log in as t
There is some code in lmtpd.c and lmtpengine.c that
strips from the "@" to \0. Find those and lmtp
will work the way you want it.
-Allan
On Mon, 26 Feb 2001 12:54:26 -0800, Joel M. Baldwin wrote:
>
>Cyrus 2.0.12
>
>Using socket lmtp for local delivery
>
>I've got some desired patches working