[toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
Hello, I run an email service based on the toaster. I use SORBS to block at SMTP level incoming mail from spam sources and now I want to narrow my protection by disallowing dynamic IPs to send mail, which is possible through a SORBS¹ zone. The problem is I want to keep allowing my users to send

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Satish Alwani
Check up on submission ports you need to run another smtp on another port (i think 587 or whatever you prefer) or even on another ip. Just dont do SORBS check on this one, while you do on your regular smtp connections. Júlio Manuel Olivares wrote, On 6/12/2009 2:21 PM: Hello, I run an

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Rick Macdougall
Júlio Manuel Olivares wrote: Hello, I run an email service based on the toaster. I use SORBS to block at SMTP level incoming mail from spam sources and now I want to narrow my protection by disallowing dynamic IPs to send mail, which is possible through a SORBS’ zone. The problem is I want

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Walt Gnann
Olivares To: toaster@shupp.org Sent: Friday, June 12, 2009 4:51 AM Subject: [toaster] Incoming messages from dynamic Ips Hello, I run an email service based on the toaster. I use SORBS to block at SMTP level incoming mail from spam sources and now I want to narrow my protection

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
Seems a good option, but how can I disallow non-auth connections ? On 6/12/09 5:27 AM, Rick Macdougall ri...@ummm-beer.com wrote: Run another instance on a different port (say 587 or 2500) and only allow authenticated users to use it. This is possible with the latest chkuser code.

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
843.770.1000 fax: 843.770.1002 --- - Original Message - From: Júlio Manuel Olivares mailto:oliva...@jmo.biz To: toaster@shupp.org Sent: Friday, June 12, 2009 4:51 AM Subject: [toaster] Incoming messages from dynamic Ips

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Tonix (Antonio Nati)
Júlio Manuel Olivares ha scritto: Seems a good option, but how can I disallow non-auth connections ? See CHKUSER_EXTRA_MUST_AUTH_VARIABLE. Ciao, Tonino On 6/12/09 5:27 AM, Rick Macdougall ri...@ummm-beer.com wrote: Run another instance on a different port (say 587 or 2500) and only

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
Thanks Tonino, I just read it and I can¹t get it to work. My chkuser is 2.0.9 and my run file is: file: run #!/bin/sh QMAILDUID=`id -u vpopmail` NOFILESGID=`id -g vpopmail` MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` export CHKUSER_MBXQUOTA=99 export QMAILQUEUE=/var/qmail/bin/qfilter

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Rick Macdougall
Júlio Manuel Olivares wrote: Ok, please disregard, I had to uncomment the option in chkuser_settings.h and recompile and it's working fine now. Thanks for helping. Awesome, glad you got it working. Regards, Rick