If your mailbox_transport is cyrus in main.cf then you need to change line
  flags= user=cyrus argv=/usr/local/cyrus/bin/deliver -r ${sender} -m
${extension} ${user}
to
  flags= user=cyrus argv=/usr/local/cyrus/bin/deliver -r ${sender} -m
${extension} ${recipient}
in master.cf

Hope this will help.


On 2/1/06, Jens Meyer <[EMAIL PROTECTED]> wrote:
> Hello Long!
>
> Thank you for your helpful answer.
> I applied this patch these afternoon.
>
> Creating user is fine now:
> In web-cyradm field for email is empty and username is: [EMAIL PROTECTED]
>
> But unfortunately sending emails and login for new accounts failed (old
> accounts with "." are still ok):
>
> -->
> Feb  1 19:59:56 gate lmtpunix[28333]: verify_user(user.test) failed:
> Mailbox does not exist
> Feb  1 19:59:56 gate lmtpunix[28363]: executed
> Feb  1 19:59:56 gate postfix/pipe[28361]: 1160010BEC:
> to=<[EMAIL PROTECTED]>, relay=cyrus, delay=0, status=bounced (data format
> error. Command output: test: Mailbox does not exist )
>
> Feb  1 19:55:43 gate imap[28052]: badlogin: [192.168.10.13] plaintext
> [EMAIL PROTECTED] SASL(-13): authentication failure: checkpass failed
> <--
>
> It seems that he did not recognize the domainname after the "@" and
> checks only for username.
>
> What causes this error?
> I am not sure if it is necessary to adapt the sql-statements. I am using
> saslauthd with pam-mysql - not the auxprop.
>
> Is the following setting still correct for this configuration?
>
> -->
> # .../web-cyradm/conf/conf.php
> $DOMAIN_AS_PREFIX = 1;
>
> # /etc/imapd.conf
> altnamespace: yes
> unixhierarchysep: yes
> virtdomains: yes
> <--
>
> Thank you for your help,
> kind regards,
>
>     Jens
>
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to