| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Tue Apr 22, 2003 10:19 pm Post subject: Qmail support |
|
|
Hello,
I have two questions:
1) Does it work with Qmail?
2) I have two domains each on a different server. Can I install Maios on one server, install the two domain names and then have a common web page where people can login to either domain?
thanks
Ed |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Wed Apr 23, 2003 12:56 am Post subject: |
|
|
Hi Ed,
Here are some quick answers to your questions:
1. Maios works with Qmail and Sendmail and has been tested with both.
2. This is not possible currently, all domains should be located on one machine, where Maios is installed. However we can do a custom solution to fit your needs. Please contact us for more details.
Thanks,
Haris |
|
| Back to top |
|
 |
edward
Joined: 28 Apr 2003 Posts: 1
|
Posted: Mon Apr 28, 2003 10:04 am Post subject: |
|
|
A few more questions:
How do I implement the catch all with Qmail? is it done through the .qmail-default file?
I need to have all my incoming email end up in one mailbox, where I can fetch it via a cron job.
Thanks
Ed |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Mon Apr 28, 2003 10:42 am Post subject: |
|
|
For each of your domains go to the Qmail directory where the .qmail-default file is located and replace it with a .qmail-default file containing one line with the following information:
| /yourpath/to/maios/dispatch.py $EXT@$HOST
The above path should be the path on your server where Maios is installed.
This will pipe all incoming email to the Maios dispatcher script. The dispatcher script will subsequently deliver it to the corresponding user account.
Let me know if you have additional questions.
Haris |
|
| Back to top |
|
 |
E J
Joined: 12 May 2003 Posts: 2
|
Posted: Mon May 12, 2003 6:39 am Post subject: |
|
|
Haris,
I have many virtual domains under the /var/mail/mailnames/ directory, each occupying each own directory. Whenever I need to add a new domain what do I need to do?
Thanks - Eric |
|
| Back to top |
|
 |
haris Site Admin
Joined: 22 Aug 2002 Posts: 40
|
Posted: Mon May 12, 2003 7:41 am Post subject: |
|
|
Eric,
For each domain name you need to have a .qmail-default in the corresponding directory. The contents of .qmail-default file are always the same and should be:
| /yourpath/to/maios/dispatch.py $EXT@$HOST
Let me know if you have additional questions.
Thanks,
Haris |
|
| Back to top |
|
 |
E J
Joined: 12 May 2003 Posts: 2
|
Posted: Mon May 12, 2003 7:58 am Post subject: |
|
|
This works, thanks!!!
Eric |
|
| Back to top |
|
 |
|