Summary | Reminder.php does not support smtpauth! |
Queue | Kronolith |
Queue Version | 2.0.3 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | mikael.brostrom (at) m-sys (dot) se |
Created | 07/18/2005 (7373 days ago) |
Due | |
Updated | 02/23/2008 (6423 days ago) |
Assigned | |
Resolved | 07/18/2005 (7373 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
headers (domainkeys for instance), but that means that I cannot have
reminders enabled.
Is there a way to have both? E.g. make the reminder script use /bin/sendmail?
Thanks,
Martin
The problem is that, then horde is using it all the time for all users
and i'm not able to track my users by account in the header that my
smtpd creates anymore.
So a s separate account for the reminder / calendar setup will do the trick.?
Glad for a reply.
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Reminder.php does not support smtpauth!
Queue ⇒ Kronolith
at line 185 in kronolith/lib/Scheduler/kronolith.php:
$mail_driver = $conf['mailer']['type'];
$mail_params = $conf['mailer']['params'];
if ($mail_driver == 'smtp' && $mail_params['auth'] &&
empty($mail_params['username'])) {
$mail_params['username'] = Auth::getAuth();
$mail_params['password'] = Auth::getCredential('password');
}
When you are running scripts/reminder.php (from commandline) it does
not get a user/pass.
I tried to hardcode $mail_params['username'] = "testuser";
and the same with password.
When i then sniff the smtp "chat" it does not send any user/pass at all.
A config option under the "Reminder Settings" at setup should be nice?
where you can chose a user/pass that are used by kronolith.
Need anything? contact me.
Mikael