RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-05-24 Thread Bridges, Samantha
Thanks for all your help with this.  I have done the steps below.
Before I change the MX record, I am wondering if anyone else who runs a
gateway has a sample $default$.junkmail file I can view. 

I created a directory called domain.com under the Declude directory
and then created a $default$.junkmail file in that domain.com
directory.  Having a sample to see would be helpful.

Thanks again.

Samantha

-Original Message-
From: Dan Geiser [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 20, 2004 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
servers


Hey, John, et.al.,
I allocated some time to try again to set it up and test it, to take
advantage of your kind offer, and 'lo and behold this time it worked!
Doh. Anyway for those who are interested here's my synopsis for using
IMail to do spam filtering on external domains, i.e. domains not hosted
by IMail.

Here is the key KB article at Ipswitch...

IMail - How to use IMail as SMTP Gateway for another e-mail server
http://support.ipswitch.com/kb/IM-19980116-DM01.htm

I broke it down into the following steps:

-
1)  Add the IP Address of the IMail server on the Destination Server

2)  Add the IP Address of the Destination Server on the IMail Server

3)  Modify the HOSTS File

4)  Change the MX Record
-

If you read the KB article they actually describe the procedure in
almost exactly the reverse of how I ordered it but I think mine is much
better for avoiding any down time.  In further detail, this is what I
had to do to get everything working.

-
1)  Add the IP Address of the IMail server on the Destination Server

The Destination Server is the server that the MX record would normally
be pointing to if you weren't going to intercept the e-mail and scan for
spam.

In my case I was using a Microsoft Exchange Server, so I got on the
Destination Server locally and ran Exchange System Manager.  I then
navigated to Servers - Server Name - Protocols - SMTP and selected
the item Default SMTP Virtual Server.  Right-click, choose Properties,
select the Access tab, click the Relay button.  Make sure the Only The
List Below radio button is selected and then click Add and then type in
the IP address of your IMail server.
-

-
2)  Add the IP Address of the Destination Server on the IMail Server

We are running IMail 6.06.  I ran IMail Administrator and navigated down
one level and selected the localhost branch.  I clicked on the SMTP
Security tab and verified the Relay mail for underneath Mail Relay
Options was selected.  I clicked on the Addresses button and clicked
the Add button. I then entered the IP address of the Destination
Server and clicked OK.

Note: Once you are done you have to stop and start the SMTP server for
the change to put into play by the IMail Server.
-

-
3)  Modify the HOSTS file with Destination Server IP address and Domain
Name

We are running IMail 6.06 on a Windows 2000 server.  I went to this
directory, C:\WINNT\system32\drivers\etc, and located the file called
hosts (no file extension).  I open the hosts file with notepad and
added a line with the format...

Destination Server IP Address tab Domain Name
-

-
4)  Change the MX Record

On the DNS hosting server the MX record which currently points to the IP
Address of the Destination Server to the IP Address of the IMail Server.
Once the DNS propogates Internet-wide you should be all set.
-

At this point I sent a test message from my Hotmail account to a user on
the test domain.  In very short order the message was received at the
Destination Server.  To verify that it actually routed through the IMail
server I viewed the whole message source and looked for the appropriate
hops and there they were.

Since Declude sees e-mail routed through IMail this way as outgoing
mail, to actually start filtering spam you have to use Declude's
domain-specific configuration by creating a directory called
domain.com underneath your declude directory and then creating a
$default$.junkmail file in the domain.com directory.

So that's how I got IMail to act as a gateway for domains on other
servers.

Take Care,
Dan Geiser
[EMAIL PROTECTED]

- Original Message - 
From: John Tolmachoff (Lists) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 4:37 PM
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers


If it is not urgent, contact me off list and I can help. May take me
some time to get back to you on it.

