LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Using different transport mechanisms (https://www.linuxquestions.org/questions/linux-networking-3/using-different-transport-mechanisms-123521/)

hypernetics 12-07-2003 10:04 AM

Using different transport mechanisms
 
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


All times are GMT -5. The time now is 09:18 PM.