Użytkownik Markus Neubauer napisał: > btw. before 5.5 reaches prod status... > > Just an idea, in every release I have to change to all the localhost > entries, because the imap server is on another machine than the smtp > server, the http server even too and the mysql server is on another > virtual server. this means I do not have any reason for a localhost but > fixed ip/dns host entry instead. It's getting better from release to > release but still remaining are:
Web-cyradm connects only to Cyrus-Imap and DB (Mysql) and this settings you have in conf.php. > Affected files: > - ./lib/poppassd.php I newer used poppassd (always sql). This daemon is always on the same machine as cyrus-imap? Or it can be on separate machine? This is a security risk to have poppassd daemon on other machine then http server because communication (passwords) is in plain text. > - ./scripts/create_mysql.sql In this file there is no localhost entry (only in comment). > - ./scripts/imap2imap-copy.php > - ./scripts/insertuser_mysql.sql This files are only scripts (not needed for normal work of web-cyradm) and executed only once. Before executing this scripts you should change also username and password or old imap server name. I think 'localhost' is best default value. People have a lot of problems with integration of postfix, cyrus-imap, mysql and web-cyradm passwords. With this default values they have a little easier. > - ./setup/index.php > - ./setup/populate.php For now, this files are only idea for some install-script not production-level scripts. In feature maybe this will be a method for installing web-cyradm (like i.e. Mambo). Best regards, Lukasz _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