John Tolmachoff
Engineer/Consultant/Owner
eServices For You


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Declude.JunkMail- 
 [EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Thursday, February 19, 2004 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on 
 other servers

 Hello, All,
 I've never been able to get the Store and Forward capability of IMail 
 to work so I could relay mail and scan external domains.  Is there 
 

RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-05-24 Thread Darrell \([EMAIL PROTECTED])
We just copy the $default$.junkmail file from imail\declude to the domains
folder without making any changes to it.

Hope this help
Darrell
-
Check out http://www.invariantsystems.com for utilities for Declude and Imail.


Quoting Bridges, Samantha [EMAIL PROTECTED]:

 Thanks for all your help with this.  I have done the steps below.
 Before I change the MX record, I am wondering if anyone else who runs a
 gateway has a sample $default$.junkmail file I can view. 
 
 I created a directory called domain.com under the Declude directory
 and then created a $default$.junkmail file in that domain.com
 directory.  Having a sample to see would be helpful.
 
 Thanks again.
 
 Samantha
 
 -Original Message-
 From: Dan Geiser [mailto:[EMAIL PROTECTED] 
 Sent: Friday, February 20, 2004 4:09 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 
 Hey, John, et.al.,
 I allocated some time to try again to set it up and test it, to take
 advantage of your kind offer, and 'lo and behold this time it worked!
 Doh. Anyway for those who are interested here's my synopsis for using
 IMail to do spam filtering on external domains, i.e. domains not hosted
 by IMail.
 
 Here is the key KB article at Ipswitch...
 
 IMail - How to use IMail as SMTP Gateway for another e-mail server
 http://support.ipswitch.com/kb/IM-19980116-DM01.htm
 
 I broke it down into the following steps:
 
 -
 1)  Add the IP Address of the IMail server on the Destination Server
 
 2)  Add the IP Address of the Destination Server on the IMail Server
 
 3)  Modify the HOSTS File
 
 4)  Change the MX Record
 -
 
 If you read the KB article they actually describe the procedure in
 almost exactly the reverse of how I ordered it but I think mine is much
 better for avoiding any down time.  In further detail, this is what I
 had to do to get everything working.
 
 -
 1)  Add the IP Address of the IMail server on the Destination Server
 
 The Destination Server is the server that the MX record would normally
 be pointing to if you weren't going to intercept the e-mail and scan for
 spam.
 
 In my case I was using a Microsoft Exchange Server, so I got on the
 Destination Server locally and ran Exchange System Manager.  I then
 navigated to Servers - Server Name - Protocols - SMTP and selected
 the item Default SMTP Virtual Server.  Right-click, choose Properties,
 select the Access tab, click the Relay button.  Make sure the Only The
 List Below radio button is selected and then click Add and then type in
 the IP address of your IMail server.
 -
 
 -
 2)  Add the IP Address of the Destination Server on the IMail Server
 
 We are running IMail 6.06.  I ran IMail Administrator and navigated down
 one level and selected the localhost branch.  I clicked on the SMTP
 Security tab and verified the Relay mail for underneath Mail Relay
 Options was selected.  I clicked on the Addresses button and clicked
 the Add button. I then entered the IP address of the Destination
 Server and clicked OK.
 
 Note: Once you are done you have to stop and start the SMTP server for
 the change to put into play by the IMail Server.
 -
 
 -
 3)  Modify the HOSTS file with Destination Server IP address and Domain
 Name
 
 We are running IMail 6.06 on a Windows 2000 server.  I went to this
 directory, C:\WINNT\system32\drivers\etc, and located the file called
 hosts (no file extension).  I open the hosts file with notepad and
 added a line with the format...
 
 Destination Server IP Address tab Domain Name
 -
 
 -
 4)  Change the MX Record
 
 On the DNS hosting server the MX record which currently points to the IP
 Address of the Destination Server to the IP Address of the IMail Server.
 Once the DNS propogates Internet-wide you should be all set.
 -
 
 At this point I sent a test message from my Hotmail account to a user on
 the test domain.  In very short order the message was received at the
 Destination Server.  To verify that it actually routed through the IMail
 server I viewed the whole message source and looked for the appropriate
 hops and there they were.
 
 Since Declude sees e-mail routed through IMail this way as outgoing
 mail, to actually start filtering spam you have to use Declude's
 domain-specific configuration by creating a directory called
 domain.com underneath your declude directory and then creating a
 $default$.junkmail file in the domain.com directory.
 
 So that's how I got IMail to act as a gateway for domains on other
 servers.
 
 Take Care,
 Dan Geiser
 [EMAIL PROTECTED]
 
 - Original Message - 
 From: John Tolmachoff (Lists) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, February 19, 2004 4:37 PM
 Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 
 If it is not urgent, contact me off list and I can help. May take me
 some time to get back to you on it.
 
 John Tolmachoff
 

RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-22 Thread JR Tatum
Thanks Dan,

How timely - we are installing Imail this week as a gateway for an Exchange
server. I appreciate your detailed instructions! 

Thank You,
JR Tatum

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dan Geiser
Sent: Friday, February 20, 2004 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
servers

Hey, John, et.al.,
I allocated some time to try again to set it up and test it, to take
advantage of your kind offer, and 'lo and behold this time it worked!  Doh.
Anyway for those who are interested here's my synopsis for using IMail to do
spam filtering on external domains, i.e. domains not hosted by IMail.

Here is the key KB article at Ipswitch...

IMail - How to use IMail as SMTP Gateway for another e-mail server
http://support.ipswitch.com/kb/IM-19980116-DM01.htm

I broke it down into the following steps:

-
1)  Add the IP Address of the IMail server on the Destination Server

2)  Add the IP Address of the Destination Server on the IMail Server

3)  Modify the HOSTS File

4)  Change the MX Record
-

If you read the KB article they actually describe the procedure in almost
exactly the reverse of how I ordered it but I think mine is much better for
avoiding any down time.  In further detail, this is what I had to do to get
everything working.

-
1)  Add the IP Address of the IMail server on the Destination Server

The Destination Server is the server that the MX record would normally be
pointing to if you weren't going to intercept the e-mail and scan for spam.

In my case I was using a Microsoft Exchange Server, so I got on the
Destination Server locally and ran Exchange System Manager.  I then
navigated to Servers - Server Name - Protocols - SMTP and selected the
item Default SMTP Virtual Server.  Right-click, choose Properties, select
the Access tab, click the Relay button.  Make sure the Only The List Below
radio button is selected and then click Add and then type in the IP address
of your IMail server.
-

-
2)  Add the IP Address of the Destination Server on the IMail Server

We are running IMail 6.06.  I ran IMail Administrator and navigated down one
level and selected the localhost branch.  I clicked on the SMTP Security
tab and verified the Relay mail for underneath Mail Relay Options was
selected.  I clicked on the Addresses button and clicked the Add button.
I then entered the IP address of the Destination Server and clicked OK.

Note: Once you are done you have to stop and start the SMTP server for the
change to put into play by the IMail Server.
-

-
3)  Modify the HOSTS file with Destination Server IP address and Domain Name

We are running IMail 6.06 on a Windows 2000 server.  I went to this
directory, C:\WINNT\system32\drivers\etc, and located the file called
hosts (no file extension).  I open the hosts file with notepad and added
a line with the format...

Destination Server IP Address tab Domain Name
-

-
4)  Change the MX Record

On the DNS hosting server the MX record which currently points to the IP
Address of the Destination Server to the IP Address of the IMail Server.
Once the DNS propogates Internet-wide you should be all set.
-

At this point I sent a test message from my Hotmail account to a user on the
test domain.  In very short order the message was received at the
Destination Server.  To verify that it actually routed through the IMail
server I viewed the whole message source and looked for the appropriate hops
and there they were.

Since Declude sees e-mail routed through IMail this way as outgoing mail, to
actually start filtering spam you have to use Declude's domain-specific
configuration by creating a directory called domain.com underneath your
declude directory and then creating a $default$.junkmail file in the
domain.com directory.

So that's how I got IMail to act as a gateway for domains on other servers.

Take Care,
Dan Geiser
[EMAIL PROTECTED]

- Original Message -
From: John Tolmachoff (Lists) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 4:37 PM
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers


If it is not urgent, contact me off list and I can help. May take me some
time to get back to you on it.

John Tolmachoff
Engineer/Consultant/Owner
eServices For You


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Declude.JunkMail-
 [EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Thursday, February 19, 2004 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
 servers

 Hello, All,
 I've never been able to get the Store and Forward capability of IMail to
 work so I could relay mail and scan external domains.  Is there anyone who
 has this setup who would be willing to lend me a hand?

 TIA,
 Dan Geiser
 [EMAIL PROTECTED]

  I know this works for Declude virus but will this work for filter spam
  too?  I would suspect that it does but I 

RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-21 Thread Mark Smith
Dan,
Or you can pay me to host your Junkmail/Virus scanning for your Exchange
server.
We have lots of customers we do that for. :)



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Friday, February 20, 2004 4:09 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for
 domains on other servers

 Hey, John, et.al.,
 I allocated some time to try again to set it up and test it,
 to take advantage of your kind offer, and 'lo and behold this
 time it worked!  Doh.
 Anyway for those who are interested here's my synopsis for
 using IMail to do spam filtering on external domains, i.e.
 domains not hosted by IMail.

 Here is the key KB article at Ipswitch...

 IMail - How to use IMail as SMTP Gateway for another e-mail
 server http://support.ipswitch.com/kb/IM-19980116-DM01.htm

 I broke it down into the following steps:

 -
 1)  Add the IP Address of the IMail server on the Destination Server

 2)  Add the IP Address of the Destination Server on the IMail Server

 3)  Modify the HOSTS File

 4)  Change the MX Record
 -

 If you read the KB article they actually describe the
 procedure in almost exactly the reverse of how I ordered it
 but I think mine is much better for avoiding any down time.
 In further detail, this is what I had to do to get everything working.

 -
 1)  Add the IP Address of the IMail server on the Destination Server

 The Destination Server is the server that the MX record would
 normally be pointing to if you weren't going to intercept the
 e-mail and scan for spam.

 In my case I was using a Microsoft Exchange Server, so I got
 on the Destination Server locally and ran Exchange System
 Manager.  I then navigated to Servers - Server Name -
 Protocols - SMTP and selected the item Default SMTP Virtual
 Server.  Right-click, choose Properties, select the Access
 tab, click the Relay button.  Make sure the Only The List
 Below radio button is selected and then click Add and then
 type in the IP address of your IMail server.
 -

 -
 2)  Add the IP Address of the Destination Server on the IMail Server

 We are running IMail 6.06.  I ran IMail Administrator and
 navigated down one level and selected the localhost branch.
  I clicked on the SMTP Security tab and verified the Relay
 mail for underneath Mail Relay Options was selected.  I
 clicked on the Addresses button and clicked the Add button.
 I then entered the IP address of the Destination Server and
 clicked OK.

 Note: Once you are done you have to stop and start the SMTP
 server for the change to put into play by the IMail Server.
 -

 -
 3)  Modify the HOSTS file with Destination Server IP address
 and Domain Name

 We are running IMail 6.06 on a Windows 2000 server.  I went
 to this directory, C:\WINNT\system32\drivers\etc, and located
 the file called hosts (no file extension).  I open the
 hosts file with notepad and added a line with the format...

 Destination Server IP Address tab Domain Name
 -

 -
 4)  Change the MX Record

 On the DNS hosting server the MX record which currently
 points to the IP Address of the Destination Server to the IP
 Address of the IMail Server.
 Once the DNS propogates Internet-wide you should be all set.
 -

 At this point I sent a test message from my Hotmail account
 to a user on the test domain.  In very short order the
 message was received at the Destination Server.  To verify
 that it actually routed through the IMail server I viewed the
 whole message source and looked for the appropriate hops and
 there they were.

 Since Declude sees e-mail routed through IMail this way as
 outgoing mail, to actually start filtering spam you have to
 use Declude's domain-specific configuration by creating a
 directory called domain.com underneath your declude
 directory and then creating a $default$.junkmail file in the
 domain.com directory.

 So that's how I got IMail to act as a gateway for domains on
 other servers.

 Take Care,
 Dan Geiser
 [EMAIL PROTECTED]

 - Original Message -
 From: John Tolmachoff (Lists) [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, February 19, 2004 4:37 PM
 Subject: RE: [Declude.JunkMail] Acting as a gateway for
 domains on other servers


 If it is not urgent, contact me off list and I can help. May
 take me some
 time to get back to you on it.

 John Tolmachoff
 Engineer/Consultant/Owner
 eServices For You


  -Original Message-
  From: [EMAIL PROTECTED] [mailto:Declude.JunkMail-
  [EMAIL PROTECTED] On Behalf Of Dan Geiser
  Sent: Thursday, February 19, 2004 12:42 PM
  To: [EMAIL PROTECTED]
  Subject: Re: [Declude.JunkMail] Acting as a gateway for
 domains on other
  servers
 
  Hello, All,
  I've never been able to get the Store and Forward
 capability of IMail to
  work so I could relay mail and scan external domains.  Is
 there anyone who
  has this setup who would be willing to lend me a hand?
 
  TIA,
  Dan Geiser
  [EMAIL PROTECTED]
 
   I know this works for 

RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-20 Thread Mark Smith
Look on the Ipswitch site for using iMail as a Gateway.
There's an article on it.

HINT: Use the HOSTS file.

Mark



 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Thursday, February 19, 2004 3:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for
 domains on other servers

 Hello, All,
 I've never been able to get the Store and Forward capability
 of IMail to work so I could relay mail and scan external
 domains.  Is there anyone who has this setup who would be
 willing to lend me a hand?

 TIA,
 Dan Geiser
 [EMAIL PROTECTED]

  I know this works for Declude virus but will this work for filter
  spam too?  I would suspect that it does but I didn't see it in the
  documentation.
 
  Will gateway (store-and-forward) domains get scanned?
 
  Yes. However, IMail treats those domains as outgoing E-mail, since
  they
 are
  not stored locally. Therefore, the outgoing actions (from the
  \IMail\Declude\global.cfg file) will be used. If you want to use
  different actions for the gateway domains, you can set up
 per-domain
  settings for
 the
  domain.
 
  -Scott
  ---
  Declude JunkMail: The advanced anti-spam solution for IMail
  mailservers since 2000.
  Declude Virus: Catches known viruses and is the leader in
 mailserver
  vulnerability detection.
  Find out what you've been missing: Ask for a free 30-day evaluation.
 
  ---
  [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
  ---
  This E-mail came from the Declude.JunkMail mailing list.  To
  unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
  unsubscribe Declude.JunkMail.  The archives can be found at
  http://www.mail-archive.com.
 
 --
  - Sign up for virus-free and spam-free e-mail with Nexus Technology
  Group http://www.nexustechgroup.com/mailscan
 
 

 --
 -
 Sign up for virus-free and spam-free e-mail with Nexus
 Technology Group http://www.nexustechgroup.com/mailscan

 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]

 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
 type unsubscribe Declude.JunkMail.  The archives can be
 found at http://www.mail-archive.com.



---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-20 Thread Dan Geiser
Hey, John, et.al.,
I allocated some time to try again to set it up and test it, to take
advantage of your kind offer, and 'lo and behold this time it worked!  Doh.
Anyway for those who are interested here's my synopsis for using IMail to do
spam filtering on external domains, i.e. domains not hosted by IMail.

Here is the key KB article at Ipswitch...

IMail - How to use IMail as SMTP Gateway for another e-mail server
http://support.ipswitch.com/kb/IM-19980116-DM01.htm

I broke it down into the following steps:

-
1)  Add the IP Address of the IMail server on the Destination Server

2)  Add the IP Address of the Destination Server on the IMail Server

