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] 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] [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] 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] 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 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] 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] 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-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] [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] 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] 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] 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] 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] 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] 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] 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] 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!

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

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] 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] 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] 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] 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] 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-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-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 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: > 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

<    1   2