Re: [vchkpw] Qmailadmin -- on a Remote Machine

2013-02-19 Thread Rick Romero
Using an NFS mount works just fine, but is really only practical if you're going to have the same machine handle email as well - not just web. Assuming, like Thibault said, you want to open up your entire userbase to a web vulnerability. If qmailadmin were re-written to use vpopmaild, I

Re: [vchkpw] Dovecot-lda for vpopmail

2012-09-24 Thread Rick Romero
Quoting Alessio Cecchi : Il 24/09/2012 17:45, Rick Romero ha scritto: Quoting Alessio Cecchi : Il 24/09/2012 16:57, Rick Romero ha scritto: Quoting Alessio Cecchi : Il 24/09/2012 15:34, Rick Romero ha scritto: Heres a patch for 5.4.17 - I've been running this for a whil

Re: [vchkpw] Dovecot-lda for vpopmail

2012-09-24 Thread Rick Romero
Quoting Alessio Cecchi : Il 24/09/2012 16:57, Rick Romero ha scritto: Quoting Alessio Cecchi : Il 24/09/2012 15:34, Rick Romero ha scritto: Heres a patch for 5.4.17 - I've been running this for a while now. Basically, run the deliver command after the tempfile is created (to v

Re: [vchkpw] [SPAM] Re: [vchkpw] [SPAM] Dovecot-lda for vpopmail

2012-09-24 Thread Rick Romero
Quoting Alessio Cecchi : Il 24/09/2012 15:34, Rick Romero ha scritto: Heres a patch for 5.4.17 - I've been running this for a while now. Basically, run the deliver command after the tempfile is created (to verify delivery and quota) then unlink the tempfile and return. I tried to

[vchkpw] [SPAM] Re: [vchkpw] [SPAM] Dovecot-lda for vpopmail

2012-09-24 Thread Rick Romero
Heres a patch for 5.4.17 - I've been running this for a while now. Basically, run the deliver command after the tempfile is created (to verify delivery and quota) then unlink the tempfile and return. I tried to make it all fancy with build options, then figured I was the only one who would

Re: [vchkpw] [SPAM] anti-OSX [was: qmail+vpopmail upgrade questions]

2012-08-03 Thread Rick Romero
I don't disagree with any of your points :) I use FreeBSD, I don't know why anyone would run Linux for any real server load - I'M JUST KIDDING! :)) Have you taken a look at Matt Simerson's toaster script? It's targeted at FreeBSD, but I'm fairly confident the instructions are OSX friendl

[vchkpw] Re: Help - custom vpopmail

2010-11-17 Thread Rick Romero
Quoting Rick Romero : Quoting Timo Sirainen : >>> On Tue, 2010-11-16 at 10:30 -0600, Rick Romero wrote: >>  > >>  >>   So I modified my vpopmail install to write an additional field >> into the >>  >> lastauth table.  My custom v

Re: [vchkpw] add AuthType to lastauth table

2010-11-09 Thread Rick Romero
Quoting Matt Brookings : -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 11/09/2010 01:45 PM, Rick Romero wrote: >> I'm interested in knowing not only what IP the user last auth'd, but >> also how they connected.  That gives me more info righ

[vchkpw] add AuthType to lastauth table

2010-11-09 Thread Rick Romero
I'm interested in knowing not only what IP the user last auth'd, but also how they connected.  That gives me more info right from the tables on how a particular is using the system, and how the system is utilized overall. I attached a patch and honestly I haven't even tested yet - just thought I

Re: [vchkpw] Re: chkuser - rejects legit mail, when followed by bad e-mail

2010-10-08 Thread Rick Romero
Quoting "Matt Brookings" : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/08/2010 11:05 AM, Eric Shubert wrote: U. George wrote: It is not clear to me if the same message is sent to multiple users, or multiple messages to multiple users using the same smtp session. I don't recall ever

Re: [vchkpw] Courier IMAP or other IMAP serves...

2010-06-21 Thread Rick Romero
I think Dovecot (www.dovecot.org) is the more popular POP/IMAP server these days. Rick Quoting "Den Arion" : Hi to everyone...I just came back to work with linux server. In the past, many years I worked with linux and I installed vpopmail and courier-imap. The last week I downloaded

Re: [vchkpw] Re: dovecot LDA with vpopmail

2009-08-14 Thread Rick Romero
I modified vdelivermail.c and added an IFDEF. The below needs help - it works on FreeBSD, but is not dyanmic. There needs to be ifdefs around specific variable declarations, a location variable for the deliver and env binaries, and configure support for both the defines and the binary loc

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-04-03 Thread Rick Romero
On Thu, 2009-04-02 at 06:01 -0700, Tom Collins wrote: > On Mar 30, 2009, at 7:32 PM, Rick Romero wrote: > > What I'm trying to work around with this method is to handle > > user-specific .qmail directives. Dovecot doesn't do that, and that is > > why I can'

