Bugs item #2803871, was opened at 2009-06-10 02:13
Message generated for change (Settings changed) made by christian_boltz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2803871&group_id=191583
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Core
Group: v 2.2
Status: Closed
Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Stevan Bajic (sbajic)
Assigned to: Nobody/Anonymous (nobody)
Summary: emailcheck_resolve_domain=YES prevents domain to domain forw
Initial Comment:
If emailcheck_resolve_domain is set to YES then you can't add a domain to domain forward (aka: @firstdomain.tld -> @seconddomain.tld).
Function check_email should check if one is entering a wildchar or not. Or at least create-alias.php should not call check_email if the from address is *@firstdomain.tld and the to address is *@seconddomain.tld
----------------------------------------------------------------------
Comment By: Christian Boltz (christian_boltz)
Date: 2009-06-10 18:10
Message:
Looks like the code wants you to use alias domains ;-) They even have the
advantage of not breaking recipient validation which avoids bounces if the
address is invalid on the target domain.
That said: I just tested this with the latest version (SVN r663, which is
2.3 rc5 + some minor fixes which are not related to this bug) and can
create the *@ alias with *@otherdomain.tld as target. (Yes, my installation
checks the mail addresses.)
Please upgrade to postfixadmin 2.3 - it comes with lots of bugfixes
(obviously including one for this bug) and also includes several new
features.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=2803871&group_id=191583
|