Call to undefined function sq_send_mail()

View: New views
8 Messages — Rating Filter:   Alert me  

Call to undefined function sq_send_mail()

by Ralf Hildebrandt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Due to a recent spam incident (Nigerian boy guessed luser boy's pass I
installed the lockout plugin and configured it to send mail. I use the
compatability plugin 2.0.9.

Yet I get:
Fatal error: Call to undefined function sq_send_mail() in
/var/www-lighty/squirrelmail-1.4.15/plugins/lockout/functions.php on
line 1204

Accoring to google I should "update my compatability plugin". But it's
already the latest version!

--
Ralf Hildebrandt (i.A. des IT-Zentrums)         Ralf.Hildebrandt@...
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to snickebo@...

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Paul Lesniewski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 7, 2008 at 9:21 AM, Ralf Hildebrandt
<Ralf.Hildebrandt@...> wrote:
> Due to a recent spam incident (Nigerian boy guessed luser boy's pass I
> installed the lockout plugin and configured it to send mail. I use the
> compatability plugin 2.0.9.

The README file and the plugin details page say Compatibility 2.0.11
is required.

> Yet I get:
> Fatal error: Call to undefined function sq_send_mail() in
> /var/www-lighty/squirrelmail-1.4.15/plugins/lockout/functions.php on
> line 1204
>
> Accoring to google I should "update my compatability plugin". But it's
> already the latest version!

The plugin category page or the "all plugins" page have a bug where
the latest version seems to be 2.0.9, but the plugin details page
shows all versions, including 2.0.11.

These kinds of questions actually belong on our plugins mailing list....

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Michael Peddemors-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Monday 07 July 2008 09:21, Ralf Hildebrandt wrote:

> Due to a recent spam incident (Nigerian boy guessed luser boy's pass I
> installed the lockout plugin and configured it to send mail. I use the
> compatability plugin 2.0.9.
>
> Yet I get:
> Fatal error: Call to undefined function sq_send_mail() in
> /var/www-lighty/squirrelmail-1.4.15/plugins/lockout/functions.php on
> line 1204
>
> Accoring to google I should "update my compatability plugin". But it's
> already the latest version!

Aside for the SQ issue, you really should consider using an SMTP daemon with
Per User Rate Limiting and make sure that your SQ is configured to use SMTP
auth, and that port..


--
"Products, Services and Support..."
------------------------------------------------------------------------
Michael Peddemors - President/CEO - Wizard IT Services
"Servicing the ISP, Telco and Enterprise Markets since 1997"
------------------------------------------------------------------------
A Wizard IT Company - For More Info http://www.wizard.ca
"Wizard IT" is a company TradeMark of Wizard Tower TechnoServices Ltd.
------------------------------------------------------------------------
604-589-0037 Beautiful British Columbia, Canada

This email and any electronic data contained are confidential and intended
solely for the use of the individual or entity to which they are addressed.
Please note that any views or opinions presented in this email are solely
those of the author and are not intended to  represent those of the company.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Paul Lesniewski :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Mon, Jul 7, 2008 at 9:21 AM, Ralf Hildebrandt
<Ralf.Hildebrandt@...> wrote:
> Due to a recent spam incident (Nigerian boy guessed luser boy's pass I
> installed the lockout plugin and configured it to send mail.

FWIW, this kind of situation may also be a good reason to try the
Restrict Senders plugin (in lieu of MTA-bound controls which may be
better).  Amongst other things, it does:

"Email alerts can also be sent to the system administrator when a user
has attempted to send too many emails in a day or one email with too
many recipients, and users who continue to send out too many "mass
emails" in a short period of time may be banned from sending any more
messages whatsoever. Each of these restrictions may be defined on a
per-user or per-domain basis by using the Login Manager (vlogin)
plugin to override the corresponding settings."

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Ralf Hildebrandt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* Paul Lesniewski <paul@...>:

> > Accoring to google I should "update my compatability plugin". But it's
> > already the latest version!
>
> The plugin category page or the "all plugins" page have a bug where
> the latest version seems to be 2.0.9, but the plugin details page
> shows all versions, including 2.0.11.

Yes, I noticed that after I sent this mail...

--
Ralf Hildebrandt (i.A. des IT-Zentrums)         Ralf.Hildebrandt@...
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to snickebo@...

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Ralf Hildebrandt :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

* Michael Peddemors <michael@...>:

> Aside for the SQ issue, you really should consider using an SMTP daemon
> with Per User Rate Limiting and make sure that your SQ is configured to
> use SMTP auth, and that port..

That's not possible, since we have the whore called "Exchange 2003" in
the house. Everything is possible with Postfix (and it's configured that
way), but since Exchange doesn't offer anything in that regard, I'm
powerless.

Lowest common denominator and all.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Fredrik Jervfors-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

>> Due to a recent spam incident (Nigerian boy guessed luser boy's pass I
>> installed the lockout plugin and configured it to send mail. I use the
>> compatability plugin 2.0.9.
>
> The README file and the plugin details page say Compatibility 2.0.11
> is required.
>
>> Yet I get:
>> Fatal error: Call to undefined function sq_send_mail() in
>> /var/www-lighty/squirrelmail-1.4.15/plugins/lockout/functions.php on
>> line 1204
>>
>> Accoring to google I should "update my compatability plugin". But it's
>> already the latest version!
>
> The plugin category page or the "all plugins" page have a bug where
> the latest version seems to be 2.0.9, but the plugin details page shows
> all versions, including 2.0.11.

FYI: I'll remedy this bug when I release the updated plugin pages, but no
date is set.

Sincerely,
Fredrik

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel

Re: Call to undefined function sq_send_mail()

by Benny Pedersen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Mon, July 7, 2008 21:01, Ralf Hildebrandt wrote:

> That's not possible, since we have the whore called "Exchange 2003" in
> the house. Everything is possible with Postfix (and it's configured that
> way), but since Exchange doesn't offer anything in that regard, I'm
> powerless.

exchange cant be used with imap ?, or pop3 ?

cyrys-sasl can auth to a imap server

then testsaslautd -u user -p password -r realm domain
gives 0: ok success

no ?

> Lowest common denominator and all.

bad excuses

--
Benny Pedersen
Need more webspace ? http://www.servage.net/?coupon=cust37098


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-----
squirrelmail-devel mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-devel@...
List archives: http://news.gmane.org/gmane.mail.squirrelmail.devel
List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-devel
LightInTheBox - Buy quality products at wholesale price