RE: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-31 Thread Rick Romero
sue). Maildrop can be > setup to handle any circumstance you have to deal with and just defer > delivery until the problem is resolved without causing mail loss. > > Hope that helps, > > Tren > > > -Original Message- > > From: Rick Romero [mailto:r...@havokmon.com] >

RE: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-30 Thread Rick Romero
erfectly. > > I'm not sure if this method would be worth doing in the case of dovecot, but > it helped me get around some of the same issues with dSPAM, and ensure that > mail was never lost. > > Regards, > > Tren > > > -Original Message- > &g

Re: [vchkpw] vdelivermail stdout to Dovecot deliver

2009-03-30 Thread Rick Romero
f I write to fd0 (STDOUT), and then exec() a process, will that child process see the data I put in fd0 from the parent? Maybe I'll just try that as well. Rick Quoting "Rick Romero" : On Wed, 2009-03-11 at 14:19 -0500, Rick Romero wrote: I think it'll work just dandy if

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-11 Thread Rick Romero
On Wed, 2009-03-11 at 14:19 -0500, Rick Romero wrote: > I think it'll work just dandy if vdelivermail set's the HOME variable > and writes the email to stdout. > > I attached a patch, but I think testing this is going to be a pita > unless someone has some sort of sh

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-11 Thread Rick Romero
On Wed, 2009-03-11 at 13:04 -0500, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Romero wrote: > > According to the Wiki, it's supposed to be implemented as such: > > http://wiki.dovecot.org/LDA/Qmail > > > > Add th

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-11 Thread Rick Romero
On Wed, 2009-03-11 at 14:19 -0500, Rick Romero wrote: > > Oh - and I'm not sure what the best way is to 'chomp' /Maildir off the > maildir variable.. I'm just a hacker. scratch that, looks like vpw->pw_dir can probably be used instead of maildir... sti

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-11 Thread Rick Romero
On Wed, 2009-03-11 at 11:27 -0500, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Widmer wrote: > > > > > > Rick Romero wrote: > >> > >> I was considering changing vdelivermail to have a stdout option, where &g

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 13:17 -0500, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Romero wrote: > > I was considering changing vdelivermail to have a stdout option, where > > you could pipe from vdelivermail to Dovecot's deliver for

Re: [vchkpw] vpopmail now has vusage daemon support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 12:32 -0500, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Tonix (Antonio Nati) wrote: > >> Actually IMAP o POP daemons which extract from, subject, date and size > >> size must open every message to get those informations. > > While I understan

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Romero
On Tue, 2009-03-10 at 10:34 -0500, Matt Brookings wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Rick Romero wrote: > > I may be a little out of date, but since I assume altering quota support > > would mean altering vdelivermail as well - can we '

Re: [vchkpw] Courier support

2009-03-10 Thread Rick Romero
I may be a little out of date, but since I assume altering quota support would mean altering vdelivermail as well - can we 'add dovecot support' into vdelivermail? I have slow large POP mailboxes - due to Dovecot's indexes/uid gathering. I can't replace vdelivermail with dovecot's deliver to fix

Re: [vchkpw] Opinions needed

2009-01-21 Thread Rick Romero
x2gywPskZk5S//QBAud2VjrACfTynz 7ASJaP8uqjghUBvwbWi/SxQ= =iOoj -END PGP SIGNATURE- -- Rick Romero Need IT assistance? VF IT Services / VFEmail.net www.vfit.biz / www.vfemail.net !DSPAM:49773dc432683754956235!

Re: [vchkpw] OpenSolaris 8gb quota displays wrong

2008-12-16 Thread Rick Romero
Rick Romero wrote: Jukka Kurkela wrote: Rick Romero wrote: Ok, I have an odd problem. I tried both vpopmail 5.4.17 and 5.4.25. This is functioning on multiple FreeBSD machines, but failing on OpenSolaris. I've removed my maildirsize file multiple times. If I look at my account wi

Re: [vchkpw] OpenSolaris 8gb quota displays wrong

2008-12-14 Thread Rick Romero
Jukka Kurkela wrote: Rick Romero wrote: Ok, I have an odd problem. I tried both vpopmail 5.4.17 and 5.4.25. This is functioning on multiple FreeBSD machines, but failing on OpenSolaris. I've removed my maildirsize file multiple times. If I look at my account with an 8gb quota

[vchkpw] OpenSolaris 8gb quota displays wrong

2008-12-14 Thread Rick Romero
calculating to 840%. I assume it' some kind of compiler issue, but I don't know where to look. Rick -- Rick Romero Need IT assistance? VF IT Services / VFEmail.net www.vfit.biz / www.vfemail.net !DSPAM:4945801332318963516665!

