Summary | horde configuration "Mailer" doesn't read correct values |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | Alexander.Maier (at) mesinke (dot) de |
Created | 01/31/2005 (7458 days ago) |
Due | |
Updated | 02/01/2005 (7457 days ago) |
Assigned | |
Resolved | 02/01/2005 (7457 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ horde configuration "Mailer" doesn't read correct values
Queue ⇒ Horde Base
mailer tab when "Use a SMTP server" is set to "best available
authentification" the variable $conf['mailer']['params']['auth'] is
set to true which should be correct. But when accessing the
configuration again, the field on the mailer tab is set to "no
authentification". This will be written to the conf.php after saving
the configuration. Therefore the authentification is false and not -
as configured previously - true. This means that without changing
anything in the mailer tab the conf.php will be changed and the mailer
doesn't work anymore.