Vastagh Norbert wrote: > 2009. május 26. dátummal Gabor HALASZ ezt írta: >> Minek mindenkinek kulon mailer/webmail/stb ? > > Nem értem a kérdést, el kellene már mennem haza ;-))) >
'Normalis' kornyezetben egy smpt van, egy imap, egy webmail, es mindenki manageli a sajat virtualis domainjehez tartozo addresseket. > Van, akinek squirrelmail kell, és van, akinek roundcubemail. Ja, és > van, akinek mindkettő ;-))) Ez nem zarja ki, bar a squirrelt mar regen nem lattam, > De éppen szeretnék egy roundcubemail-t a gépre a 15 helyett, és azért > lenne jó megoldani, hogy a domaintől (domain névtől) függően vegye > valahogy a mysql adatbázist is, amihez csatlakoznia kell... Az addressbook necces. De megkerestem neked egy megoldasszerut: Alternate Solution for the Multiple Host Domain (dynamic) In case you have one installation of RoundCube to server multiple domains you can create host-specific config files. These files have to be named like [hostname].inc.php and also be located in the config directory. RoundCube does not read them by default so you need to enable the 'include_host_config' option in the main config file. Instead of setting 'include_host_config' to true, you can specify an associative array assigning host names (key) to config file names (values) like the following example $rcmail_config['include_host_config'] = array( 'mail.roundcube.net' => 'net_config.inc.php', 'mail.roundcube.com' => 'com_config.inc.php' ); Please note that the host-specific configurations will be merged over the main config file what means that they only need to contain the parameters that differ from the main configuration. -- Gabor HALASZ <[email protected]> _________________________________________________ linux lista - [email protected] http://mlf2.linux.rulez.org/mailman/listinfo/linux
