Hi,

I'm new to this List, so firstly: hello everyone.

And as you might suspect: I need some help :-)

I read the archives, tried this and that but didn't get it to work.

I am trying to set up a mailserver. Debian Sarge, postfix und Cyrus22
from experimental. ( Since Cyrus 21 does not support virtdomains, right ? )


The Configurations is at follows:

the virtual_mailbox_domains in main.cf contains the domain 'dynativ.de'

I added the following lines to imapd.conf of cyrus

virtdomains: userid
defaultdomain: dynativ.de
createonpost: on
loginrealms: dynativ.de

I created a mailbox [EMAIL PROTECTED] using cyradm ( cm [EMAIL PROTECTED] )

strange to me: if I create a mailbox '[EMAIL PROTECTED]' I cannot login
with i.e thunderbird
if I create a mailbox 'test' I CAN login but with the username
'[EMAIL PROTECTED]' and can see a folder 'test'


anyway, in mail.log I get, when I try to mail '[EMAIL PROTECTED]':

-------------------------
lmtp connection preauth'd as postman
Jan  7 14:58:01 p15145461 cyrus/lmtpunix[13606]: verify_user(user.test)
failed: Mailbox does not exist
Jan  7 14:58:01 p15145461 postfix/lmtp[13605]: 7CF31149:
to=<[EMAIL PROTECTED]>,
relay=/var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp], delay=0,
status=bounced (host
/var/run/cyrus/socket/lmtp[/var/run/cyrus/socket/lmtp] said: 550-Mailbox
unknown.  Either there is no mailbox associated with this 550-name or
you do not have authorization to see it. 550 5.1.1 User unknown (in
reply to RCPT TO command))
------------------------------------------------


postconf -n
------------
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
inet_interfaces = all
mailbox_size_limit = 0
mydestination = localhost
myhostname = p15145461.pureserver.info
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
virtual_alias_maps = hash:/etc/postfix/virtual_alias
virtual_mailbox_domains = /etc/postfix/virtual_mailbox_domains
virtual_mailbox_maps = hash:/etc/postfix/virtual_mailbox_maps
virtual_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
-------------------------------------------------------------

I'm totaly lost; please help

tia

----
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu
List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Reply via email to