There are multiple ways to do this, but here is one way simliar to what you were trying to do:
domain A, B, and C are remote domains domain D is a local domain >1: I want to allow a user to only be able to send mail to the local = domain >and three other (this list might increase in the future) domains, else = fwd >mail to junk account ([EMAIL PROTECTED]) outbound rule: If the To Address does not contain dominaA AND the To Address does not contain domainB AND the To Address does not contain domainC forward to [EMAIL PROTECTED] >2: I want all incoming mail to [same] user to be either from the same = >three domains, and the local domain, or fwd mail to a junk account >([EMAIL PROTECTED]) User Rule if the From Address does not contain domainA AND the From Address does not contain domainB AND the From Address does not contain domainC AND the From Address does not contain domainD forward to [EMAIL PROTECTED] Tripp ----- Original Message ----- From: "[sysadmin] Laurent O. F. Fough" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 1:05 PM Subject: RE: [IMail Forum] [IMail_Forum DIGEST] Tripp, Thanks, I think I found another solution. I just broke the rule down into smaller portions. Unless of course you could provide an Ipswitchian example using the template/ example I provided. Thanks. Regards, /Laurent -- Laurent O. F. Fough [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen Sent: Saturday, August 23, 2003 05:25 a To: [EMAIL PROTECTED] Subject: Re: [IMail Forum] [IMail_Forum DIGEST] Okay, but look at the rule: If Sender does not contain domainA.com (user's local domain) OR Sender does not contain domainB.com OR Sender does not contain domainC.com OR Sender does not contain domainD.com=20 Action: Forward to [EMAIL PROTECTED] (user's local domain) The sender will not be from domainA, DomainB, DomainC and DomainD at the same time, so at least one of those conditions will always be true. TRUE, ORed with anything is TRUE. This rule will catch all mail. Tripp ----- Original Message ----- From: "[sysadmin] Laurent O. F. Fough" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 3:46 AM Subject: RE: [IMail Forum] [IMail_Forum DIGEST] Tripp, Local domain is domainA. Outgoing mail originates from domainA, incoming mail to the specific user is always, or should always be from a, b, c or d. Nada mas. /Laurent ---------------------------------------------------------------------- From: "Tripp Allen" <[EMAIL PROTECTED]> Subject: Re: [IMail Forum] Outbound and inbound rules... Not behaving as expected. [error, last post] Date: Fri, 22 Aug 2003 09:46:27 -0400 Reply-To: [EMAIL PROTECTED] Your rule is always true. =20 Rule 1 - suppose I send a mail from domain A, the rule interprets to: false OR true OR true OR true =3D TRUE Rule 2 - suppose I send a mail from domain B to domain B false AND true OR false OR true OR true =3D TRUE Tripp ----- Original Message -----=20 From: "[sysadmin] Laurent O. F. Fough" <[EMAIL PROTECTED]> To: "[list] Ipswitch IMail Forum" <[EMAIL PROTECTED]> Sent: Friday, August 22, 2003 3:05 AM Subject: [IMail Forum] Outbound and inbound rules... Not behaving as = expected. [error, last post] [apologies, please excuse previous post of this email, read and received confirmation was enabled] Hi, I'm trying to find some concrete examples of some basic-to-advance inbound[user] and outbound[host] rules. I've read all the document and = am pretty comfortable with the server, have been using it for years. I've = also created some rules, and portions appear to behave correctly, but not all conditions. Situation: ----------- 1: I want to allow a user to only be able to send mail to the local = domain and three other (this list might increase in the future) domains, else = fwd mail to junk account ([EMAIL PROTECTED]) 2: I want all incoming mail to [same] user to be either from the same = three domains, and the local domain, or fwd mail to a junk account ([EMAIL PROTECTED]) Rules ------ inbound, user-level -------------------=20 If Sender does not contain domainA.com (user's local domain) OR Sender does not contain domainB.com OR Sender does not contain domainC.com OR Sender does not contain domainD.com=20 Action: Forward to [EMAIL PROTECTED] (user's local domain) outbound, host-level --------------------- If Sender contains [EMAIL PROTECTED] (user's local domain) AND=20 To Address Does not contain domainA.com (user's local domain) OR=20 To Address Does not contain domainB.com OR To Address Does not contain domainC.com OR To Address Does not contain domainD.com,=20 Action: Redirect to: [EMAIL PROTECTED] (user's local domain) Note: [EMAIL PROTECTED], indicates that I've tried both the userID and = the fully qualified user's email address. Problem: -------- Rules aren't behaving as expected. 1: local domain mail sent to the user, still go to the junkMail address 2: mail from outside domain sent to user, goes to junkMail address, as expected 3: [some, and I haven't found a pattern as yet, mail sent from other = user's go to the junkMail address] I've back checked the rules for spelling errors, the logic seems = impeccable. And I did some thorough tests from different networks, different email addresses, different domains. Any help at all would be appreciated. Regards, /Laurent -- Laurent O. F. Fough [EMAIL PROTECTED] To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
