Hi Simone, > I have created two domains with web interface (the first is: dajs.it > and the secondo: pippo.it) and also two mail address [email protected] and > [email protected]
Login to the server is working with imap/pop3/smtp? > Now I have configured Outlook to send and receive mail using cyrus > account. If I send mail of an external address (for example to > [email protected]) I receive it. But if cyrus send message on > his account ([email protected]) or to pippo's account ( [email protected]) as > resault in mail.info I have the following messages: > > Jan 15 11:48:11 ms postfix/smtpd[19258]: connect from > unknown[172.30.1.141] Jan 15 11:48:11 ms postfix/smtpd[19258]: E8C2F2BAD2: > client=unknown[172.30.1.141] > Jan 15 11:48:12 ms postfix/cleanup[19271]: E8C2F2BAD2: > message-id=<000001c976fe$5a3a7100$0eaf53...@it> > Jan 15 11:48:12 ms postfix/qmgr[18212]: E8C2F2BAD2: > from=<[email protected]>, size=2624, nrcpt=1 (queue active) > Jan 15 11:48:12 ms postfix/pipe[19281]: E8C2F2BAD2: > to=<[email protected]>, orig_to=<[email protected]>, relay=cyrus, > delay=0.56, delays=0.46/0.01/0/0.09, dsn=5.6.0, status=bounced (data > format error. Command output: cyrus.dajs.it: Mailbox does not exist ) Please check the setting of unixhierarchysep in your imapd.conf # UNIX Hierarchy Convention # Set to yes, and cyrus will accept dots in names, and use the forward # slash "/" to delimit levels of the hierarchy. This is done by converting # internally all dots to "^", and all "/" to dots. So the "rabbit.holes" # mailbox of user "helmer.fudd" is stored in "user.elmer^fud.rabbit^holes" And also check the setting of $DOMAIN_AS_PREFIX in your conf.php of your webcyradm installation. # web-cyradm is compatible with cyrus-imapd-2.0.16 (and earlier?) # however, if you are using 2.1.x and wish to use email addresses # with .'s in them such as '[email protected]' you can set this # option DOMAIN_AS_PREFIX to '1'. NOTE: you also have to add this # line to your imapd.conf file: #### imapd.conf: #### # unixhierarchysep: yes Maybe you haven't got these settings correct. Best regards, Claus _______________________________________________ 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
