Re: Good SMTP and POP proxy for OpenBSD

2006-02-07 Thread Nils.Reuvers
And in addition to the stunnel lead:
http://www.sysdesign.ca/guides/secure_pop3.html

Nils

-Original Message-
From: Siju George [mailto:[EMAIL PROTECTED] 
Sent: dinsdag 7 februari 2006 14:20
To: Brandon Mercer
Cc: Joachim Schipper; misc
Subject: Good SMTP and POP proxy for OpenBSD

On 2/6/06, Brandon Mercer <[EMAIL PROTECTED]> wrote:
> >>
> There is p3scan_pf for pop3 proxying... It can be found at 
> www.undergroundsecurity.com.
> Brandon
>

Thankyou so much Joachim, Brandon, Bill, Nils and Stuart for your
responses.

I tried p3scan.
I configured everything clamav etc as said.
At the last step launching p3scan it gave me a core dump :-( Is it
because of the mmap, malloc changes in 3.8?

http://www.undergroundsecurity.com/p3scan/installation.html

describes the installation in 3.7

have you done it on 3.8??

Details


# pwd
/etc/p3scan
# ls -l
total 28
-rw-r--r--  1 root _clamav  10661 Feb  7 18:20 p3scan.conf
-rw-rw  1 _clamav  _clamav758 Feb  7 18:07 p3scan.mail
# p3scan
# chown: mail: invalid group name

# ls -l
total 1276
-rw-r--r--  1 root _clamav   10661 Feb  7 18:20 p3scan.conf
-rw---  1 root wheel614972 Feb  7 18:46 p3scan.core
-rw-rw  1 _clamav  _clamav 758 Feb  7 18:07 p3scan.mail
#
---

Core Dump file attached.

Thankyou so much :-)

Kind Regards

Siju

[demime 1.01d removed an attachment of type application/octet-stream
which had a name of p3scan.core]



=
A disclaimer applies to this email and any attachments. 
Refer to http://www.sparkholland.com/emaildisclaimer for the full text of this 
disclaimer.



Good SMTP and POP proxy for OpenBSD

2006-02-07 Thread Siju George
On 2/6/06, Brandon Mercer <[EMAIL PROTECTED]> wrote:
> >>
> There is p3scan_pf for pop3 proxying... It can be found at
> www.undergroundsecurity.com.
> Brandon
>

Thankyou so much Joachim, Brandon, Bill, Nils and Stuart for your responses.

I tried p3scan.
I configured everything clamav etc as said.
At the last step launching p3scan it gave me a core dump :-(
Is it because of the mmap, malloc changes in 3.8?

http://www.undergroundsecurity.com/p3scan/installation.html

describes the installation in 3.7

have you done it on 3.8??

Details


# pwd
/etc/p3scan
# ls -l
total 28
-rw-r--r--  1 root _clamav  10661 Feb  7 18:20 p3scan.conf
-rw-rw  1 _clamav  _clamav758 Feb  7 18:07 p3scan.mail
# p3scan
# chown: mail: invalid group name

# ls -l
total 1276
-rw-r--r--  1 root _clamav   10661 Feb  7 18:20 p3scan.conf
-rw---  1 root wheel614972 Feb  7 18:46 p3scan.core
-rw-rw  1 _clamav  _clamav 758 Feb  7 18:07 p3scan.mail
#
---

Core Dump file attached.

Thankyou so much :-)

Kind Regards

Siju

[demime 1.01d removed an attachment of type application/octet-stream which had 
a name of p3scan.core]



Re: Good SMTP and POP proxy for OpenBSD

2006-02-06 Thread Stuart Henderson
On 2006/02/06 14:41, [EMAIL PROTECTED] wrote:
> Smtp proxy?
> You mean an emailserver.

Siju, if you want to do this, look at 'mailertable' in Sendmail or the
equivalent in other MTAs.



Re: Good SMTP and POP proxy for OpenBSD

2006-02-06 Thread Bill
On Mon, 6 Feb 2006 12:34:26 +0530
Siju George <[EMAIL PROTECTED]> spake:

> Hi all,
> 
> Till now I have been Simply NATing SMTP and POP connections form the
> LAN through the OpenBSD 3.8 Firewall.
> 
> I would like to have some finer control of mails comming in and going
> out and would like to install a SMTP Proxy and also a POP proxy on my
> OpenBSD Firewall.
> 
> Messagewall doesnot seem to be in ports.
> 
> Could some one recommend a good Software for me in these two
> categories available for OpenBSD?
> 
> Thankyou so much :-)
> 
> Kind Regards
> 
> Siju
> 

