6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
1/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9014] error in conf.xml for "FTP driver for qmail compliant mailers"
*
Your Email Address
*
Spam protection
Enter the letters below:
. . __..__.. ..__. |\ |(__ | ||_/ [__] | \|.__)|__\| \| |
Comment
>> After that, when saved configuration for vacation, this is added to >> conf.php: >> $conf['server']['params']['default']['dbtype'] = 'empty'; >> and it works as expected. > > So, could we as well hard-code the database type to "empty", instead > of changing conf.xml? Does Qmail work with any other database type at > all? > >> I allso had to have: >> $conf['vacation']['subject'] = true; >> $conf['vacation']['from'] = true; >> otherwise the bounce mail to sender had wrong from address. (could be >> error in my vacation binary, or configuration on server, so not sure >> this is a horde-vacation bug) Maybe god info for horde vacation wiki? >> >> At last, to get clean vacation form, I modified: >> horde/vacation/templates/main >> >> diff -ur main.inc.dist main.inc >> --- main.inc.dist 2009-05-07 17:27:47.000000000 +0200 >> +++ main.inc 2010-05-10 13:40:06.000000000 +0200 >> @@ -54,17 +54,17 @@ >> >> <?php if ($GLOBALS['conf']['vacation']['subject']): ?> >> <p> >> -<?php echo Horde::label('subject', _("Subject:")) ?> >> + >> <br /> >> -<input name="subject" id="subject" type="text" size="70" >> value="<?php echo htmlspecialchars($cursubject) ?>" /> >> +<input name="subject" id="subject" type="hidden" size="70" >> value="<?php echo htmlspecialchars($cursubject) ?>" /> >> </p> >> <?php endif; ?> >> >> <?php if ($GLOBALS['conf']['vacation']['from'] && >> $driver->hasCapability('changeFrom')): ?> >> <p> >> -<?php echo Horde::label('from', _("From:")) ?> >> + >> <br /> >> -<input name="from" id="from" type="text" size="70" value="<?php echo >> htmlspecialchars($curfrom) ?>" /> >> +<input name="from" id="from" type="hidden" size="70" value="<?php >> echo htmlspecialchars($curfrom) ?>" /> >> </p> >> <?php endif; ?> > > Sorry, I don't get this. First you configure vacation to *show* the > subject and from fields, and then you *remove* those fields from the > form manually?
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers