[toaster] Installing a RBL server

2009-06-19 Thread Júlio Manuel Olivares
I'm looking for a solution to improve my mail service. Even tough I use RBL to block spam sources, which leads to more than 90% of incoming connections being refused, the problem is that the 5 RBL servers take too long. As you can see in this graph: http://img15.imageshack.us/img15/6602/smtpadday.p

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
/home/vpopmail/bin/vchkpw /bin/true 2>&1 > > > I¹m still able to send mail to my domain without authentication. Any clue ? > > > > > On 6/12/09 11:37 AM, "Tonix (Antonio Nati)" wrote: > >> Júlio Manuel Olivares ha scritto: >>> >>&g

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
l-smtpd \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 I¹m still able to send mail to my domain without authentication. Any clue ? On 6/12/09 11:37 AM, "Tonix (Antonio Nati)" wrote: > Júlio Manuel Olivares ha scritto: >> >> Seems a good option, but how can

Re: [toaster] Incoming messages from dynamic Ips

2009-06-12 Thread Júlio Manuel Olivares
> Walter N. Gnann > ISLC, President > wgn...@islc.net > http://www.islc.net > 843.770.1000 > fax: 843.770.1002 > ------- >> >> - Original Message - >> >> From: Júlio Manuel Olivares <mailto

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" 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. > > Regards, > > R

[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 ma

Re: [toaster] Changing Passwords

2004-11-20 Thread Júlio Manuel Olivares
Are you using mysql ? If so you can do it with a php or perl script, otherwise you will need qmailadmin, or sqwebmail compiled with --enable-changepass. - Original Message - From: "David" <[EMAIL PROTECTED]> To: "Qmail Toaster" <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 7:28

Re: [toaster] mysql / 551 error

2004-11-20 Thread Júlio Manuel Olivares
No, it isn't, the problem happens only sometimes. - Original Message - From: "Eero Volotinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 20, 2004 6:21 PM Subject: Re: [toaster] mysql / 551 error > Júlio Manuel Olivares wrote: &g

[toaster] mysql / 551 error

2004-11-20 Thread Júlio Manuel Olivares
Hi, I have a problem with my toaster, sometimes messages are rejected with a 551 error: vmysql: sql error[1]: Can't create database 'vpopmail'. Database exists vmysql: sql error[3]: No Database Selected Sorry, no mailbox here by that name. vpopmail (#5.1.1) Looks like a mysql problem but I don't

[toaster] Diferent databytes by domain ?

2004-11-05 Thread Júlio Manuel Olivares
I was wondering if there's any way to implement diferent message size limits by domain on the same box, using the DATABYTES variable instead of /var/qmail/control/databytes. Any ideias ?

Re: [toaster] Problem Sending Local Bulk Emails

2004-06-08 Thread Júlio Manuel Olivares
I don't know if there are any limits about multiple addresses but if you are sending mail for local, use vpopbull instead. - Original Message - From: "Eric Noel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 09, 2004 2:13 AM Subject: [toaster] Problem Sending Local B

Re: [toaster] Reject message instead of bouncing it.

2004-05-30 Thread Júlio Manuel Olivares
I don't know C, so I'm currently working on a script to be used with qmail-qfilter wich verify if mailbox is full and rejects the message if so. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 24, 2004 6:05 AM Subject: [toaster] Reject message ins

Re: [toaster] Vpopmail MySQL - Qmailadmin Dead

2004-05-28 Thread Júlio Manuel Olivares
Compile qmailadmin again. - Original Message - From: "James Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 6:59 PM Subject: [toaster] Vpopmail MySQL - Qmailadmin Dead > Hi everyone - I just recently recompiled vpopmail on a live system to > work with My

Re: [toaster] Qmail Queue and Relay Clients

2004-05-06 Thread Júlio Manuel Olivares
Jason 'XenoPhage' Frisvold wrote: >How do I ensure that all of my mail is going through qmail-scanner? I >have this in my tcp.smtp file : > >127.:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl " > >But it looks like the RELAYCLIENT option is overriding the QMAILQUEUE >opti

Re: [toaster] qmail patches

2004-05-05 Thread Júlio Manuel Olivares
It would be very nice if the toaster could reject messages for over quota users instead of bouncing them. My experience told me that 99% of bouncing messages are due to over quota reasons and almost all will be returned to sender. This is the opinion of a guy running a free mail service with more t

[toaster] Mysql auth

2004-05-02 Thread Júlio Manuel Olivares
Hi, I upgrade my toaster in order to use mysql auth. Everythig is working fine for POP3 but not with Sqwebmail wich fails to autenticate all users created after migrating to mysql (vconvert). How to compile sqwebmail to use mysql auth ? I'v tried a lot of ways but always fail. Best regards.

[toaster] File locking issue

2004-04-30 Thread Júlio Manuel Olivares
I'm experiencing a problem for the last 2 weeks. Many users and also myself got "File busy try asgain later". The question is if I can do something or if I should move from cdb to mysql autentication ?