Siju,

We've implemented, on a few small scale installations, Postfix on the
firewall which simply does a few Spam checks and passes it on to the
real mail server.  Never had any problems, and makes me feel better
since I can't fully trust my internal mail server.

Happy days,

Bill



Re: Good SMTP and POP proxy for OpenBSD

2006-02-06 Thread Nils.Reuvers
Smtp proxy?

You mean an emailserver.

I have postfix running as my primary mailserver. It delivers mail to my
backend Exchange server and relays e-mail voor the same exchange server.
So, in a way, it's proxy-ing the e-mail.
With postfix, you have almost unlimited control over the complete mail
process.

I thought stunnel could also proxy encrypted pop3 traffic.

Nils

-Original Message-
From: Brandon Mercer [mailto:[EMAIL PROTECTED] 
Sent: maandag 6 februari 2006 14:19
To: Joachim Schipper
Cc: misc
Subject: Re: Good SMTP and POP proxy for OpenBSD

Joachim Schipper wrote:

>On Mon, Feb 06, 2006 at 12:34:26PM +0530, Siju George wrote:
>  
>
>>Hi all,
>>
>>Till now I have been Simply NATing SMTP and POP connections form the 
>>LAN through the OpenBSD 3.8 Firewall.
>>
>>I would like to have some finer control of mails comming in and going 
>>out and would like to install a SMTP Proxy and also a POP proxy on my 
>>OpenBSD Firewall.
>>
>>Messagewall doesnot seem to be in ports.
>>
>>Could some one recommend a good Software for me in these two 
>>categories available for OpenBSD?
>>
There is p3scan_pf for pop3 proxying... It can be found at
www.undergroundsecurity.com.
Brandon



=
A disclaimer applies to this email and any attachments. 
Refer to http://www.sparkholland.com/emaildisclaimer for the full text of this 
disclaimer.



Re: Good SMTP and POP proxy for OpenBSD

2006-02-06 Thread Brandon Mercer

Joachim Schipper wrote:


On Mon, Feb 06, 2006 at 12:34:26PM +0530, Siju George wrote:
 


Hi all,

Till now I have been Simply NATing SMTP and POP connections form the
LAN through the OpenBSD 3.8 Firewall.

I would like to have some finer control of mails comming in and going
out and would like to install a SMTP Proxy and also a POP proxy on my
OpenBSD Firewall.

Messagewall doesnot seem to be in ports.

Could some one recommend a good Software for me in these two
categories available for OpenBSD?

There is p3scan_pf for pop3 proxying... It can be found at 
www.undergroundsecurity.com.

Brandon



Re: Good SMTP and POP proxy for OpenBSD

2006-02-06 Thread Joachim Schipper
On Mon, Feb 06, 2006 at 12:34:26PM +0530, Siju George wrote:
> Hi all,
> 
> Till now I have been Simply NATing SMTP and POP connections form the
> LAN through the OpenBSD 3.8 Firewall.
> 
> I would like to have some finer control of mails comming in and going
> out and would like to install a SMTP Proxy and also a POP proxy on my
> OpenBSD Firewall.
> 
> Messagewall doesnot seem to be in ports.
> 
> Could some one recommend a good Software for me in these two
> categories available for OpenBSD?

Is there any good reason why a decent mailer daemon will not work?
Almost all offer some sort of content filter, to which you can add your
own hooks.

As to the second part, I don't know. If you can control
incoming/outgoing mail (via SMTP), I do not see the point of checking
POP as well, either.

Joachim



Good SMTP and POP proxy for OpenBSD

2006-02-05 Thread Siju George
Hi all,

Till now I have been Simply NATing SMTP and POP connections form the
LAN through the OpenBSD 3.8 Firewall.

I would like to have some finer control of mails comming in and going
out and would like to install a SMTP Proxy and also a POP proxy on my
OpenBSD Firewall.

Messagewall doesnot seem to be in ports.

Could some one recommend a good Software for me in these two
categories available for OpenBSD?

Thankyou so much :-)

Kind Regards

Siju