Hi there,
I have some problems configuring Postfix with Cyrus as IMAP-Handler and Confixx.
I want Postfix to transport any mails adressed to a special domain to the Cyrus-IMAP. So I inserted an entry to the /etc/postfix/transport like this:
<snap>
# Any mails to mydomain.com should be handled by cyrus
mydomain.com cyrus:
</snap>
The directive in the main.cf (mailbox_transport) I comment out.
Mails to other domains hosted by this server should be transported using the classical "local"-command.
When I send an email to
userxyz@mydomain.com the email is dropped in /var/spool/imap/user/userxyz. Thats okay. When I send an email to
userxyz@otherdomain.com the sender gets an message that the mailbox does not exist.
I want Postfix to put this email and drop it into "/var/spool/mail/userxyz" so that the recipients can put their mails using any pop3-client.
How do I do that ?
Thanks for help
Holger