ispCP - Board - Support
About Postfix ... - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Development Area (/forum-1.html)
+--- Forum: Suggestions (/forum-2.html)
+--- Thread: About Postfix ... (/thread-225.html)

Pages: 1 2 3


About Postfix ... - Alexey - 03-04-2007 05:56 PM

Any thing changed with Postfix ?
Is it still store emails into file ?
may in Omegf u can store information about mailboxes into mysql ?
i think i will be better


RE: About Postfix ... - ephigenie - 03-04-2007 08:11 PM

no there's no particular reason to store mailboxes in mysql.
Although maybe we'll store the configuration in a database some day for easier handling.
SQL - Storage maybe only of relevance for people using a cluster of postfix/ imap/pop3 servers and then using the replication feature.

But atm i'd recommend to use NFS for that or a shared storage device with enbd/gnbd + ocfs2/gfs on it.

But for solution's of that size we've to develop the whole framework, first (ispCP) .
Thats nothing which will be managed directly in VHCS Omega.


RE: About Postfix ... - Alexey - 03-04-2007 11:00 PM

ephigenie Wrote:no there's no particular reason to store mailboxes in mysql.
Although maybe we'll store the configuration in a database some day for easier handling.
SQL - Storage maybe only of relevance for people using a cluster of postfix/ imap/pop3 servers and then using the replication feature.

But atm i'd recommend to use NFS for that or a shared storage device with enbd/gnbd + ocfs2/gfs on it.

But for solution's of that size we've to develop the whole framework, first (ispCP) .
Thats nothing which will be managed directly in VHCS Omega.

Ok
Please look at this
[attachment=56]
I want build this system
WebServer, MailServer, DNS Server, mySQL servers will started on VDS
so i thining about migration store email information (login, passport and etc) into mySQL


RE: About Postfix ... - ephigenie - 03-05-2007 12:38 AM

sry this makes no sense in your setup.
use maildirstorage Wink


RE: About Postfix ... - Alexey - 03-05-2007 01:39 PM

yes i know
right now i have working virtual server with postfix
information like
username,email, password, maildir stored in mysql tables
and information not stored in files like now in vhcs2


RE: About Postfix ... - kilburn - 03-05-2007 05:14 PM

I think that Alexey is just asking to store postfix's accounts configuration in the database, but no the mailboxes/maildirs themselves. I would support this approach because then it would be directly managed by the interface and just makes more sense


RE: About Postfix ... - Alexey - 03-05-2007 05:43 PM

kilburn
yes you right


RE: About Postfix ... - RatS - 03-05-2007 06:40 PM

You are free to help us. Please make a fully working version of this and send it to us. We will test. modify and commit it. Thanks.


RE: About Postfix ... - Alexey - 03-05-2007 10:38 PM

Rats
Tomorrow i will start ...
and i will put manual how to do this . if it will successful


RE: About Postfix ... - Kermit - 03-06-2007 12:17 AM

Wonderful point!!!

This feature would be pure gold, even for configuration backup. And after all, I think that the best approach is to have a system that rely on the fewer services possible to handle all the stuff and because the most of the domain and users info are in mysql by now, it makes sense that also mailboxes info are in mysql too. ^_^
Thumbs up!