3)  Modify the HOSTS File

4)  Change the MX Record
-

If you read the KB article they actually describe the procedure in almost
exactly the reverse of how I ordered it but I think mine is much better for
avoiding any down time.  In further detail, this is what I had to do to get
everything working.

-
1)  Add the IP Address of the IMail server on the Destination Server

The Destination Server is the server that the MX record would normally be
pointing to if you weren't going to intercept the e-mail and scan for spam.

In my case I was using a Microsoft Exchange Server, so I got on the
Destination Server locally and ran Exchange System Manager.  I then
navigated to Servers - Server Name - Protocols - SMTP and selected the
item Default SMTP Virtual Server.  Right-click, choose Properties, select
the Access tab, click the Relay button.  Make sure the Only The List Below
radio button is selected and then click Add and then type in the IP address
of your IMail server.
-

-
2)  Add the IP Address of the Destination Server on the IMail Server

We are running IMail 6.06.  I ran IMail Administrator and navigated down one
level and selected the localhost branch.  I clicked on the SMTP Security
tab and verified the Relay mail for underneath Mail Relay Options was
selected.  I clicked on the Addresses button and clicked the Add button.
I then entered the IP address of the Destination Server and clicked OK.

Note: Once you are done you have to stop and start the SMTP server for the
change to put into play by the IMail Server.
-

-
3)  Modify the HOSTS file with Destination Server IP address and Domain Name

We are running IMail 6.06 on a Windows 2000 server.  I went to this
directory, C:\WINNT\system32\drivers\etc, and located the file called
hosts (no file extension).  I open the hosts file with notepad and added
a line with the format...

