RE: New software qmailmrtg7

2001-06-18 Thread Thomas Foerster
>> -Original Message- >> From: Ken Jones [mailto:[EMAIL PROTECTED]] >> Sent: 18 June 2001 14:11 >> To: [EMAIL PROTECTED] >> Cc: [EMAIL PROTECTED] >> Subject: New software qmailmrtg7 >> >> >> Thought you folks might want to take a look at this: >> >> http://www.inter7.com/qmailmrtg7/ >> >>

Re: Aliasing Errors

2001-06-18 Thread Philip Wall
I've seen this a couple times before, usually only happens with bounced mail. From my understanding the receiving machine isn't totally RFC compliant, Qmail when it bounces a mail uses the >From address of something like or some other crazy address, the receiving server is supposed to accept

qmailmrtg7

2001-06-18 Thread James Beam
OK - Got the tool, now could someone please tell me how I am supposed to get the smtp and pop3 logs to not be placed in the messages logfile in /var/log? All I need is an example Thanks

Re: New software qmailmrtg7

2001-06-18 Thread Jason Lim
Its too bad that nearly all these tools use multilog and do not support splogger (syslog standard format) :-/ - Original Message - From: "Francis P. Ling" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 19, 2001 8:44 AM Subject: Re: New software qmai

Re: New software qmailmrtg7

2001-06-18 Thread Francis P. Ling
Ken Jones writes: > Thought you folks might want to take a look at this: > > http://www.inter7.com/qmailmrtg7/ > > Supports tcpserver -v logging as well as qmail-send logs > > Ken Jones > inter7 Ken, the page at http://inter7.com/freesoftware/ was not updated to include this new great t

Aliasing Errors

2001-06-18 Thread Daniel Hardaker
Ive been in a long discussion with Virgin Internet about one of their mail servers not accepting mail with the bounce message below. Im sending this hoping im not missing anything and the fault is not with vpopmail as the address is sent as an alias (from mysql table). So, from the error below

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
Ok, well, I've just learned A LOT in the last 2 hours of pain... :) For whatever reason, the Makefile is being built WRONG for Solaris. ... vchkpw_SOURCES = vchkpw.c vchkpw_LDADD = libvpopmail.a -L/usr/local/mysql/lib/mysql -lmysqlclient -lz vdelivermail_SOURCES = vdelivermail.c vdelivermail_LD

Re: mysql permitions

2001-06-18 Thread Ken Jones
alexus wrote: > > i dont want to use "root" for vpopmail so i would like to find out which > privilages does new "vpopmail" user has to have in order to perform all task > secufully just like root All for permissions for it's database, if the database already exists. Ken Jones

Re: UID and GID on mysql+vpopmail

2001-06-18 Thread Ken Jones
> José Mário Viana Barbosa Júnior wrote: > > Why are the pw_gid and pw_uid rows in vpopmail mysql table setup to > 0 by default? > I thought they must have the vpopmail UID and vchkpw group GID. > Does anybody know why? They are only named uid/gid for historical reasons to match the struct pas

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread Randy Harmon
I think that'd be a link option to the Solaris linker, -R/usr/local/mysql... Hope that helps, Randy - Original Message - From: "chris" <[EMAIL PROTECTED]> To: "alexus" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 12:35 PM Subject: Re: Solaris woos... compilin

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
That's cool, but my question still stands... how does mysql know where to find it's .so files then? I don't have a LD_LIBRARY_PATH set, and yet mysql is able to find the .so's it needs... It must be compiled in when I built mysql. Now, if I could do the same thing for vpopmail during compile,

UID and GID on mysql+vpopmail

2001-06-18 Thread José Mário Viana Barbosa Júnior
Why are  the pw_gid and pw_uid rows in vpopmail mysql table  setup to 0 by default? I thought they must have the vpopmail UID and vchkpw group GID. Does anybody know why?   Thanks,   Mário Barbosa From Brazil.

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread alexus
dude.. that's just how solaris works.. now deal with it:) in solaris you *MUST* have LD_LIBRARY_PATH otherwise you'll run into many problems.. - Original Message - From: "chris" <[EMAIL PROTECTED]> To: "alexus" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 2:06 PM S

mysql permitions

2001-06-18 Thread alexus
i dont want to use "root" for vpopmail so i would like to find out which privilages does new "vpopmail" user has to have in order to perform all task secufully just like root _/_/ _/ _/_/_/ _/ _/ _/ _/ _/_/_/ _/ _/ _/_/_/ _/

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
Hi, thanks for the help. Like I put in my last message, I can get things to work with a LD_LIBRARY_PATH statement, but I don't understand why I have to do that. When you look at LDD for -say- mysql, you can see .so's being called, and I don't have a LD_LIBRARY_PATH set for mysql... why does it

Re: Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread alexus
add path to mysql lib into LD_LIB_PATH or whatever it calles in solaris.. - Original Message - From: "chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 18, 2001 1:35 PM Subject: Solaris woos... compiling vpopmail w/mysql > Hello list, > > I've read through the archiv

