Thanks much for your reply. I'm going to work on setting up a new
system with SMTP auth, rather than try to upgrade the our live server.
Hopefully the few that were depending on it can get by that long.
Thanks again,
Joe
Quoting Matt Brookings :
-BEGIN PGP SIGNED MESSAGE-
Ha
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 09/03/2010 03:32 PM, Joe @ 3ZZZ wrote:
> I don't see any errors, but the relay table never gets updated despite
> successful pop logins. Am I missing something? Could it be because I
> first configured Dovecot incorrectly (without the CFLAGS=") an
nyway, I've got everything working except Pop-before-SMTP. I
haven't been able to get the system updating the Vpopmail relay table
with the new ip addresses as had been happening on our Courier /
Qmail-pop3d server. As far as I can tell from the docs, it should
work with the configuration
We have just migrated to a new email server and are seeing a couple of
issues. The first of which seems to be affecting people that still use
POP before SMTP. We are "fixing" the issue for them as they call by
moving them to SMTP-AUTH, which is preferred anyway, but I'd li
I've got a much older mail system running vpopmail/qmail that was created some time ago. We have been encouraging new settings on users for some time, including using their full e-mail address instead of just the username to authenticate, as well as enabling smtp authentication.As with any
WRONGRCPT_LIMIT_VARIABLE,
-> > * makes chkuser rejecting everything else
-> > */
-> >-#define CHKUSER_RCPT_LIMIT_VARIABLE "CHKUSER_RCPTLIMIT"
-> >+#define CHKUSER_RCPT_LIMIT_VARIABLE 25
-> >
-> > /*
-> > * Uncomment to define a variable which contains the max un
2005 at 04:21:24PM -0700, Igor Grinchenko wrote:
-> Hello everyone,
->
-> I have a pop-before-smtp server running vpopmail 5.4.5. That server
only serves clients that supply a valid login/password pair.
-> Some clients, however, started abusing this system by sending tons of
spam which g
SER_RCPTLIMIT"
+#define CHKUSER_RCPT_LIMIT_VARIABLE 25
/*
* Uncomment to define a variable which contains the max unknown recipients
number
--
Igor
On Thu, Jun 30, 2005 at 04:21:24PM -0700, Igor Grinchenko wrote:
-> Hello everyone,
->
-> I have a pop-before-smtp server running vpo
Hello everyone,
I have a pop-before-smtp server running vpopmail 5.4.5. That server only serves
clients that supply a valid login/password pair.
Some clients, however, started abusing this system by sending tons of spam
which gets us blacklisted in various RBL DBs.
what I'm trying to do i
ces: <[EMAIL PROTECTED]>
That being said:
On Friday 15 October 2004 07:13 am, Kent Ritchie wrote:
> I have a qmail/vpopmail setup using pop-before-smtp, and the roaming is
> working fine for 99.9% of the users, but a very few are having problems
> with it. The normal forced send / reci
I have a qmail/vpopmail setup using pop-before-smtp, and the roaming is
working fine for 99.9% of the users, but a very few are having problems
with it. The normal forced send / recieve does not update thier IP's in
the relay table, nor does deleting and recreating the accounts. I am
a
still debugging a few users here.
vpopmail/vchkpw with mysql install (Matt Simerson's qmail toaster, aged
about 9 months) that has had vmysql manually patched for pop before
smtp removal of RBL checks, and has had tcpserver patched(old error,
subsequenty fixed in newer patches toaster rel
I am thinking this is client based, but at a loss;
Have a server (qmail, vchkpw, sqwebmail, mysql...), has about 2500 email
accounts on it, roaming users enabled using POP before SMTP auth.
Tweaked the vmysql.c(vupdate_rules) and rebuilt vpopmail to add a skip
to RBL checks for all authed users
Hello Jeff,
On Monday, April 12, 2004 at 4:48:28 PM you wrote (at least in part):
>>2. pop before smtp?
> - creates problems with qmail-scanner. Servers authorized to relay skip
> qmail-scanner virus checks.
*err* _Clients_ authorized to relay skip qmail-scanner _SpamAssassin_
On Monday 12 April 2004 09:48 am, Jeff Koch wrote:
> >Can anybody point it out to me the pros and cons of:
> >2. pop before smtp?
> - creates problems with qmail-scanner. Servers authorized to relay skip
> qmail-scanner virus checks.
only if you're using vpopmail'
Thanks,
Chris Miller
Compuville
www.compuville.net
-Original Message-
From: Jeff Koch [mailto:[EMAIL PROTECTED]
Sent: Monday, April 12, 2004 10:48 AM
To: [EMAIL PROTECTED]
Subject: Re: [vchkpw] pros and cons of smtp auth and pop before smtp
I'll take a crack at it.
At 07:28 AM
egant approach
- can allow the smtp and pop servers to be on different machines if you use
mysql-auth
2. pop before smtp?
- creates problems with qmail-scanner. Servers authorized to relay skip
qmail-scanner virus checks.
- simpler and easier to setup.
Thanks.
- --
Fajar Priyanto | Reg'd
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all,
Can anybody point it out to me the pros and cons of:
1. smtp auth
2. pop before smtp?
Thanks.
- --
Fajar Priyanto | Reg'd Linux User #327841 | http://linux.arinet.org
18:27:38 up 9:50, Mandrake Linux release 9.2 (FiveStar) for i586
p
* Jeff Koch <[EMAIL PROTECTED]> [2004-03-23 04:47]:
> Is there anyway to control the format of the record that gets added to
> /home/vpopmail/etc/open-smtp ? The record currently looks like:
> 216.250.211.80:allow,RELAYCLIENT="",RBLSMTPD="" 1080009393
Yes, open vpopmail.c in your favourite edit
Is there anyway to control the format of the record that gets added to
/home/vpopmail/etc/open-smtp ? The record currently looks like:
216.250.211.80:allow,RELAYCLIENT="",RBLSMTPD="" 1080009393
We would like it to be:
216.250.211.80:allow,RELAYCLIENT="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-
QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" in
> your smtpd run file, then qmail-scanner will run for all SMTP connections.
> However if RELAYCLIENT is set, then qmail-scanner wont try to run the
> spamassassin subroutines. The antivirus will still run though.
>
> Al
ner wont try to run the
spamassassin subroutines. The antivirus will still run though.
Alternatively, if you have coded the QMAILQUEUE commands into your tcp.smtp
(rather than the smtpd run script), then qmailscanner will not be run at all
for pop-before-smtp users. The only fix for this would be to modify the
vpopmail source and change the lines where the open-smtp file is generated
and make it include the QMAILQUEUE command also.
Michael.
On Thu, 2004-01-29 at 12:21, J. Kendzorra wrote:
> Jeff Koch:
> > Then, it seems, for the period of time these entries stay in the
> > database email that comes from these IP addresses bypasses the
> > qmail-scanner virus filter.
> >
> > Is there a way to correct this problem? It is letting viruses
Jeff Koch:
> Then, it seems, for the period of time these entries stay in the
> database email that comes from these IP addresses bypasses the
> qmail-scanner virus filter.
>
> Is there a way to correct this problem? It is letting viruses through
> our mailserver.
Try putting
QMAILQUEUE="/var/qmai
On Thu, 2004-01-29 at 11:09, Jeff Koch wrote:
> Hi Jason:
>
> We are having a problem using qmail-scanner with vpopmail. It appears that
> when vpopmail is configured for roaming users (i.e. pop before smptd) the
> IP addresses of users that pop in get listed in tcp.smtp.cbd and are then
> bypa
Hi Jason:
We are having a problem using qmail-scanner with vpopmail. It appears that
when vpopmail is configured for roaming users (i.e. pop before smptd) the
IP addresses of users that pop in get listed in tcp.smtp.cbd and are then
bypassed by the qmail-scanner.
A look at the 'open-smtp' file
." Albert Einstein
-Mensaje original-
De: tonix (Antonio Nati) [mailto:[EMAIL PROTECTED]
Enviado el: Jueves, 04 de Septiembre de 2003 11:13 a.m.
Para: Riccardo Gori; [EMAIL PROTECTED]
Asunto: Re: [vchkpw] disable pop before smtp feature in vpopmail
If I'm not in confusion, y
to disable the pop before smtp feature in my vpopmail
installation. Is there any way to do it without recompiling the software?
I am running vpopmail 5.0.1
--
Ing. Riccardo Gori
e-mail: [EMAIL PROTECTED]
Cell. +39 339 8925947
Net-IT s.r.l.
Tel. +39 (0)547 332212
via Fano, 66 - 47023 Cesena FC -
Thank you really.
Well, I'll recompile it as soon as I have some time available...
thank you
Peter Palmreuther wrote:
Hello Riccardo,
On Thursday, September 4, 2003 at 3:10:29 PM you wrote (at least in
part):
I am trying to disable the pop before smtp feature in my vpopmail
install
Hello Riccardo,
On Thursday, September 4, 2003 at 3:10:29 PM you wrote (at least in
part):
> I am trying to disable the pop before smtp feature in my vpopmail
> installation. Is there any way to do it without recompiling the software?
In general: NO.
In this special case: you can
Hi all,
I am trying to disable the pop before smtp feature in my vpopmail
installation. Is there any way to do it without recompiling the software?
I am running vpopmail 5.0.1
--
Ing. Riccardo Gori
e-mail: [EMAIL PROTECTED]
Cell. +39 339 8925947
Net-IT s.r.l.
Tel. +39 (0)547 332212
via Fano
Matthew Walker wrote:
Spork said:
On Wed, 4 Jun 2003, Matthew Walker wrote:
POP-Before-IMAP is possible, but for some reason Courier has disabled the
feature for unexplained security reasons. I don't have the information
handy, but I'm sure someone else on the list can provide the file an
> POP-Before-IMAP is possible, but for some reason Courier has disabled the
> feature for unexplained security reasons. I don't have the information
> handy, but I'm sure someone else on the list can provide the file and
> line you have to edit to get it to work.
Yes, and it works just fine if you
Spork said:
> On Wed, 4 Jun 2003, Matthew Walker wrote:
>
>> POP-Before-IMAP is possible, but for some reason Courier has disabled the
>> feature for unexplained security reasons. I don't have the information
>> handy, but I'm sure someone else on the list can provide the file and line
>> you have
h or without mysql
> > -- I dont care, cdb is fine) that describes how to implement POP/IMAP
> > before SMTP with vpopmail?
> >
> > I'm not even sure if IMAP before SMTP is possible, but if so, it would
> > be good (i'd be using Courier-IMAP).
> >
> >
> I'm not even sure if IMAP before SMTP is possible, but if so, it would
> be good (i'd be using Courier-IMAP).
>
> I had a toaster set up a while ago which required POP-before-SMTP, but
> I recompiled Qmail to use mysql and since then I have had open relay
> issues,
led it yet.
-Jeff
> -Original Message-
> From: Ben Ullian [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 10:05 PM
> To: [EMAIL PROTECTED]
> Subject: [vchkpw] Toasters with POP-Before-SMTP
>
>
> does anyone know of a qmail toaster setup guide (with or with
a toaster set up a while ago which required POP-before-SMTP, but
I recompiled Qmail to use mysql and since then I have had open relay
issues, yet i can't seem to find the original guide i used. I'd be
willing to ditch mysql entirely and do the first installation again, as
long as
> I have courier-imap working OK with vpopmail, no problems doing that
> beyond the usual bugs in the courier-imap build process.
>
> But I don't see any straightforward way to make it do pop-before-smtp.
> Courier uses its own authorization scheme. It calls the vpopmai
I have courier-imap working OK with vpopmail, no problems doing that
beyond the usual bugs in the courier-imap build process.
But I don't see any straightforward way to make it do pop-before-smtp.
Courier uses its own authorization scheme. It calls the vpopmail lookup
code, but doesn'
other than their own (217.127.146.11). After I was told that, I verified it
by dialing into one of their dialups and doing a port scan of our server...
25 was the only open port that didn't show up in the scan. The good news is
that POP before SMTP works beautifully for everyone else except
Hi Andrew,
please always respond to the list, not personally to me. Maybe someone
can bring some light into your situation after reading it, so I'm
completely quoting it:
> Thank you for getting back so quickly. It appears that I was wrong, and
> roaming users is working well. The problem is th
Hi Andrew,
> Hello, I have a qmail + vpopmail setup with --enable-roaming-users=y. Users
> are able to authenticate and receive mail, and their IP is added to
> open-smtp.
Is tcp.smtp.cdb regenerated successfully? Use cdbdump from Dan's "cdb"
package to find out:
http://cr.yp.to/cdb/cdbmake.htm
Hello, I have a qmail + vpopmail setup with --enable-roaming-users=y. Users
are able to authenticate and receive mail, and their IP is added to
open-smtp. The problem is that it will authenticate a person and then allow
them SMTP access iff they are on 65.243.94.* (our class c, the server's
addre
- Original Message -
From: "Jesse Guardiani" <[EMAIL PROTECTED]>
To: "vpopmail" <[EMAIL PROTECTED]>
Sent: Saturday, March 08, 2003 11:33 AM
Subject: [vchkpw] POP before SMTP vs rcpthosts
> Howdy list,
>
> I'm confused about something. Why d
Howdy list,
I'm confused about something. Why do we need POP before SMTP? Don't the rcpthosts and
morercpthosts files offer the same
functionality?
Thanks!
--
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v
Hi Jaime,
> First, i installed "pop before smtp" because finally "smtp auth" don't work
> for me!!
That's your first question..? :)
> Second, the file "tcp.smtp" be first transformed in tcp.smtp.cdb, the initial
> configuration it's re
Hi All..
I have question about the file tcp.smtp.cdb!!!
First, i installed "pop before smtp" because finally "smtp auth" don't work
for me!!
Second, the file "tcp.smtp" be first transformed in tcp.smtp.cdb, the initial
configuration it's respected b
the sintax is different and dont exit tcprules etc.
On Sat, 2003-03-01 at 15:35, Sergio G.Reus wrote:
> A 01 Mar 2003 14:02:54 + Sérgio Monteiro Basto <[EMAIL PROTECTED]> escribió:
>
> > Does any body knows a patch to make ,
> > pop before smtp
> > works wit
Does any body knows a patch to make ,
pop before smtp
works with xinet.d with vpopmail stable.
and instead put lines in /etc/tcp.smtp
put lines in /etc/hosts.allow
I see the code and doesn't seem difficult to do it, my problem is test
it, because I just have one system that is in production
igned long qp;
char *qqx;
+ char *popbeforebuf[128];
if (!seenmail) { err_wantmail(); return; }
if (!rcptto.len) { err_wantrcpt(); return; }
@@ -433,6 +436,12 @@
out("354 go ahead\r\n");
received(&qqt,"SMTP",local,remoteip,remotehost,remoteinfo,fakehelo);
Hi Peter,
On Mon, 6 Jan 2003 18:51:29 +0100
Peter Palmreuther <[EMAIL PROTECTED]> wrote:
>> Is there any way to get vpopmail to stamp the E-Mail address of the
>> person who popped into the server on any outgoing messages?
>
> Not yet. But an idea would be to modify vpopmail to not only put the
Hi Daniel,
On Mon, 6 Jan 2003 12:22:54 -0500
"Daniel Corbe" <[EMAIL PROTECTED]> wrote:
> Is there any way to get vpopmail to stamp the E-Mail address of the
> person who popped into the server on any outgoing messages?
Not yet. But an idea would be to modify vpopmail to not only put the
IP-addre
Is there any way to get vpopmail to stamp the E-Mail address of the person
who popped into the server on any outgoing messages?
> -Original Message-
> From: Toph Kemmann [mailto:[EMAIL PROTECTED]]
>
> SMTP-Startscript:
>
> #!/bin/sh
> QMAILDUID=`id -u qmaild`
> NOFILESGID=`id -g qmaild`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> exec /usr/local/bin/softlimit -m 200 \
> /usr/local/bin/tcpserver -v
Hi,
how do I have to start SMTP and pop to check the mysql-table RELAY
for auth IP-addresses (pop before smtp) ?? When I receive mail, the IP
address gets into RELAY-MySQL-Table including timestamp but SMTP
doesn't care.
"replace into relay ( ip_addr, timestamp ) values (
Hi All,
I have installed vpopmail, but i need feature of POP before SMTP support i have
configured vpopmail with
./configure --enable-roaming-users=y
option but still POP before SMTP is not working. what to do , is there specific POP3
server is required to work with POP before SMTP
HI,
> tuatara:~# telnet localhost 110
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> +OK <[EMAIL PROTECTED]>
> user [EMAIL PROTECTED]
> +OK
> pass test
> tcprules: fatal: unable to create /etc/tcp.smtp.tmp.11676: access
> denied +OK
> quit
> +OK
> Connection closed b
Hi all,
I am getting this weird problem (see below) now which I assume is caused by
"pop before smtp" auth. It only happens occasionaly eg: the test below I
tried about 12 times and it only happened once. Where the problem lies is
that some email clients are freaking out when they se
Peter Palmreuther <[EMAIL PROTECTED]> wrote:
> Have you tried using the '/var/qmail/control/databytes' file???
> It should contain "1024" as value and effect the same as the Env-Var
> 'DATABYTES'
I'm using env DATABYTES because I need outgoing quota based on the
user's ip address. I can't us
Hello Eduardo,
On Thursday, June 07, 2001 at 3:18:37 PM you wrote:
EAA> Hi there,
EAA> I'm using POP-before-SMTP function in vpopmail.
EAA> Everything was working fine if to relay successfully authenticated users
EAA> since I started trying to set the environment variable DA
Hi there,
I'm using POP-before-SMTP function in vpopmail.
Everything was working fine if to relay successfully authenticated users
since I started trying to set the environment variable DATABYTES on my
tcp.smtp.cdb file, but POP-before-SMTP don't set it on the new
roaming user.
Like:
Hello people,
I have followed the howto at:
http://matt.simerson.net/computing/qmail.toaster1.3.shtml
exactally, with the exception that I have installed newer
versions of some of the software where applicable.
Everything is working fine other than pop before smtp.
If I remotley try to send
age -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Kris von Mach" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 11:46 AM
Subject: Re: Is there a way to make imap before smtp just like pop before
smtp?
> Kris von Mach wrot
age -
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "Kris von Mach" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, February 26, 2001 11:46 AM
Subject: Re: Is there a way to make imap before smtp just like pop before
smtp?
> Kris von Mach wrot
Kris von Mach wrote:
>
> Hi,
>
> I was wondering if there is a patch or something to allow imap before smtp
> authentication for roaming access, just like the pop before smtp.
>
> Currently I am using qmail, vpopmail, courier-imap.
>
> Thanks!
>
> __
> Kr
Hi,
I was wondering if there is a patch or something to allow imap before smtp
authentication for roaming access, just like the pop before smtp.
Currently I am using qmail, vpopmail, courier-imap.
Thanks!
__
Kris Mach.
67 matches
Mail list logo