I have strange problem:
I have local domain - domain3.domain2.ru I have file /courier/etc/locals with included line domain3.domain2.ru I have file /courier/etc/aliases/all with included line [EMAIL PROTECTED]: [EMAIL PROTECTED] domain2.ru - it's my local domain too.
When I send message to [EMAIL PROTECTED], I recived this message to user [EMAIL PROTECTED], but not to user [EMAIL PROTECTED]
How I can configure aliases ? What I'm doing wrong ?
Listing a domain in locals will strip off the host-part. The above alias will never match, only the localpart would.
So your alias should look like:
admin: admin1
Which of course catches any admin@ for any domain listed in locals.
You probably want to move the domain from locals into virtualdomains and then an alias like: (including a tag)
[EMAIL PROTECTED]: admin1-domains3
admin1 may catch those with a dotfile named ~/.courier-domains3
Roland
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