Re: [vchkpw] Ezmlm web interface OT

2008-11-09 Thread Rick Romero
Other than what qmailadmin provides? What else were you looking for? Rick Remo Mattei wrote: Hello guys I wonder if there are any ezmlm web interface with vpopmail/ezmlm configuration and which one should be consider to look into. Thanks Remo !DSPAM:491725b832312579312187!

Re: [vchkpw] incoming mails from vpopmail to exchange

2008-10-02 Thread Rick Romero
Thats your smtproutes file Yourdomain:pixexternalip Tells the mailserver where to deliver mail for Yourdomain, which the pix is forwarding to Exchange. Rick On Oct 2, 2008, at 11:31 AM, [EMAIL PROTECTED] wrote: Hi maybe stupid question, but : how mailserver to know where is internal mai

Re: [vchkpw] How does the vpopmail supply a reset password tool over the webmail page?

2008-07-21 Thread Rick Romero
On Sun, 2008-07-20 at 19:00 +0300, Bulent Kolay wrote: > Well, my vqregister works but when it could not write to user_store > database. > As vqregister didn't create database, I have to created user_store manually. > But I don't know how I make table and fields into user_store. > Could you give

Re: [vchkpw] How does the vpopmail supply a reset password tool over the webmail page?

2008-07-18 Thread Rick Romero
print ""; print ""; print ""; } ?> --- getpass.php: from a stripped .php file in /data A little 'different', but I feel a little safer :) 7/29/04 Rick Romero [E

Re: [vchkpw] Files belong to vpop?

2008-06-03 Thread Rick Romero
Those look like MySQL binary files. Run this and see if some go away: /usr/local/bin/mysql -uroot -p -e"PURGE MASTER LOGS BEFORE DATE_SUB( NOW( ), INTERVAL 10 day);" Rick On Tue, 2008-06-03 at 14:59 -0400, m c wrote: > Hello. I am dealing with a FreeBSD box that I inherited from another > ad

Re: [vchkpw] Qmail Tap tap only incoming mail

2008-04-24 Thread Rick Romero
Maybe just rsync at regular intervals after initial replication? You could also create a second local qmail install with an smtproutes entry for the local domain to point to the new server. Then add a forward within a global maildrop filter using /var/qmail2/bin/forward (which will use your 2nd

Re: [vchkpw] Off Topic: I had a good day

2008-02-28 Thread Rick Romero
DAve wrote: Sorry for the off topic post but I just have to tell someone. I have a house full of teenagers twice a week. I let my sons band practice downstairs, full drum kit and amps, the whole shootin match. I give them a place to practice, make them dinner, fix their guitars, tell them to

Re: [vchkpw] OT: Webmail trends for vpopmail/qmail/IMAP

2008-01-03 Thread Rick Romero
On Thu, 2008-01-03 at 15:12 -0600, ISP Lists wrote: > > ISP Lists wrote: > >> Off-topic, perhaps respond off-list? > >> > >> What are the hot applications in F/OSS webmail that start to move > >> towards > >> AJAX clients (yahoo! mail beta, gmail) that might function well on a > >> vpopmail/qmail

Re: [vchkpw] [OT] IMAP Servers: Dovecot or Binc?

2007-12-19 Thread Rick Romero
On Wed, 2007-12-19 at 11:11 -0800, Tom Collins wrote: > Courier-IMAP seems to be putting a heavy load on my server when > someone accesses a mailbox with a large number of messages in it. > > What's the preferred IMAP server for a machine that will have 100-200 > connections (plan for growth...)

Re: [vchkpw] Qmail rejection of overquota messages instead of bouncing

2007-12-11 Thread Rick Romero
Actually, as I was falling asleep last night (isn't that always the case), I wondered why chkuser.c sets maxmbxquota_limit = 0 and not 100 by default. It would seem to me if you're enabling the define, you would already expect that function to just work, not go to another place a

Re: [vchkpw] Qmail rejection of overquota messages instead of bouncing

2007-12-11 Thread Rick Romero
[EMAIL PROTECTED] wrote: Quey wrote: Rick Romero wrote: I went looking into this thinking chkuser would be a perfect place for the basic quota check. Of course that would be sort of vpopmail specific, but lo and behold, it's already in there. 'chkuser.c&#

Re: [vchkpw] Qmail rejection of overquota messages instead of bouncing

2007-12-10 Thread Rick Romero
On Mon, 2007-12-10 at 09:56 -0800, Tom Collins wrote: > On Dec 9, 2007, at 6:03 AM, [EMAIL PROTECTED] wrote: > > I'm using John Simpsons last combined patch... I'm trying to know if I > > could any way... cause qmail to reject messages at smtp dialogue if > > users > > we're trying to deliver is

Re: [vchkpw] Two qmails in same machine

2007-11-08 Thread Rick Romero
On Thu, 2007-11-08 at 18:50 +0100, tonix (Antonio Nati) wrote: > Rick Romero ha scritto: > > On Thu, 2007-11-08 at 17:20 +0100, [EMAIL PROTECTED] wrote: > > > > > > On Thu, 08 Nov 2007 08:52:57 -0600 > > > > Rick Romero <[EMAIL PROTECTED]> wrote: &

Re: [vchkpw] Two qmails in same machine

2007-11-08 Thread Rick Romero
On Thu, 2007-11-08 at 17:20 +0100, [EMAIL PROTECTED] wrote: > > On Thu, 08 Nov 2007 08:52:57 -0600 > > Rick Romero <[EMAIL PROTECTED]> wrote: > > > >> Not entirely, If the main issue is timeouts during SMTP, he can move > >> his scanning to '127.0.

Re: [vchkpw] Two qmails in same machine

2007-11-08 Thread Rick Romero
On Thu, 2007-11-08 at 14:47 +, ed wrote: > On Thu, 8 Nov 2007 15:47:53 +0100 (CET) > [EMAIL PROTECTED] wrote: > > > Thanks a lot Ed! here it sais how to setup a mail system in wich you > > can have one scanning machine and a mailbox server.. this is what I'm > > trying to do... but this won't

Re: [vchkpw] [OT] spamhaus down?

2007-08-15 Thread Rick Romero
I use Matt Simerson's toaster-watcher.pl script to keep my rbl server list 'live', and I still have sbl-xbl.spamhaus.org in my active list. Rick On Wed, 2007-08-15 at 15:28 -0500, Ken Jones wrote: > I'm sorry. I didn't mean a dns lookup on the hostnames. > I meant using rblsmtpd to do the query

Re: [vchkpw] Off Topic: Virtual FTP Server or web-based file manager?

2007-08-15 Thread Rick Romero
On Wed, 2007-08-15 at 05:11 -0700, Bert JW Regeer wrote: > On Aug 14, 2007, at 11:08 PM, Tom Collins wrote: > > > OK, so it's off-topic, but can anyone recommend an FTP server or > > web-based file manager that I can deploy on my hosting server that > > either integrates with vpopmail (like ma

Re: [vchkpw] vacation messages / robots / copy and forward and MySQL

2007-07-27 Thread Rick Romero
On Fri, 2007-07-27 at 13:04 -0400, Ron Culler wrote: > What we would like to be able to do is take the remaining features in > qmailadmin and push them to MySQL as well by getting rid of .qmail files > in the users mail dir. > > Copy and Forward - example .qmail > &[EMAIL PROTECTED] > /home/vpopm

RE: [vchkpw] Using vdelivermail

2007-07-13 Thread Rick Romero
On Fri, 2007-07-13 at 11:48 -0700, Jeremiah Gowdy wrote: > Yeah, I was trying to describe that unfortunately I can't use qmail's > standard forwarding system with QUEUE_EXTRA, because the forwarded message > passes through the queue, and is then duplicated again back to the log > account. This cre

Re: [vchkpw] Alternate routing for failed send

2007-07-12 Thread Rick Romero
On Thu, 2007-07-12 at 08:54 -0500, ISP Lists wrote: > I had a case where a single destination SMTP MX server was denying my send > request from what appeared to be an IP range-based RBL blacklist. Nobody > elses MXs levered that blacklist, so I only had the one problem delivery. > > I was able to

Re: [vchkpw] Vpopmail smtp-auth

2007-03-08 Thread Rick Romero
On Thu, 2007-03-08 at 08:55 -0500, DAve wrote: > Rainer Duffner wrote: > > DAve wrote: > >> Good morning, > >> > >> No errors when building, seems to work, > >> bash-2.05b# /home/vpopmail/bin/vuserinfo [EMAIL PROTECTED] > >> Error. Domain pixelhammer.com was not found in the assign file > > > > >

RE: [vchkpw] FQDN

2007-02-13 Thread Rick Romero
On Tue, 2007-02-13 at 20:30 +0100, Peter Normann wrote: > M... wrote: > > Usually, in qmail, with a single domain, you would > > have in locals, your domain and FQDN for which you > > accept/deliver email, but when you decide to have many > > domains and only use virtual domains in vpopmail, the >

[vchkpw] vdelivermail(?) QUEUE_EXTRA problem

2007-02-12 Thread Rick Romero
Hey all, I'm setting up an additional MX for my domains, and while normal delivery works fine, my queue_extra doesn't work. I have the same setup as on another server (also 5.4.17), and that server works fine. extra.h: #define QUEUE_EXTRA "Tlog\0" #define QUEUE_EXTRALEN 5 mx# cat /var/qmail/alia

Re: [vchkpw] Qmail with Simscan, SA and ClamAv

2007-01-31 Thread Rick Romero
On Wed, 2007-01-31 at 13:11 -0500, Rick Macdougall wrote: > Max Esquivel wrote: > > Thanks all for the suggestions. Been looking at things in more detail: > > > > 1) Im not sure how many sessions we are handling. I do now we were > > maxing out at 120 connections per sec at peak times. > > > >

Re: [vchkpw] Qmail with Simscan, SA and ClamAv

2007-01-31 Thread Rick Romero
On Wed, 2007-01-31 at 11:22 -0500, Darrel O'Pry wrote: > On Tue, 2007-01-30 at 19:14 -0600, Max Esquivel wrote: > > I have also posted this to vchkpw list: > > > > I have a server with qmail running some 600 email accounts over some > > 30 domains. I recently installed simscan, Spamassassin and

Re: [vchkpw] Re: vchpw/onauth connection types

2007-01-12 Thread Rick Romero
On Fri, 2007-01-12 at 09:32 -0700, Rick Widmer wrote: > > Joshua Megerman wrote: > > > Well, changing the default LocalPort value won't necessarily cause a > > change in functionality, as this is what the code does: > > > > Get the value of the TCPLOCALPORT environment variable. If it's not set

Re: [vchkpw] Re: vchpw/onauth connection types

2007-01-12 Thread Rick Romero
On Thu, 2007-01-11 at 21:30 -0700, Rick Widmer wrote: > > Joshua Megerman wrote: > > >>For example, vchkpw-imap would set the type to imap. vchkpw-smtp would > >>set it to smtp, etc. This seems like a trivial change, and would only > >>require a softlink back to vchkpw to enable. Am I thinkin

[vchkpw] Re: vchpw/onauth connection types

2007-01-11 Thread Rick Romero
Joshua Megeman wrote: > It sets the connection type based on a list of known > ports (25/465/587 for SMTP, 110/995 for POP and 143/993 for IMAP), and > defaults to POP on an unknown conenction. Sorry, this isn't an actual thread reply, but I just came across an issue with the vchkpw program itse

Re: [vchkpw] The future of valias & other topics

2007-01-05 Thread Rick Romero
On Fri, 2007-01-05 at 11:34 -0700, Rick Widmer wrote: > -- > > Back to the future... after reviewing the threads '5.4.17 patches', > '.vpopmail instead of .qmail' and '5.4.18 & valias' this is what I think > should happen in

Re: [vchkpw] vpopmail sans qmail.

2006-12-22 Thread Rick Romero
DAve wrote: Patch smatch, if it's a patch everyone gets to beat qmail up and scream at each other about what a wasted never updated POS qmail is. So patches are bad bad bad. Only software that is poor and decrepit uses patches. But, let someone add that patch to the source code and bundle

Re: [vchkpw] vpopmail sans qmail.

2006-12-22 Thread Rick Romero
Christopher Chan wrote: In addition, I believe Matt Simerson authored a tcpserver mysql patch to allow the removal of cdb files altogether. http://www.tnpi.biz - it's great for heavily loaded servers, because constantly recompiling that damn file with multiple processes tends to corrupt it.

Re: [vchkpw] vpopmail sans qmail.

2006-12-22 Thread Rick Romero
Christopher Chan wrote: http://qmail.jms1.net/patches/validrcptto.cdb.shtml There is a better patch for vpopmail support in qmail. A mysql patch that goes straight the vpopmail mysql database but I am not sure of its location. The writer even rebuffed one of Inter7's developers when someo

Re: [vchkpw] vdelivermail patch in order to handle maildrop filtering capabilities

2006-10-27 Thread Rick Romero
On Fri, 2006-10-27 at 09:42 +0200, Jérôme MOLLIER-PIERRET wrote: > Rick > > Inserting maildrop into .qmail-default is a fine implementation solution > but this patch provide thoses advantages : > > - Maildrop handle correctly the maildir quota (and in you mailfilter > sample you should handle

Re: [vchkpw] vdelivermail patch in order to handle maildrop filtering capabilities

2006-10-26 Thread Rick Romero
On Thu, 2006-10-26 at 12:39 -0400, John Simpson wrote: > On 2006-10-26, at 0359, Jérôme MOLLIER-PIERRET wrote: > > John Simpson a écrit : > >> > >> also, what if a user (i.e. the owner of one specific mailbox) > >> wants to create their own .mailfilter file, either directly or > >> using some k

Re: [vchkpw] Re: [toaster] filtering outgoing emails

2006-10-25 Thread Rick Romero
On Wed, 2006-10-25 at 17:21 -0400, David Chaplin-Loebell wrote: > John Simpson wrote: > > > On 2006-10-25, at 1614, Ingo Claro wrote: > > > >> Jeff Koch escribió: > >> > >>> > >>> We are getting demands from large ISP's - Comcast, AOL, AT&T - that > >>> we spam filter all outgoing email. We're u

Re: [vchkpw] MAIL FROM question

2006-10-21 Thread Rick Romero
Quoting Tom Collins <[EMAIL PROTECTED]>: > On Oct 20, 2006, at 8:14 PM, Rick Romero wrote: > >> I have an auditor who is telling me that allowing non-SMTP-AUTHd > >> clients > >> to use a valid local user in MAIL FROM: is a potential spoof, and a > >>

Re: [vchkpw] MAIL FROM question

2006-10-20 Thread Rick Romero
ed today anyone can do pen testing, as long as you find enough scripts posted on websites. Just thought I'd finish this 'thread' in case anyone was wondering or comes across it again. Rick Rick Romero wrote: Hi All, I have an auditor who is telling me that allowing non-SMTP

[vchkpw] MAIL FROM question

2006-10-03 Thread Rick Romero
Hi All, I have an auditor who is telling me that allowing non-SMTP-AUTHd clients to use a valid local user in MAIL FROM: is a potential spoof, and a security vulnerability. I just can't fathom how that is. As I understand it, MAIL FROM is only used for returning undeliverable mail. So, yes,

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
ctually own the whole 69.152.0.0/19 range (255.255.224.0) > > Yea, that's what I was thinking, let me try it and get back with you. > > Thanks, > Austin Jorden > (972) 284-4909 > Digitalpath of Texas > http://www.dptexas.net/ > > > -Original Message-

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
284-4909 > Digitalpath of Texas > http://www.dptexas.net/ > > > -Original Message- > From: Rick Romero [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 3:51 PM > To: vchkpw@inter7.com > Subject: RE: [vchkpw] Qmail Relaying > > On Wed, 2006-0

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
Austin Jorden > (972) 284-4909 > Digitalpath of Texas > http://www.dptexas.net/ > > > -Original Message- > From: Rick Romero [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 12, 2006 3:34 PM > To: vchkpw@inter7.com > Subject: RE: [vchkpw] Qmail Relayin

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
il server. Use whatever IP Address scheme is setup on your network. Though you really should double check with your setup docs for file locations and relay options and the like... Rick > Thanks, > Austin Jorden > (972) 284-4909 > Digitalpath of Texas > http://www.dptexas.net/ >

RE: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
ecompile it from in your vpopmail/etc directory: tcprules tcp.smtp.cdb tcp.smtp.tmp < tcp.smtp So assuming you're starting qmail-smtpd in a way that checks that file, that would allow 127.0.0.1 to relay. Rick > Thanks, > Austin Jorden > (972) 284-4909 > Digitalpath of Texas > h

Re: [vchkpw] Qmail Relaying

2006-07-12 Thread Rick Romero
On Wed, 2006-07-12 at 09:16 -0500, Austin Jorden wrote: > I have several thousands of FAILURE NOTICES coming in to my account. > I know how-to change them over to another account, etc.. but I > shouldn’t be receiving this many. Some places are obviously using us > as a SPAM Email server. How ca

Re: [vchkpw] how to unsubscribe??

2005-04-07 Thread Rick Romero
On Thu, 2005-04-07 at 11:32 -0400, John McGivern wrote: > List-Post: > List-Help: > List-Unsubscribe: > List-Subscribe: Always check the headers of lists. Rick

Re: [vchkpw] Adding a message footer

2004-11-17 Thread Rick Romero
On Wed, 2004-11-17 at 11:42, Jeremy Kitchen wrote: > On Wednesday 17 November 2004 10:55 am, [EMAIL PROTECTED] wrote: > > Hi everyone, > > > > How do i add a per domain footer message? > > how is this related to vpopmail? Please be more specific when asking your > questions as yours sounds like

Re: [vchkpw] fetchmail and maildrop to a vpopmail account

2004-09-28 Thread Rick Romero
On Tue, 2004-09-28 at 10:06, ISP Lists wrote: > I'm struggling finding a "howto" on a particular issue: > > I have a webmail/pop3 account, no IMAP. I do not run that server and only > have user privs on the email account. I want to do a ONE-TIME conversion > to pull the 400+ messages from this a

Re: [vchkpw] vQregister and MySQL

2004-09-22 Thread Rick Romero
On Wed, 2004-09-22 at 13:33, Alessio C. wrote: > I have installed vqregister 2.6 on my slackware 9.0 (qmail, vpopmail > 5.4.5 and mysql 3.23.56) > > vqregister works fine but don't save data on mysql table > > i have modified Makefile: > > VDIR = /home/vpopmail > CC = gcc > BIN = vqregister > DE

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Rick Romero
On Mon, 2004-08-23 at 12:53, Jean Wainer wrote: > Just out of curiosity, Rick.. > > > On Mon, 23 Aug 2004 15:41:09 -0500 > Rick Romero <[EMAIL PROTECTED]> wrote: > > > On Mon, 2004-08-23 at 15:18, Bruno Negrão wrote: > > > Hi Rick, > > >

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Rick Romero
On Mon, 2004-08-23 at 15:18, Bruno Negrão wrote: > Hi Rick, > > > > Rick, are you currently using this? > > > > For a whole domain. Not per user. > I can't get you, what you mean "for a whole domain, not per user"? \ :) I use the 2nd qmail install for forwarding a whole domain, not an individu

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Rick Romero
On Mon, 2004-08-23 at 14:57, Rick Romero wrote: > On Mon, 2004-08-23 at 14:44, Bruno Negrão wrote: > > > > > > How about 2 qmail installs? > > > After you install qmail once, change conf-qmail to have a qmail2. > > > make setup check again, and you have a

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Rick Romero
On Mon, 2004-08-23 at 14:44, Bruno Negrão wrote: > > > > How about 2 qmail installs? > > After you install qmail once, change conf-qmail to have a qmail2. > > make setup check again, and you have a 2nd qmail install. > > > > In there, change smtproutes to point your domain to your 2nd server. > > >

Re: [vchkpw] How to Split a domain into 2 machines?

2004-08-23 Thread Rick Romero
How about 2 qmail installs? After you install qmail once, change conf-qmail to have a qmail2. make setup check again, and you have a 2nd qmail install. In there, change smtproutes to point your domain to your 2nd server. Then for each user that exists on the 2nd server, make a .qmail-default wit

RE: [vchkpw] queue

2004-08-10 Thread Rick Romero
On Tue, 2004-08-10 at 13:51, Charles Sprickman wrote: > On Thu, 29 Jul 2004, Shane Chrisp wrote: > > > Using the chkusr patch is probably your best option. > > Another option if all of your mxers are running qmail/vpopmail is to use > chkuser, but to protect yourself from the intermittent false n

Re: [vchkpw] simscan test release: simplified scanner for clamav/spamassassin

2004-07-31 Thread Rick romero
I don't have a copy, and don't have time to test right now, but is the rejection based on the score, or the Yes/No? Currently, I'm sending anything over 15 to /dev/null via a maildrop script, but 5 is marked as spam.. Rick On Jul 31, 2004, at 6:40 PM, Ken Jones wrote: Sure, some other folks sug

[vchkpw] PHP Password reset script

2004-07-29 Thread Rick Romero
Hey all, I guess I had to do it myself :P I've created a password reset script for installs that use vqregister to signup users. Please take a look at my PHP and let me know if I hosed anything up. www.havokmon.com/stuff/requestpw.zip Two files, one's for your cgi-bin (or I guess wherever you

[vchkpw] vqregister / send password

2004-07-22 Thread Rick Romero
Does anyone have a 'safe' "I forgot my password" script? I utilize vqregister to allow users to sign-up, so I have their original email address, and I also have a 'secret word' they've provided. phpMember Just does: $result=mysql_fetch_array(mysql_db_query($db_name, "SELECT * FROM $tbl_member WH

RE: [vchkpw] qmail smtp problem

2004-07-21 Thread Rick Romero
On Wed, 2004-07-21 at 12:18, Natter wrote: > But I don't understand how it can be a dns issue > when I can connect to the port with no problem. It's > just not giving me back the correct smtp response. > > After I posted the last message, it's now giving > me the [220 ESMTP] line when I telnet >

Re: [vchkpw] ack, major problem! numbered subdir incremented too high

2004-06-23 Thread Rick Romero
On Wed, 2004-06-23 at 14:35, Paul Theodoropoulos wrote: > At 12:31 PM 6/23/2004, Jeremy Kitchen wrote: > >On Wednesday 23 June 2004 02:16 pm, Paul Theodoropoulos wrote: > > > so, if anyone can confirm my speculations, and suggest how to fix it > > > (that's right, i've never inserted data manually

Re: [vchkpw] another dumb question!

2004-05-04 Thread Rick Romero
On Tue, 2004-05-04 at 11:17, Paul Theodoropoulos wrote: > At 09:05 AM 5/4/2004, Rick Romero wrote: > >Can you rsync two directories? > > > >Then you wouldn't really have the downtime... > > i've never used rsync, have never had a need so never looked into

Re: [vchkpw] another dumb question!

2004-05-04 Thread Rick Romero
On Tue, 2004-05-04 at 10:59, Paul Theodoropoulos wrote: > instead of a mass migration and upgrade as i'd originally contemplated, > i've simply added a new disk array to my systems to add more space. i've > moved many existing domains from the original filer to the new one, simply > dropping a s

Re: [vchkpw] SMTP Slowness

2004-04-26 Thread Rick Romero
On Mon, 2004-04-26 at 08:42, Chris Miller wrote: > Now I’ve got another problem with SMTP. When I try to connect, it > takes FOREVER to send the welcome message. Go ahead and telnet into > rhost1.zfx.com on port 25 and issue a HELO, and you’ll see what I > mean. Just give it a few minutes before yo

Re: [vchkpw] mysql-auth replicated databases

2004-04-21 Thread Rick Romero
On Wed, 2004-04-21 at 12:08, Jeff Koch wrote: > In order to relieve the load from our main mailserver we offloaded chkuser > and virus scanning to a frontend mailserver. However, the front-end server > is not getting a fast enough response on the chkuser query from the mysql > server on the main

Re: [vchkpw] Feature request: per-user wildcards/catchall

2004-04-15 Thread Rick Romero
On Thu, 2004-04-15 at 14:51, Dan Grigsby wrote: > Hi, > I used qmail’s per-user wildcard system. Using this, I can do user > dash something at host dot com. For example, [EMAIL PROTECTED] > I am writing a little hack for myself to rewrite the messages to have > a non-wildcard name and add an ext

Re: [vchkpw] Re: Tom's fork of vpopmail (and qmailadmin)

2003-09-09 Thread Rick Romero
On Tue, 2003-09-09 at 12:30, Tom Collins wrote: > On Tuesday, September 9, 2003, at 10:07 AM, Ken Jones wrote: > > Just so everyone knows. Tom Collins is attempting > > to fork the vpopmail project. He refuses to let me > > share ownership of the vpopmail and qmailadmin > > projects on source forg

Re: [vchkpw] web based prefs for spamassassin

2003-06-14 Thread Rick Romero
On Sat, 2003-06-14 at 11:37, Trey Nolen wrote: > There is a very nice looking package on Freshmeat (http://www.freshmeat.net) > today that allows users to make changes to their Spamassassin preferences > via the web. Has anyone tried using it with Vpopmail? Hmm Look at this in config.php:

Re: [vchkpw] Parse with spamassassin, then honour smtproutes?

2003-05-28 Thread Rick Romero
On Wed, 2003-05-28 at 07:05, Rick Macdougall wrote: > Hi, > > You can not do it that way. > > The only way I can see to do it is to set up a dummy sub-domain and > forward the mail to that sub-domain... > > ie - domain.com mx = your server, mail2.domain.com mx = real server > > .qmail-default

RE: [vchkpw] Inter7 mail server doesn't have reverse DNS!

2003-03-27 Thread Rick Romero
Just because I feel like a smart-ass today.. I suppose the rule about top posting is 'posted' right next to the reverse DNS one? Look at that.. now it's all out of order.. :P On Thu, 2003-03-27 at 10:12, Ron Guerin wrote: > On Thu, 2003-03-27 at 11:05, Nick Harring wrote: > > > Rather than qu

Re: [vchkpw] forwarding a while domain regardless of users

2003-03-19 Thread Rick Romero
On Wed, 2003-03-19 at 07:56, Rob Short wrote: > I have a client asking me to act as a sort of bypass for their mail. I > have spam and virus checking installed using spamassassin and trophie, > and need to forward all users that come in addressed to a certain domain > to another. They add and delet

Re: [vchkpw] Server Swap Questions

2003-03-17 Thread Rick Romero
plying that way. This is a case where NFS mounts, and MySQL replication would come in handy. Never done it myself though. Rick > On Mon, 2003-03-17 at 09:22, Rick Romero wrote: > > > I think that was it. It's easy enough that you can create the new > > server, move

Re: [vchkpw] Server Swap Questions

2003-03-17 Thread Rick Romero
On Mon, 2003-03-17 at 09:08, Tom Walsh wrote: > We are investigating the procedure of moving our current mail server to > newer (and perhaps more stable) hardware. (The current server expereinces > random reboots, which are frustrating to say the least.) > > Our current configuration is a fBSD 4.2

[vchkpw] vpopbull (again)

2003-03-13 Thread Rick Romero
I just wanted to add to my last note about -V -n doubling output.. If you don't specify -V, there is no output whatsoever. How about a 'hash' like ftp? Just print a . without a newline for each email address done. I wasn't sure if it was actually doing anything - and on large domains it could

  1   2   >