<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
FORMER 03 | Baltasar Cevc wrote:
<blockquote cite="mid20070803143433.3289fc36@pc-buna.former03.local"
 type="cite">
  <pre wrap="">Hi Jarod,

On Fri, 03 Aug 2007 03:06:51 -0400
Jarod Watkins <a class="moz-txt-link-rfc2396E" href="mailto:jarod@jxxtech.net">&lt;jarod@jxxtech.net&gt;</a> wrote:

  </pre>
  <blockquote type="cite">
    <pre wrap="">I have been searching google for the past 2 days trying to figure out 
how to finish setting up my Cyrus email system. I am almost there, 
however I cannot deliver emails from postfix to the virtual users in 
cyrus. After looking through the logs, its as if postfix isn't
supplying the whole email address to Cyrus, or Cyrus is just
stripping out it. Can anyone tell me what I have configured wrong?
    </pre>
  </blockquote>
  <pre wrap=""><!---->

What's your virtual domains setting in imapd.conf (virtdomains
parameter)?

Baltasar
  </pre>
</blockquote>
Baltasar,<br>
I have tried it all 3 ways (with it set to on, off, and userid) and it
still fails, however when I have it set to on or userid, I can no
longer authenticate to Cyrus with my <a class="moz-txt-link-abbreviated" href="mailto:test@domain.tld">test@domain.tld</a> user, as it
replaces the domain.tld with the hostname of the machine. I am using
the auxprop mysql plugin to authenticate users from a MySQL database.
Here is my auth.log whenever I have my virtdomains set to "yes" or
"userid".<br>
<br>
auth.log:<br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: sql plugin Parse the username
test <br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: sql plugin try and connect to
a host <br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: sql plugin trying to open db
'mail' on host 'localhost' <br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: begin transaction<br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: sql plugin create statement
from userPassword test "hostname of my mail server" <br>
Aug&nbsp; 3 08:50:34 debian cyrus/imap[14194]: sql plugin doing query SELECT
password FROM view_users WHERE email = 'test@hostname of my mail
server';<br>
<br>
Do I have something else configured wrong that would cause this
behavior when you set the virtdomains parameter?<br>
</body>
</html>