Cyrus authentication and SASL

2000-02-17 Thread Shishir Gundavaram

Hello, 

Since Cyrus now uses SASL for authentication, does anyone
out there have any SASL handlers for authenticating out of a
CDB (or DB or GDBM) database or out of a text delimited
file. I'm curious, those of you who're using Cyrus and qmail
as a POP toaster, what are you using for authentication?

Thanks very much!

--Shishir



Odd Error w/ Virtual Domains

1999-09-14 Thread Shishir Gundavaram

I'm seeing a very odd error (or maybe it isn't and I'm just clueless)
when working with virtual domains. Here is my setup on machine xyz.com:

  DNS:
  xyz.com.   IN A1.2.3.4  
  staff.xyz.com. IN A1.2.3.4
  xyz.com.   IN MX   10 xyz.com.
  staff.xyz.com. IN MX   10 xyz.com.

  defaultdomain: 
  staff.xyz.com

  locals:
  localhost
  staff.xyz.com

  me:
  staff.xyz.com

  rcpthosts:
  localhost
  staff.xyz.com
  xyz.com

  virtualdomains:
  xyz.com:xyz-com

Now, if I connect to xyz.com on port 25 and issue:

  HELO my.net
  MAIL FROM:[EMAIL PROTECTED]
  RCPT TO:[EMAIL PROTECTED]
  DATA
  To: [EMAIL PROTECTED]
  Subject: Test to @staff

  123 test
  .  

The mail gets delivered just right, and I see this in the logs:

  starting delivery 75: msg 65546 to local [EMAIL PROTECTED]

But if I use a MUA, like Netscape, to send the message to
[EMAIL PROTECTED], it's getting sent to: [EMAIL PROTECTED],
and I see this in the logs:

  starting delivery 76: msg 65546 to local [EMAIL PROTECTED]

Any idea what's going on?

Thank you.

--Shishir