Solaris woos... compiling vpopmail w/mysql

2001-06-18 Thread chris
Hello list, I've read through the archives and found plenty of people with similar problems compiling vpopmail on - obviously - Solaris boxes. From what I have read, Solaris is the bigest pain-in-the-ass to work with involving shared libraries. Now, I'll freely admit I'm no expert. If I was, I

Re: vpopmail won't compile w/ mysql

2001-06-18 Thread alexus
i dont know why... but it went through jsut fine... anyway the thing is i was playin around and it passed this point and now i'm stuck with some other thing... pleae help:) su-2.05# make make all-recursive make[1]: Entering directory `/usr/local/src/vpopmail-4.9.10' Making all in cdb make[2]: En

Re: vpopmail won't compile w/ mysql

2001-06-18 Thread Ken Jones
alexus wrote: > > i'm trying to compile a vpopmail-4.9.10 on my FreeBSD 4.3-RELEASE > I took source code off of www.inter7.com website and here is my ./configure > line > > su-2.05# make clean;make > distclean;./configure --enable-mysql ^^ This should be --en

vpopmail won't compile w/ mysql

2001-06-18 Thread alexus
i'm trying to compile a vpopmail-4.9.10 on my FreeBSD 4.3-RELEASE I took source code off of www.inter7.com website and here is my ./configure line su-2.05# make clean;make distclean;./configure --enable-mysql --enable-sqllibdir=/usr/local/mysql/lib /mysql --enable-sqlincdir=/usr/local/mysql/inclu

RE: New software qmailmrtg7

2001-06-18 Thread Kieran Barnes
Version 3 already? Just installed it already. Works a treat! Good work Ken (again)! On a side note, how are you logging pop3? -- Regards, Kieran Barnes Signum 1226 Ltd Visit our website at http://www.1226.net Phone: 01772 622889 || Fax: 01772 622558 > -Original Message- > From: Ken J

Default catchall

2001-06-18 Thread Kieran Barnes
Couldn't find anything in the archives about this... Is there a way to set the postmaster account to be "catch all" when adding the domain using vadddomain? -- Regards, Kieran Barnes Signum 1226 Ltd Visit our website at http://www.1226.net Phone: 01772 622889 || Fax: 01772 622558

New software qmailmrtg7

2001-06-18 Thread Ken Jones
Thought you folks might want to take a look at this: http://www.inter7.com/qmailmrtg7/ Supports tcpserver -v logging as well as qmail-send logs Ken Jones inter7

Re: qmailadmin make problem

2001-06-18 Thread Ken Jones
vpopmail-4.10.20 requires qmailadmin-0.53 Ken Jones [EMAIL PROTECTED] wrote: > > Hi, > The env is : I have vpopmail 4.10.20 + mysql 3.23.38 + qmail > I'm trying to make the outputs for qmailadmin and I encountered the next > problem: > 1) after ./configure--prefix=/usr/local/qmailadm >

qmailadmin make problem

2001-06-18 Thread gigi
Hi, The env is : I have vpopmail 4.10.20 + mysql 3.23.38 + qmail I'm trying to make the outputs for qmailadmin and I encountered the next problem: 1) after ./configure--prefix=/usr/local/qmailadm --enable-cgibindir=/usr/local/apache/cgi-bin --

Re: not in list of allowed recipients????

2001-06-18 Thread David Gartner
Trine, Do you run tcpserver? If so, the clients IP address probably isn't in the tcprules as being able to relay. The mail machine would think that any mail from that person is supposed to be addresses for it or one of it's sub domains. Find out what their IP address is and see if your tcprule

not in list of allowed recipients????

2001-06-18 Thread Trine Skjølås
One of my customers receives an error message for some random recipients saying"host not authorize domain name" and "the recipient is not in my list of allowed ..."what is this? I have no restrictions on our server. Trine Skjølås , Vika as , Strandgata 13 C, 2815 Gjøvik, Norway [EMAIL PROTECTED

Re: opensmtp

2001-06-18 Thread gigi
HI, It's me again. I've just installed the fresh version of vpopmail 4.10.20 and it worked with opensmtp ... :) ha But right now I have problems with vuserinfo which doesn't display the userinfo at all. Neither the mysql dosen't the vuserinfo at all. Is the a problem with the vuserinfo in 4.10.20

tcpserver -v mrtg stats

2001-06-18 Thread Ken Jones
Hey Folks, Just thought I'd let you know that I've been working on mrtg stats over the weekend. Couldn't find anything to report tcpserver -v type stats. So I made one. I am tweaking some of the other parameters too. Here are the list of things it will stat qmail-send stats: messages: deliverie

Re: opensmtp

2001-06-18 Thread Ken Jones
There are many things which can cause programs not to work. It is hard for me to diagnose your particular problem without getting all the needed data and working through this data. I successfully installed vpopmail with these options over 500 times. It is hard for me to guess what your particular