payman
Verified User
- Joined
- Feb 21, 2006
- Messages
- 12
Hi
I've been searching this forum for getting an answer but to no avail.
This is my problem:
I have a multisite setup which is a collection of subdomains and for each subdomain I have set multiple domains pointing to it. I did it by manually adding the required DNS zones and virtualhost sections in httpd.conf(with the neccessary redirect directives).
I now need to create mailboxes for those domains and I know I'll have to do it manually(e.g. adding /etc/virtual/mydomain/*, editing aliases, passwd...).
I've had an initial attempt but I got:
Could not connect: Got an unknown RCPT TO response: 550 authentication required
1.How does exim deliver emails to a specific mailbox and how can I manually create a mailbox and the corresponding email address?
2.Is there a perl script that can do this task?
Any pointers to what I can do is appreciated.
I've been searching this forum for getting an answer but to no avail.
This is my problem:
I have a multisite setup which is a collection of subdomains and for each subdomain I have set multiple domains pointing to it. I did it by manually adding the required DNS zones and virtualhost sections in httpd.conf(with the neccessary redirect directives).
I now need to create mailboxes for those domains and I know I'll have to do it manually(e.g. adding /etc/virtual/mydomain/*, editing aliases, passwd...).
I've had an initial attempt but I got:
Could not connect: Got an unknown RCPT TO response: 550 authentication required
1.How does exim deliver emails to a specific mailbox and how can I manually create a mailbox and the corresponding email address?
2.Is there a perl script that can do this task?
Any pointers to what I can do is appreciated.