[imp] IMP E-Mail Send Hook (postprocess, recipient address validation)

2009-03-26 Thread Harakiri
Hi, im using the pear smtp package to sent all mails from imp webmailer to an internal postfix filter. The problem is the pear smtp package has no support for error handling (while sendmail binary has, and imp code seems to handle this correctly, but sendmail doesnt allow to send to other

Re: [imp] Max attachment size

2009-03-26 Thread Michael Menge
Hi, Quoting Michael M Slusarz slus...@horde.org: The MIME/IMAP/attachment code has been completely rewritten in IMP 5 and, regardless, the outputted message *is* valid MIME. However, you really shouldn't be using 'Forward Attachments Only' - you should be using 'Forward Entire Message'

[imp] popup-alerts on imp-login-screen not showing up

2009-03-26 Thread Andreas Piper
Hello list, with Horde 3.3.3 / IMP 4.3.3 (authentication via IMP) the popup-alerts on the horde-login-screen (Please provide your username. / Please provide your password.) do not show up, even if all form-fields are empty. Is there some additional configuration to be done for activating

[imp] Help with _imp_hook_spam_bounce please

2009-03-26 Thread Earnie Boyd
I currently have ?php if (!function_exists('_imp_hook_spam_bounce')) { function _imp_hook_spam_bounce($action) { $prefix = ($action == 'spam') ? 'spam-' : 'ham-'; return $prefix . Auth::getAuth(); } } ? but instead of Auth::getAuth() I need a function to

[imp] Block IP

2009-03-26 Thread Jacky Chan
Hi all, I am wondering whether Horde-IMP has this function for security concerns. I used IMP as Horde authentication application. But I logged there are plenty login failure record generated for IMP. And the username is obivously generated from dictionary. And the login retry period is so short

Re: [imp] Block IP

2009-03-26 Thread Darryl Cook
Take a look at a program called fail2ban to do thisworks pretty good imo. Quoting Jacky Chan: Hi all, I am wondering whether Horde-IMP has this function for security concerns. I used IMP as Horde authentication application. But I logged there are plenty login failure record generated