Destination Server IP Address tab Domain Name
-

-
4)  Change the MX Record

On the DNS hosting server the MX record which currently points to the IP
Address of the Destination Server to the IP Address of the IMail Server.
Once the DNS propogates Internet-wide you should be all set.
-

At this point I sent a test message from my Hotmail account to a user on the
test domain.  In very short order the message was received at the
Destination Server.  To verify that it actually routed through the IMail
server I viewed the whole message source and looked for the appropriate hops
and there they were.

Since Declude sees e-mail routed through IMail this way as outgoing mail, to
actually start filtering spam you have to use Declude's domain-specific
configuration by creating a directory called domain.com underneath your
declude directory and then creating a $default$.junkmail file in the
domain.com directory.

So that's how I got IMail to act as a gateway for domains on other servers.

Take Care,
Dan Geiser
[EMAIL PROTECTED]

- Original Message - 
From: John Tolmachoff (Lists) [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 4:37 PM
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers


If it is not urgent, contact me off list and I can help. May take me some
time to get back to you on it.

John Tolmachoff
Engineer/Consultant/Owner
eServices For You


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Declude.JunkMail-
 [EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Thursday, February 19, 2004 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
 servers

 Hello, All,
 I've never been able to get the Store and Forward capability of IMail to
 work so I could relay mail and scan external domains.  Is there anyone who
 has this setup who would be willing to lend me a hand?

 TIA,
 Dan Geiser
 [EMAIL PROTECTED]

  I know this works for Declude virus but will this work for filter spam
  too?  I would suspect that it does but I didn't see it in the
  documentation.
 
  Will gateway (store-and-forward) domains get scanned?
 
  Yes. However, IMail treats those domains as outgoing E-mail, since they
 are
  not stored locally. Therefore, the outgoing actions (from the
  \IMail\Declude\global.cfg file) will be used. If you want to use
 different
  actions for the gateway domains, you can set up per-domain settings for
 the
  

RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread Keith Johnson
Samantha,
We have had this type of setup in place for years, works great.
We filter tons of email for Exchange, Domino, and other SMTP Servers.
Let me know if I can give aid.

Keith 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bridges,
Samantha
Sent: Thursday, February 19, 2004 2:46 PM
To: [EMAIL PROTECTED]
Subject: [Declude.JunkMail] Acting as a gateway for domains on other
servers

Acting as a gateway for domains on other servers

I know this works for Declude virus but will this work for filter spam
too?  I would suspect that it does but I didn't see it in the
documentation.  

I host email for 11 of 21 school districts.  The remaining 11 host their
own email servers and I would like to filter their email through
Imail/Declude.  They want to host their own email servers... but would
like to take advantage of both the virus and spam filtering offered by
Imail/Declude.

Does anyone have this kind of configuration in place?  Any comments are
appreciated.

Samantha

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
unsubscribe Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread R. Scott Perry

I know this works for Declude virus but will this work for filter spam
too?  I would suspect that it does but I didn't see it in the
documentation.
Will gateway (store-and-forward) domains get scanned?

Yes. However, IMail treats those domains as outgoing E-mail, since they are 
not stored locally. Therefore, the outgoing actions (from the 
\IMail\Declude\global.cfg file) will be used. If you want to use different 
actions for the gateway domains, you can set up per-domain settings for the 
domain.

   -Scott
---
Declude JunkMail: The advanced anti-spam solution for IMail mailservers 
since 2000.
Declude Virus: Catches known viruses and is the leader in mailserver 
vulnerability detection.
Find out what you've been missing: Ask for a free 30-day evaluation.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]
---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread Bridges, Samantha
Does this solution filter both spam and viruses?  

What about the rules via Imail...they don't run do they???

I user a lot of rules to block email and with this solution they could
not take advantage of rules.ima, right?



-Original Message-
From: Keith Johnson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 19, 2004 2:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers


Samantha,
We have had this type of setup in place for years, works great.
We filter tons of email for Exchange, Domino, and other SMTP Servers.
Let me know if I can give aid.

Keith 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bridges,
Samantha
Sent: Thursday, February 19, 2004 2:46 PM
To: [EMAIL PROTECTED]
Subject: [Declude.JunkMail] Acting as a gateway for domains on other
servers

Acting as a gateway for domains on other servers

I know this works for Declude virus but will this work for filter spam
too?  I would suspect that it does but I didn't see it in the
documentation.  

I host email for 11 of 21 school districts.  The remaining 11 host their
own email servers and I would like to filter their email through
Imail/Declude.  They want to host their own email servers... but would
like to take advantage of both the virus and spam filtering offered by
Imail/Declude.

Does anyone have this kind of configuration in place?  Any comments are
appreciated.

Samantha

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
unsubscribe Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.


---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
unsubscribe Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.
---
[This E-mail scanned for viruses by Declude Virus]

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


Re: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread Dan Geiser
Hello, All,
I've never been able to get the Store and Forward capability of IMail to
work so I could relay mail and scan external domains.  Is there anyone who
has this setup who would be willing to lend me a hand?

TIA,
Dan Geiser
[EMAIL PROTECTED]

 I know this works for Declude virus but will this work for filter spam
 too?  I would suspect that it does but I didn't see it in the
 documentation.

 Will gateway (store-and-forward) domains get scanned?

 Yes. However, IMail treats those domains as outgoing E-mail, since they
are
 not stored locally. Therefore, the outgoing actions (from the
 \IMail\Declude\global.cfg file) will be used. If you want to use different
 actions for the gateway domains, you can set up per-domain settings for
the
 domain.

 -Scott
 ---
 Declude JunkMail: The advanced anti-spam solution for IMail mailservers
 since 2000.
 Declude Virus: Catches known viruses and is the leader in mailserver
 vulnerability detection.
 Find out what you've been missing: Ask for a free 30-day evaluation.

 ---
 [This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
 type unsubscribe Declude.JunkMail.  The archives can be found
 at http://www.mail-archive.com.
 ---
 Sign up for virus-free and spam-free e-mail with Nexus Technology Group
 http://www.nexustechgroup.com/mailscan



---
Sign up for virus-free and spam-free e-mail with Nexus Technology Group 
http://www.nexustechgroup.com/mailscan

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread John Tolmachoff \(Lists\)
Correct, they will not have access to Imail rules. However, as someone else
said, it works well. I do e-mail gateway service for 2 accounts, and I do
all the spam and virus scanning via Declude. I have no Imail rules in place.

John Tolmachoff
Engineer/Consultant/Owner
eServices For You


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Declude.JunkMail-
 [EMAIL PROTECTED] On Behalf Of Bridges, Samantha
 Sent: Thursday, February 19, 2004 12:23 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 Does this solution filter both spam and viruses?
 
 What about the rules via Imail...they don't run do they???
 
 I user a lot of rules to block email and with this solution they could
 not take advantage of rules.ima, right?
 
 
 
 -Original Message-
 From: Keith Johnson [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 19, 2004 2:59 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 
 Samantha,
   We have had this type of setup in place for years, works great.
 We filter tons of email for Exchange, Domino, and other SMTP Servers.
 Let me know if I can give aid.
 
 Keith
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Bridges,
 Samantha
 Sent: Thursday, February 19, 2004 2:46 PM
 To: [EMAIL PROTECTED]
 Subject: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 Acting as a gateway for domains on other servers
 
 I know this works for Declude virus but will this work for filter spam
 too?  I would suspect that it does but I didn't see it in the
 documentation.
 
 I host email for 11 of 21 school districts.  The remaining 11 host their
 own email servers and I would like to filter their email through
 Imail/Declude.  They want to host their own email servers... but would
 like to take advantage of both the virus and spam filtering offered by
 Imail/Declude.
 
 Does anyone have this kind of configuration in place?  Any comments are
 appreciated.
 
 Samantha
 
 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 
 
 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
 unsubscribe Declude.JunkMail.  The archives can be found at
 http://www.mail-archive.com.
 ---
 [This E-mail scanned for viruses by Declude Virus]
 
 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
 type unsubscribe Declude.JunkMail.  The archives can be found
 at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread Keith Johnson
Samantha,
I don't believe the rules.ima files would work due to there are
no actually mailboxes stored on your Imail server in a Gateway config,
thus it doesn't have any mailbox processing tied to it, i.e. rules
files, storage.  The beauty is, Declude setup in a per-domain config,
will allow spam and virus filtering against those domains, you can even
take it to the user level if necessary.  Thus, you can configure Declude
to tag spam, routeto another mailbox for spam lookups, etc.  May take
some work to transfer some of your rules.ima into Declude and let it do
the work.  

Keith 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bridges,
Samantha
Sent: Thursday, February 19, 2004 3:23 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers

Does this solution filter both spam and viruses?  

What about the rules via Imail...they don't run do they???

I user a lot of rules to block email and with this solution they could
not take advantage of rules.ima, right?



-Original Message-
From: Keith Johnson [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 19, 2004 2:59 PM
To: [EMAIL PROTECTED]
Subject: RE: [Declude.JunkMail] Acting as a gateway for domains on other
servers


Samantha,
We have had this type of setup in place for years, works great.
We filter tons of email for Exchange, Domino, and other SMTP Servers.
Let me know if I can give aid.

Keith 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bridges,
Samantha
Sent: Thursday, February 19, 2004 2:46 PM
To: [EMAIL PROTECTED]
Subject: [Declude.JunkMail] Acting as a gateway for domains on other
servers

Acting as a gateway for domains on other servers

I know this works for Declude virus but will this work for filter spam
too?  I would suspect that it does but I didn't see it in the
documentation.  

I host email for 11 of 21 school districts.  The remaining 11 host their
own email servers and I would like to filter their email through
Imail/Declude.  They want to host their own email servers... but would
like to take advantage of both the virus and spam filtering offered by
Imail/Declude.

Does anyone have this kind of configuration in place?  Any comments are
appreciated.

Samantha

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
unsubscribe Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.


---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type
unsubscribe Declude.JunkMail.  The archives can be found at
http://www.mail-archive.com.
---
[This E-mail scanned for viruses by Declude Virus]

---
[This E-mail was scanned for viruses by Declude Virus
(http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.


RE: [Declude.JunkMail] Acting as a gateway for domains on other servers

2004-02-19 Thread John Tolmachoff \(Lists\)
If it is not urgent, contact me off list and I can help. May take me some
time to get back to you on it.

John Tolmachoff
Engineer/Consultant/Owner
eServices For You


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Declude.JunkMail-
 [EMAIL PROTECTED] On Behalf Of Dan Geiser
 Sent: Thursday, February 19, 2004 12:42 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [Declude.JunkMail] Acting as a gateway for domains on other
 servers
 
 Hello, All,
 I've never been able to get the Store and Forward capability of IMail to
 work so I could relay mail and scan external domains.  Is there anyone who
 has this setup who would be willing to lend me a hand?
 
 TIA,
 Dan Geiser
 [EMAIL PROTECTED]
 
  I know this works for Declude virus but will this work for filter spam
  too?  I would suspect that it does but I didn't see it in the
  documentation.
 
  Will gateway (store-and-forward) domains get scanned?
 
  Yes. However, IMail treats those domains as outgoing E-mail, since they
 are
  not stored locally. Therefore, the outgoing actions (from the
  \IMail\Declude\global.cfg file) will be used. If you want to use
 different
  actions for the gateway domains, you can set up per-domain settings for
 the
  domain.
 
  -Scott
  ---
  Declude JunkMail: The advanced anti-spam solution for IMail mailservers
  since 2000.
  Declude Virus: Catches known viruses and is the leader in mailserver
  vulnerability detection.
  Find out what you've been missing: Ask for a free 30-day evaluation.
 
  ---
  [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
  ---
  This E-mail came from the Declude.JunkMail mailing list.  To
  unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
  type unsubscribe Declude.JunkMail.  The archives can be found
  at http://www.mail-archive.com.
  ---
  Sign up for virus-free and spam-free e-mail with Nexus Technology Group
  http://www.nexustechgroup.com/mailscan
 
 
 
 ---
 Sign up for virus-free and spam-free e-mail with Nexus Technology Group
 http://www.nexustechgroup.com/mailscan
 
 ---
 [This E-mail was scanned for viruses by Declude Virus
 (http://www.declude.com)]
 
 ---
 This E-mail came from the Declude.JunkMail mailing list.  To
 unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
 type unsubscribe Declude.JunkMail.  The archives can be found
 at http://www.mail-archive.com.

---
[This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)]

---
This E-mail came from the Declude.JunkMail mailing list.  To
unsubscribe, just send an E-mail to [EMAIL PROTECTED], and
type unsubscribe Declude.JunkMail.  The archives can be found
at http://www.mail-archive.com.