On 12/06/2012 09:24 AM, Andreas Reschke wrote:
centos-bounces@centos.org schrieb am 06.12.2012 15:11:29:
Robert Moskowitz rgm@htt-consult.com Gesendet von: centos-bounces@centos.org
06.12.2012 15:12
Bitte antworten an CentOS mailing list centos@centos.org
An
CentOS mailing list centos@centos.org,
Kopie
Andreas Reschke Andreas.Reschke@behrgroup.com
Thema
Re: [CentOS] Antwort: courier mail for Centos
On 12/06/2012 08:47 AM, Andreas Reschke wrote:
centos-bounces@centos.org schrieb am 06.12.2012 14:42:05:
Robert Moskowitz rgm@htt-consult.com Gesendet von: centos-bounces@centos.org
06.12.2012 14:42
Bitte antworten an CentOS mailing list centos@centos.org
An
CentOS mailing list centos@centos.org,
Kopie
Thema
[CentOS] courier mail for Centos
Are there existing rpms for courier mta?
I am working from:
http://www.howtoforge.com/virtual-users-and-domains-with-postfix- courier-mysql-and-squirrelmail-fedora-14-x86_64
And am making progress with postfix and mysql, but looking ahead to other steps. I see squirrelmail is in EPEL.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hello Robert,
why don't you use dovecot? I've the same enviroment with postfix,
mysql,
dovecot, squirrelmail, running for a very long time.
Can you point me to dovecot install/setup instructions?
I have no strong feelings of one over the other. Just that things work well!
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Hello Robert,
there are many howtos on the net.
For example I've found: http://www.campworld.net/thewiki/pmwiki.php/LinuxServersCentOS/Cent5VirtMail... http://wiki.centos.org/HowTos/postfix http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL https://shamuntoha.wordpress.com/2010/01/04/centos-postfix-postfixadmin-adva...
This are only a few (I've not tested any of them)
I have glanced at these and see a challenge.
First ClearOS will NOT support my mail requirements, as I create users by domain; ie user@domain and ClearOS allows a user to send receive mail from all configured domains.
It looks like at least the howto on dovecot.org above works the same.
Further it looks like dovecot keeps all the mail in one database? I can't be sure. The way I am running right now is that each users mail is a file per message in:
/home/vmail/domain/user The maildrop module (I think) does this distribution.
I will spend a bit more time digging into dovecot to see what it will take to set it up for user@domain functionality. Maybe it does in these howtos, but I don't see it....