Markus Ullmann skribis 2008-05-10 23:23 (+0200):
> > Are you going to release your plugin? If so, I would like to include it
> > (as a level 0 solution) in Qmail::Deliverable::Comparison.
> Feel free to take it and improve it as you feel the need.
That's not what I meant. Qmail::Deliverable::Compa
Juerd Waalboer schrieb:
Markus Ullmann skribis 2008-05-07 12:22 (+0200):
# this plugin checks if a user exists in the vpopmail database
Note that a database check does not account for catch-alls
(.qmail-default, vdelivermail), qmail's extension mechanism
(.qmail-foo-default), and manually adde
Markus Ullmann skribis 2008-05-07 12:22 (+0200):
> # this plugin checks if a user exists in the vpopmail database
Note that a database check does not account for catch-alls
(.qmail-default, vdelivermail), qmail's extension mechanism
(.qmail-foo-default), and manually added anythings (.qmail-foo).
Markus Ullmann wrote:
[EMAIL PROTECTED] schrieb:
Hi Lucas,
that's what I meant.. the one you refer to is for smtp auth. The one I
posted verifies whether the RCPT TO: is a valid account and errors out
if not. So slightly different ;)
I would suggest that *any* plugin that needs to interface
[EMAIL PROTECTED] schrieb:
Hi Lucas,
that's what I meant.. the one you refer to is for smtp auth. The one I
posted verifies whether the RCPT TO: is a valid account and errors out
if not. So slightly different ;)
Greetz,
-Jokey
Hi,
If you have mysql as backend for vpopmail, an vpopmail
Hi,
If you have mysql as backend for vpopmail, an vpopmail plugin is
available:
http://wiki.qpsmtpd.org/config:authentication
Afaik it works like a charm.
Regards,
Lucas
> Hi fellows,
>
> as we have an auth check for vpopmail already, it would make sense to
> have a check for allowed rec
Hi fellows,
as we have an auth check for vpopmail already, it would make sense to
have a check for allowed recipients there as well IMHO.
Attaching one, if someone feels like using it, feedback appreciated :)
Best Regards
Markus Ullmann
# this plugin checks if a user exists in the vpopmail da
Hello.
I wrote small plugin, which connects to mysql/pgsql database to check
if relaying allowed for certain IP.
This option used when vpopmail configured with
"--enable-roaming-users" (pop3 before smtp) and store self db in sql database.
--
With best wishes,
hellman