On Fri, Feb 09, 2007 at 12:30:28PM +0200, Scott Ryan wrote:
> Is there a way to add a wild card to goodmailaddr. I am using ezmlm with
> qmail-ldap with rcptcheck and when I try to send to a moderated list, I have
> the problem that the randomized address that the moderation request comes
> from is rejected until I put it into goodmailaddr.
>
> I wild card entry here would help immensely.
>
Have a look at the 20060201 patch. In short:
~control/goodmailaddr allows more ways to check if a address is allowed:
[EMAIL PROTECTED] full match, user & domain
@qmail-ldap.org match domain only (all users are allowed)
abuse@ allow specific user for all domains
[EMAIL PROTECTED] allow addresses like [EMAIL PROTECTED]
or [EMAIL PROTECTED]
will only work if compiled with DASH_EXT
[EMAIL PROTECTED] same as @qmail-ldap.org
Enhance qmail-verify to check against ~users/cdb and /etc/passwd if local-
delivery is enabled (like qmail-lspawn does). This makes RCPTCHECK usefull
in mixed user environments.
--
:wq Claudio