[BlueOnyx:07616] Re: openwebmail bug
Steffan
general at ziggo.nl
Tue Jul 5 01:58:09 -05 2011
As i say in my first email, i have
I have
enable_setforward no
enable_autoreply no
just test your own setup
create a forward in the gui
look in ssh if its there
then go to openwebmail
go to the preference settings
change the language in something else and safe the setting
on my servers the .forward file was removed after saving the settings
and that is also what the script says
# nothing enabled, clean .forward
if (!$autoreply && !$keeplocalcopy && $#forwards<0 ) {
unlink("$homedir/.forward"); # ç========
return 0;
}
With regards
Steffan
Van: blueonyx-bounces at mail.blueonyx.it
[mailto:blueonyx-bounces at mail.blueonyx.it] Namens Darrell D. Mobley
Verzonden: maandag 4 juli 2011 17:44
Aan: 'BlueOnyx General Mailing List'
Onderwerp: [BlueOnyx:07603] Re: openwebmail bug
Is this relevant if you turn OFF the user's ability to even dabble with the
OWM vacation message and
email forwarding by setting these flags:
enable_autoreply no
and
enable_setforward no
in
/location-of-openwebmail-files/openwebmail/etc/defaults/openwebmail.conf
From: blueonyx-bounces at mail.blueonyx.it
[mailto:blueonyx-bounces at mail.blueonyx.it] On Behalf Of Steffan
Sent: Monday, July 04, 2011 9:28 AM
To: blueonyx at blueonyx.it
Subject: [BlueOnyx:07596] openwebmail bug
Hello List,
Only want to let you know
That I found a little bug regarding openwebmail and BO
If you enable forward in the siteadmin and after that you change something
In openwebmail preference page
Openwebmail deletes the .forward file
I have
enable_setforward no
enable_autoreply no
in the config file and the option is not present in the preference page of
OWM
I fixed it by uncommand line 1818 of openwebmail-prefs.pl
# nothing enabled, clean .forward
if (!$autoreply && !$keeplocalcopy && $#forwards<0 ) {
# unlink("$homedir/.forward"); # ç========
return 0;
}
(this is solarspeed version so dont know if all versions has this problem)
Chears
Steffan.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.blueonyx.it/pipermail/blueonyx/attachments/20110705/7b16ff5e/attachment.html>
More information about the Blueonyx
mailing list