RE: [exim] Desperate for help - Virtual Domains

Top Page
Delete this message
Reply to this message
Author: Chris Huff
Date:  
To: Pete Savage, exim-users
CC: 
Subject: RE: [exim] Desperate for help - Virtual Domains
Heres how I deliver mail into cyrus

# deliver all emails for cyrus pop/imap server ( any email that is alaised to *@relay.esportz.com ).
local_cyrus:
driver = accept
domains = relay.esportz.com
transport = local_delivery

local_delivery:
driver = pipe
command = "/usr/local/cyrus/bin/deliver ${local_part}"
message_prefix = ""
return_output
return_path_add
user = cyrus

-----Original Message-----
From: Pete Savage [mailto:node50@hotmail.com]
Sent: Friday, January 14, 2005 2:03 PM
To: exim-users@???
Subject: [exim] Desperate for help - Virtual Domains


I know I must be completely stupid, but I have tried every HOWTO I can find
on the net. I still cannot get virtual domains setup on exim. I have
copied a cpanel exim config file which worked for a while then stopped for
no reason. Here is what I require, to be able to setup multiple domains and
multiple mailboxes, these mail boxes are to be stored in the domain owners
directory which is a system user, ie, /home/pete/mail/$domain/$local/inbox .
I would like to also be able to setup a catchall for each domain and for
this to be routed to the system users mail ie /home/pete/mail/inbox

Please please please can someone help me. I have suffered for months trying
to get this to work. I'm at the point of breaking. Apache virtual domains
are easy....but exim is proving to be a little too tough.

I thank-you Pete
If you need more information please please ask. I would also need
information on how to integrate with cyrus, or exquivilent.



--
## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##