Suggestion for Configuration feature

2001-10-18 Thread Joe Modjeski
do ( I saw the amount of #ifdef's in the file, looking kinda ugly :)  )   Just a suggestion.   Thanks, Joe Modjeski Systems Administrator CommSpeed

Re: Info about MicrosoftSQL

2001-10-19 Thread Joe Modjeski
Every project that I have had regarding this type of setup hit the floor when the money issue came up so I don't have any actual experience in doing this. Joe Modjeski - Original Message - From: "Andrea Cerrito" <[EMAIL PROTECTED]> To: "Vpopmail List" <[EMA

Re: traffic accounting

2001-10-21 Thread Joe Modjeski
/var/log/qmail/qmail-pop3d Hope this helps. Joe Modjeski Systems Administrator CommSpeed - Original Message - From: "Justin Heesemann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 21, 2001 3:20 AM Subject: Re: traffic accounting > > a

Re: courier-imap and "vpopmail too old" error (II)

2001-10-21 Thread Joe Modjeski
t in the -L~vpopmail/lib, so you told the linker where to find the library but you missed passing the '-lvpopmail' telling the linker which library the functions are stored in. Joe Modjeski Systems Administrator CommSpeed > > Thank you very much. > Regards, > Roman > > >

Re: courier-imap and "vpopmail too old" error (II)

2001-10-22 Thread Joe Modjeski
- Original Message - From: "Roman Serbski" <[EMAIL PROTECTED]> To: "Joe Modjeski" <[EMAIL PROTECTED]> Sent: Monday, October 22, 2001 2:41 AM Subject: Re: courier-imap and "vpopmail too old" error (II) > Hi Joe! > > Thank you very much

Handling hyphens in usernames in vpopmail

2001-10-12 Thread Joe Modjeski
.   Thanks,   Joe Modjeski Systems Administrator CommSpeed  

Re: For you xxSQL users...

2001-10-13 Thread Joe Modjeski
I am kinda leary about the initial load of the metadata. Anyone using Coda to share out a 160Gig volume?? Thanks, Joe Modjeski - Original Message - From: "Troy Settle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 13, 2001 9:21 AM Subject: For you

Re: Re[2]: For you xxSQL users...

2001-10-14 Thread Joe Modjeski
Yeah, I thought the same thing once I read the docs. I just recalled about a year or so ago that someone was using Coda as the backend to thier vpopmail system. Thanks, Joe Modjeski - Original Message - From: "Gabriel Ambuehl" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

Re: For you xxSQL users...

2001-10-14 Thread Joe Modjeski
f the software runs off of the NFS mount. The only thing that is local to the individual servers is a stripped base RedHat installation and qmail's queue directory. Joe Modjeski - Original Message - From: "Gang Liu" <[EMAIL PROTECTED]> To: "Joe Modjeski" <[EM

Re: vdelivermail

2001-10-16 Thread Joe Modjeski
t way to do it. But to be honest I have never looked at the code. If it is a really involved patch maybe it should be put on the list for vpopmail-6? Joe Modjeski > > bozhan > >

Re: vdelivermail

2001-10-16 Thread Joe Modjeski
Yeah, I saw that further up as I was reading through. Guess I should finish catching up on the list before opening my mouth. Joe - Original Message - From: "Tren Blackburn" <[EMAIL PROTECTED]> To: "Joe Modjeski" <[EMAIL PROTECTED]>; "Bozhan Boi

RE: A repeat question that is very urgent

2001-01-11 Thread Joe Modjeski
eded to be linked to the libdescrypt libraries I have been OK. Joe Modjeski [EMAIL PROTECTED] -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 11, 2001 11:18 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: A repeat question that is very urgent

FreeBSD Cryptography 101 - WAS - RE: vchkpw lacking authentication security

2001-01-19 Thread Joe Modjeski
For the record on FreeBSD systems! The use of DES/MD5 is controlled entirely by the crypt libraries. Vpopmail doesn't control the use of DES/MD5 passwords. If you dig through the source you can see that it sends the entire crypted password as the crypt key. ie.. crypt( 'joeblow', 'hJPcq6ffTNHuI

Temporary Deactivation of Accounts

2001-01-19 Thread Joe Modjeski
there any other interest in a patch like this on the list? Joe Modjeski Network Administrator / Technical Manager

RE: FreeBSD Cryptography 101 - WAS - RE: vchkpw lacking authenticatio n security

2001-01-19 Thread Joe Modjeski
lity to control password formats to work in FreeBSD please let me know. That would be very usefull to know. Joe -Original Message- From: Chris Shenton [mailto:[EMAIL PROTECTED]] Sent: Friday, January 19, 2001 12:50 PM To: Joe Modjeski Cc: [EMAIL PROTECTED] Subject: Re: FreeBSD Cryptogr

RE: Temporary Deactivation of Accounts

2001-01-19 Thread Joe Modjeski
to limit access. Steve Fulton writes: > On Fri, 19 Jan 2001, Joe Modjeski wrote: > >> I was thinking of hacking a patch for this if there are no plans. Is there >> any other interest in a patch like this on the list? > > I second that motion .. That would

RE: mysql or not.

2001-01-22 Thread Joe Modjeski
Just a note on the replication features of mysql... VERY FINICKY.. Play with this between a few crash boxes for awhile to getthe touchyness fine-tuned to a minimum. We ran into a bunch of wierdness before we got the repliction working. Also be sure to keep the servers up. If they fall out of sy

RE: mysql+vpopmail question

2001-01-25 Thread Joe Modjeski
The ENCRYPT() function in mysql is the systems crypt() funcion. Which is the same crypt() vpopmail uses. I use PHP to compare ENCRYPT() hashes from mysql for alot of stuff. It is the mysql PASSWORD() function that is not the same as the systems crypt(). They go over those functions in the mysq

RE: Next 5.0 features

2001-02-06 Thread Joe Modjeski
ontrol at the command line. Joe Modjeski [EMAIL PROTECTED]

RE: Courier IMAP

2001-02-06 Thread Joe Modjeski
You need to modify the Makefile to include the mysql libs. In the authlib/Makefile I changed the CRYPTLIBS line to: CRYPTLIBS = -lcrypt -L/usr/local/lib/mysql -lmysqlclient -lz As per recommendations in prior messages. This worked rather than using the MYSQL_LIBS line. Joe -Original Mess

FW: Next 5.0 features

2001-02-06 Thread Joe Modjeski
-Original Message- From: Russell "Elik" Rademacher [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 11:27 AM To: Joe Modjeski Subject: RE: Next 5.0 features Know what other little feature would be great for this? The limit of email accounts per domain. So

RE: Upgrading

2001-02-08 Thread Joe Modjeski
PHP's configure script has something similiar. At the end of the configure it creates a config.nice script. So when you are upgrading you just have to run ../php-4.0.whatever/config.nice and it configures your new sources exactly like the old. Maybe this is a feature that is dependant on the ver

RE: qmailloganalyzer

2001-02-13 Thread Joe Modjeski
. Thanks, Joe Modjeski [EMAIL PROTECTED] -Original Message- From: Matt Simerson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 08, 2001 6:26 PM To: '[EMAIL PROTECTED]' Subject: RE: qmailloganalyzer That is pretty cool. I have something cool too. :-) I have a perl script tha

RE: Bounce Messages

2001-02-13 Thread Joe Modjeski
performance either. Joe Modjeski [EMAIL PROTECTED] -Original Message- From: Daniel Hardaker [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 3:32 PM To: [EMAIL PROTECTED] Subject: Bounce Messages Im looking to get rid of my catch all (postmaster) account on one of my domains due to a

RE: filter, autorespond & a mailinglist question

2001-02-15 Thread Joe Modjeski
the list to go to so that it minimizes the loss of business due to confused or lazy users not getting the help they need. If there is another way to do this then that would be great. I am interested. For now I will just stick to the moderated lists. Joe Modjeski -Original Message-

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
I have been using mysql 3.23.28-gamma since the start of using vpopmail. I have never had any problems. Compiling sqwebmail was tricky but if I added the path to libs/includes to the CRYPT line in the Makefile then it compiled and worked properly. Joe -Original Message- From: Dan Phoeni

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
m raw source. Joe [EMAIL PROTECTED] -Original Message- From: Dan Phoenix [mailto:[EMAIL PROTECTED]] Sent: Monday, March 12, 2001 4:04 PM To: Joe Modjeski Cc: [EMAIL PROTECTED]; vinient; oneflower; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: more crap with mysql ,sqlwebmail and vpopmail

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-12 Thread Joe Modjeski
-Original Message- From: Joe Modjeski Sent: Monday, March 12, 2001 4:53 PM To: Dan Phoenix Cc: [EMAIL PROTECTED]; vinient; oneflower; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: more crap with mysql ,sqlwebmail and vpopmail In the authlib/Makefile From: CRYPTLIBS = -lcrypt TO: CRYPTLIBS

RE: more crap with mysql ,sqlwebmail and vpopmail

2001-03-13 Thread Joe Modjeski
-Original Message- From: Joe Modjeski Sent: Tuesday, March 13, 2001 8:40 AM To: 'Kieran Barnes' Subject: RE: more crap with mysql ,sqlwebmail and vpopmail I have one. You probably don't have the make file because you have not run the configure script from the main d

RE: vpopmail and qmail installed outside /var/qmail

2001-03-13 Thread Joe Modjeski
run: ./configure --help from inside the source directory. you will see: --enable-qmaildir=dir directory where qmail is installed. in the list of enable options. Joe -Original Message- From: Jesús Arnáiz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 13, 2001 1:31 PM To: qmail Cc:

RE: -x option on SMTP server?

2001-03-13 Thread Joe Modjeski
I have the same problem. I never bothered to look into it because I haven't had a need to use a default mailbox. This bug is definatley related to setting the "Wildcard" email address. If you drop the -e option the domain should get added. Joe -Original Message- From: Rick Updegrove [

RE: mysql + vpopmail problem

2001-03-13 Thread Joe Modjeski
Also as a note on FreeBSD. You should copy the ldconfig_paths out of your /etc/defaults/rc.conf and paste it into your /etc/rc.conf then add the line to the end of string. Mine looks like this: ldconfig_paths="/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/mysql" This will make su

RE: [announcement] VQadmin new version 1.3 available

2001-03-13 Thread Joe Modjeski
Is this a replacement for qmailadmin? The docs on this program are kinda scarce? Anyway I tried to setup a test site so I could see what it did but it is complaining about not finding my crypt.h file while building. If someone could enlighten me a little bit about how this is going to help me o

RE: smtpd-auth

2001-03-23 Thread Joe Modjeski
I kinda did an overhaul to get this working on my server. The thing with smtp-auth is that it is NOT required. The smtp-auth feature only comes into play when the mail client requests it. So if you can try relaying mail from a network that is not in your tcp.smtp file then it should deny relayi

RE: rcphosts error

2001-03-27 Thread Joe Modjeski
` NOFILESGID=`id -g qmaild` exec /usr/local/bin/softlimit -m 500 \ /usr/local/bin/tcpserver -h -l 0 -R -v -p -x /var/qmail/vpopmail/etc/tcp.smtp.cdb \ -u $QMAILDUID -g $NOFILESGID 0 smtp fixcrio /var/qmail/bin/qmail-smtpd 2>&1 Hope this helps. Joe Modjeski -Original Message- From