Saving A Copy On The Server

2000-07-17 Thread Christopher Tarricone
How would I have the mail server save a copy of an email locally even after a user has checked thier e-mail?

Re: Saving A Copy On The Server

2000-07-17 Thread Christopher Tarricone
What would those permissions be? Vpopmaiol but be able to read and write to the maildir directory Gabriel Ambuehl wrote: > Hello Christopher, > > Monday, July 17, 2000, 12:03:23 PM, you wrote: > > How would I have the mail server save a copy of an email locally even > > after a user has checked

Save A Copy Of All messages

2000-07-17 Thread Christopher Tarricone
Is there a way that you can setup of the server to allow the user to check all of thier messages and then go to another location and then check them again? What I would like to happen is this.. A person sends me an e-mail when I check it that message stays on the server. If I were to check it gain

Upgrading VPOPMail

2000-12-06 Thread Christopher Tarricone
I am currently running ezmlm 0.53 ezmlm IDX 0.40 Qmail 1.03 VPOPMAIL 3.4.11 Should I upgrade? I am not having any problems with it at this point but I am wondering if there were some good reasons for me to upgrade?

Vqsignup

2000-12-08 Thread Christopher Tarricone
Can anyone send me the source code for vqsignup?

Qmail + Vpopmail & Windows 2000

2001-02-10 Thread Christopher Tarricone
I have successfully avoided using Windows 2K Server in our environment. Unfortunately I can hold out not longer. Has anyone successfully installed Qmail & Vpopmail under NT? -- Christopher Tarricone PDS, Inc. E-mail [EMAIL PROTECTED] phone860.450.1737 fax 860.450.

Help with logs

2001-03-22 Thread Christopher Tarricone
I had originally had inter7 setup my mail server over year ago. Since then I have had a server crash and had to reinstall the software. I would like to setup the mail log analysis like it was before. Does anyone have any type on how to do this? TIA

Re: Unable_to_chdir_to_maildir

2001-03-23 Thread Christopher Tarricone
I was able to cheat with this. If you rename the existing domain and then add and rename is back I was able to get it working again mv /var/vpopmail/domains/thedoamin.com /var/vpopmail/domains/thedoamin.old /var/vpopmail/bin/vadddomain thedomain.com postmasterpassword mv /var/vpopmail/domains/th

Please help! Nothing is written to logs

2001-03-23 Thread Christopher Tarricone
When I start qmail there is nothing written to the log. The mail server runs fine but I have an empty log file. I am running Mandrake 7.1 case "$1" in start) echo -n "Starting: " env - PATH="/var/qmail/bin:/usr/local/bin" \ qmail-start ./Maildir/ /usr/local/bin/accustamp \ | /u

Server Logs Please Help

2001-04-25 Thread Christopher Tarricone
I have included an excerpt of my start-up script. My server starts but does not write anything to the log. The /var/log/qmail directory owned by qmaill:nofiles with r/w permissions. Has anyone encountered this before? #!/bin/sh # Qmail Startup # Source function library. . /etc/rc.d/init.

HAHAHA Virus

2001-06-21 Thread Christopher Tarricone
I keep getting a copy of the hahaha virus. I cannot tell where is comming from but I would request that you all run some type of virus scan. You can ID the virus with this text. DO NOT run the attachment. Thank you.     Today, Snowhite was turning 18. The 7 Dwarfs always where very educated

[vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
I am currently upgrading from 5.3.30 to 5.4.4. Everything worked great except a little piece of custom code that I use for SPAM filtering. It saves me from having to run maildirmake after every user is added. Everything compiles and installs nicely, however when I do a ./vadduser [EMAIL PROTECTED]

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
> On Jun 9, 2004, at 8:24 AM, Christopher Tarricone wrote: >> What I was hoping for was: >> foo/ >> Maildir/ >> courierimapsubscribed >> new/ >> cur/ >> tmp/ >> .JunkMail/ >

Re: [vchkpw] Problem adjusting vpopmail.c in 5.4.4

2004-06-09 Thread Christopher Tarricone
> Tom Collins wrote: >> Also take a look at . in the patches >> section I >> think there's code to copy a skeleton directory for new users. > > Ah, that'd be useful: I currently have a script that wraps vadduser, rather > than hacking on the source, so this'd make more sen

Re: [vchkpw] vpopmail and mysql

2004-06-09 Thread Christopher Tarricone
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hello, > > vlimit don't work with MySQL :( > ./configure \ > - --prefix=/var/qmail \ > - --enable-qmail-newu=/var/qmail/bin/qmail-newu \ > - --enable-vpopuser=VPOPUSER \ > - --enable-vpopgroup=VPOPGROUP \ > - --enable-roaming-users \ > - --ena

Re: [vchkpw] vpopmail and qmailscanner

2004-06-16 Thread Christopher Tarricone
in was compiled with the following flags: ./configure \ --enable-spam-command="|/usr/local/bin/maildrop /etc/maildroprc" \ --enable-modify-quota \ --enable-modify-spam \ --enable-no-cache #----- # maildrop script # Original code