From eric.rostetter at physics.utexas.edu Tue Mar 1 15:06:59 2005 From: eric.rostetter at physics.utexas.edu (Eric Rostetter) Date: Tue Mar 1 15:08:02 2005 Subject: [sork] Re: vacation and forward In-Reply-To: References: Message-ID: <1109718419.0e69fb5085459@mail.ph.utexas.edu> Quoting Michel Lombart : > Hello all, > > Is ther a way to use a vacation message and a forward simultaneously ? > > Best regards > > Michel Lombart No, not for most drivers at least. You can install both modules, but in most drivers each module will over-write the other's files or settings. I'm not sure if there are, but in some drivers you might be able to us both without conflict. For the main drivers like the ftp backend, this is not possible. -- Eric Rostetter The Department of Physics The University of Texas at Austin Why get even? Get odd! From jaesquibal at meridiantelekoms.com Tue Mar 1 23:17:14 2005 From: jaesquibal at meridiantelekoms.com (Joey Esquibal) Date: Tue Mar 1 23:18:09 2005 Subject: [sork] multiple domains Message-ID: <4225687A.5000302@meridiantelekoms.com> Sirs, Is there any way that the vacation message will grab or use the assigned domain name (i.e. user at virtualdomain.com) My problem is, my default domain name was using mydomain.com and I am doing a virtual hosting of e-mail using the same box. Vacation was perfectly working but the "From:" parameter uses user at mydomain.com instead of using user at virtualdomain.com. Any pointers are greatly appreciated. Thanks, Joey -- ...Choose friends of various ages in varying situations. Acquintance I would have, but when't depends Not on the number, but the choice of friends. - Abraham Cowley (Friends are the spice of life) From michel at srtt.be Wed Mar 2 05:10:38 2005 From: michel at srtt.be (Michel Lombart) Date: Wed Mar 2 05:32:18 2005 Subject: [sork] Re: vacation and forward References: <1109718419.0e69fb5085459@mail.ph.utexas.edu> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thank for you reply Eric, That's what I was afraid of. I should use FTP driver because horde is not, and can't be, on the same server has imap accounts. Best regards. Michel Lombart "Eric Rostetter" a écrit dans le message de news: 1109718419.0e69fb5085459 at mail.ph.utexas.edu... > Quoting Michel Lombart : > >> Hello all, >> >> Is ther a way to use a vacation message and a forward >> simultaneously ? >> >> Best regards >> >> Michel Lombart > > No, not for most drivers at least. You can install both modules, > but in most drivers each module will over-write the other's files > or settings. I'm not sure if there are, but in some drivers you > might be able to us both without conflict. For the main drivers > like the ftp backend, this is not possible. > > -- > Eric Rostetter > The Department of Physics > The University of Texas at Austin > > Why get even? Get odd! > -- > Sork mailing list - Join the hunt: http://horde.org/bounties/#sork > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: sork-unsubscribe at lists.horde.org -----BEGIN PGP SIGNATURE----- Version: PGP 8.0.2 iQA/AwUBQiW7TEngosXdfBbQEQIktwCZASsIXHLJZyjKxLeEZI8zXe1KlJ0Ani39 GXaOe9J6RpbeQxrdBf3NuY76 =u/lN -----END PGP SIGNATURE----- From emartinez at crockettint.com Fri Mar 4 11:17:52 2005 From: emartinez at crockettint.com (Edgar Martinez) Date: Fri Mar 4 11:51:10 2005 Subject: [sork] FreeBSD 5.3 + Horde-php5-3.0.3 + SORK not working Message-ID: All, As stated above, none of the SORK modules are working with that setup. I cannot find anything in regards to this problem. Initially this was the error: PHP Warning: main(/usr/local/www/horde/passwd/lib/../../lib/Registry.php) [function.main]: failed to open stream: No such file or directory in /usr/local/www/horde/passwd/lib/base.php on line 24, referer: http://mxc2.crockettint.com/horde/services/portal/sidebar.php PHP Fatal error: main() [function.require]: Failed opening required '/usr/local/www/horde/passwd/lib/../../lib/Registry.php' (include_path='/usr/local/share/pear/') in /usr/local/www/horde/passwd/lib/base.php on line 24, referer: http://mxc2.crockettint.com/horde/services/portal/sidebar.php I found that on line 24 of base.php the settings were: // Registry require_once HORDE_BASE . '/lib/Registry.php'; Which the FreeBSD port installation (Horde's default install path??) puts the Registry.php file in /lib/Horde/Registry. Once I made the change, it appears that the passwd module finds the Registry.php fine, but will not produce any additional errors at all in any logfile that I can find. Additionally within Horde, when you click on the "passwd" icon, the sidebar remains and all else disappears, again without any errors. I have reinstalled this on at least 4 different systems using anything from 5.2.1 to 5.3 without any success or getting any further. I have used both the latest CVS snapshot and the port included in the ports collection (yes it was cvsuped). I also noticed that a few different lib paths also appear wrong in the same base.php file, those are: ## WRONG PATHS ## // Horde base libraries require_once HORDE_BASE . '/lib/Horde.php'; require_once HORDE_BASE . '/lib/Auth.php'; require_once HORDE_BASE . '/lib/Secret.php'; require_once HORDE_BASE . '/lib/Text.php'; require_once HORDE_BASE . '/lib/Help.php'; // Browser detection library require_once HORDE_BASE . '/lib/Browser.php'; ## CURRENT PATHS ## // Horde base libraries require_once HORDE_BASE . '/lib/Horde.php'; require_once HORDE_BASE . '/lib/Horde/Auth.php'; require_once HORDE_BASE . '/lib/Horde/Secret.php'; require_once HORDE_BASE . '/lib/Horde/Text.php'; require_once HORDE_BASE . '/lib/Horde/Help.php'; // Browser detection library require_once HORDE_BASE . '/lib/Horde/Browser.php'; I am trying to use LDAP as my backend which works perfectly for everything else. So am I smoking wal-mart fish crack or am I missing something blatently obvious?? Help?? From jan at horde.org Fri Mar 4 12:26:33 2005 From: jan at horde.org (Jan Schneider) Date: Fri Mar 4 12:27:28 2005 Subject: [sork] Re: FreeBSD 5.3 + Horde-php5-3.0.3 + SORK not working In-Reply-To: References: Message-ID: <20050304212633.oyj4ffueww40w4go@jan.dip.ammma.net> Zitat von Edgar Martinez : > As stated above, none of the SORK modules are working with that setup. I > cannot find anything in regards to this problem. Initially this was the > error: > > PHP Warning: main(/usr/local/www/horde/passwd/lib/../../lib/Registry.php) > [function.main]: failed to open stream: No such > file or directory in /usr/local/www/horde/passwd/lib/base.php on line 24, > referer: http://mxc2.crockettint.com/horde/services/portal/sidebar.php http://horde.org/source/versions.php Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ From eric.rostetter at physics.utexas.edu Fri Mar 4 13:15:56 2005 From: eric.rostetter at physics.utexas.edu (Eric Rostetter) Date: Fri Mar 4 13:18:33 2005 Subject: [sork] Re: FreeBSD 5.3 + Horde-php5-3.0.3 + SORK not working In-Reply-To: References: Message-ID: <1109970956.998ccdb876ea7@mail.ph.utexas.edu> Quoting Edgar Martinez : > All, > > As stated above, none of the SORK modules are working with that setup. I None of the released modules support PHP 5. The CVS modules have not been tested with PHP 5. So, there's your problem. > cannot find anything in regards to this problem. Initially this was the > error: See http://www.horde.org/faq/admin/print.php#p23 It also sounds like you might be mixing versions, see: http://www.horde.org/source/versions.php -- Eric Rostetter The Department of Physics The University of Texas at Austin Why get even? Get odd!