Le 01/03/2011 10:51, aa a écrit : > And what about using a shared disk space on a single machine that contains > configuration file of every mail server. > Every machine that has postfix can access these configuration files using > samba or NFS...a kind of shared folder that can be contained on a postfix > server machine too without using a dedicated machine.... >
well, the problem is not file sharing here. if it's just for making files available, then rsync over ssh is a proven and robust mechanism. the issue is that for some maps, a 'postfix reload' is needed and this is a harder problem because it requires privileges. sql is a good way to solve the problem, although it means allowing "inbound" sql access from the postfix servers. it also has the benefit of requiring no reload. add to this the possibility of using a web ui or other to manage data in an sql db.