printing user info

2001-06-15 Thread Trine Skjølås
HI I am a fresh administrator of a mail-server. My question may be stupid,but yet a question. I want to print out account text files I have made but how do I do that?We have a network HP printer. I also wonder how I easily can open and print out the passwords for my customers so I dont have to cre

Re: printing user info

2001-06-15 Thread Ken Jones
Trine Skjølås wrote: > > HI > I am a fresh administrator of a mail-server. > My question may be stupid,but yet a question. > I want to print out account text files I have made but how do I do that?We > have a network HP printer. > I also wonder how I easily can open and print out the passwords fo

Re: smtp established problem

2001-06-15 Thread Serkan
Those servers are normal. I can establish SMTP connection from another PC. ( for example mail.mynet.com). The problem is only from my qmail server. And there is no block from my server to those servers, I asked to adminisrators of those domains. > and the server names.. i will try with my qmai

Re: smtp established problem

2001-06-15 Thread Peter Palmreuther
Hello Serkan, On Friday, June 15, 2001 at 9:39:58 AM "Serkan" wrote to subject: "smtp established problem": S> Those servers are normal. I can establish SMTP connection from another PC. S> ( for example mail.mynet.com). The problem is only from my qmail server. And S> there is no block from my

RE: interesting comments...

2001-06-15 Thread Marcus Williams
Yeah sorry, Since the subject and thread was 'interesting comments' I assumed everyone would have realised this. Mind you I should have added that it was commented out just to be sure but I thought anyone that was worried by it would have looked at the code and seen this. Either way I thought it

setting up another host for outgoing mails

2001-06-15 Thread Serkan
Hi all,   How can I set up another host for outgoing messages? I mean I want to use another mail server for relaying.   Thanks...

upgrade etc.

2001-06-15 Thread Matthias Henze
hi ken, vdelivermail looks ok by now. :-) you may remove the -enable-filter-delivery switch from the configure script an README.filter, as delivermail is rewriten and does not contain filtercode. well and because of the program-delivery option of .qmail processing it is not required in the fu

small cgi to add users with needed

2001-06-15 Thread Kim Andersson
Hi! I need a cgi script that could be called from an other program or script that would work like this; http://myserver.domain.com/cgi-bin/somescript.cgi?username=somebody&domain=s ome.domain&password=password and the cgi would then pass on the arguments to vadduser and create the new user. Is

Re: small cgi to add users with needed

2001-06-15 Thread Dushyanth Harinath
Hi, > I need a cgi script that could be called from an other program or > script that would work like this; > > http://myserver.domain.com/cgi-bin/somescript.cgi?username=somebody&domain=s > ome.domain&password=password > > and the cgi would then pass on the arguments to vadduser and create the

Re: small cgi to add users with needed

2001-06-15 Thread James Beam
Here is a little script I use: adduser.cgi #!/bin/sh # # CGI Utility for adding users via Dynaportal/TSI # # Created by: James Beam - BiznizWEB, Inc. 08/20/2000 read STDIN QUERY_STRING=`echo $STDIN` USER=`echo $QUERY_STRING | cut -d"&" -f1 | cut -d"=" -f2` PASSWORD=`echo $QUERY_STRING | cut -d

softdnserror - problem on qmail+vpopmail combination

2001-06-15 Thread Andreas Müller
Hello List, I have one problem on my qmail(1.03)+vpopmail installation(4.9.10). If I receive a mail about the server, there is the following error in the header Example: Received: from pop.gmx.net (HELO mail.gmx.net) (194.221.183.20) by softdnserror with SMTP; 6 Jun 2001 21:32:44 -

opensmtp

2001-06-15 Thread gigi
Hi, I have installed qmail + vpopmail 4.9.10 (with --enable-mysql=y, --enable-roaming-users=y) and mysql-3.23.38 Everything works fine except opensmtp. In ~vpopmail/etc/tcp.smtp I have the 127.:allow,RELAYCLIENT="". In mysql databases I have something like: mysql> select * from lastauth\G **

vpopmail and procmail

2001-06-15 Thread Greg Cope
Dear All I want to do some message filtering, and have set a .qmail-tester in the relevant domain thus: |/var/qmail/bin/preline /usr/local/bin/qmail-procmail greg However procmail appears to be ignoring this and going for /home/vpopmail/.procmailrc An ideas or do I need to do something special

RE: vpopmail and procmail

2001-06-15 Thread Marcus Williams
Hi - You can pass procmail the rc filename you want it to use using the '-m' option. ie: 'procmail -m /path/to/rcfile'. Marcus > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Greg Cope > Sent: 15 June 2001 16:30 > To: vchkpw / vpopmail mailing lis

Re: softdnserror - problem on qmail+vpopmail combination

2001-06-15 Thread Andreas Müller
Hey Peter, the smtpd server is setup by inetd. the configline is: smtp stream tcp nowait qmaild /var/qmail/bin/tcp-env tcp-env /var/qmail/bin/qmail-smtpd If I do an telnet localhost 25 to the mailserver I get: 220 mail.hostname.de ESMTP best regards Andreas Mueller

RE: mysql blues

2001-06-15 Thread Chris Ochap
ok false alarm...i had vpopmail as user in vmysql.h and that user didn't have rights to create database or modify existing one. everything is working good. having problem recompiling sqwebmail but that is for another list. thanx all. -Original Message- From: inter7 [mailto:inter7]On Be

Re: vpopmail and procmail

2001-06-15 Thread Greg Cope
Greg Cope wrote: > > Dear All > > I want to do some message filtering, and have set a .qmail-tester in the > relevant domain thus: > > |/var/qmail/bin/preline /usr/local/bin/qmail-procmail greg > > However procmail appears to be ignoring this and going for > /home/vpopmail/.procmailrc > > An

still authentication problem

2001-06-15 Thread Andreas Gundacker
Dear list, I am not able to pop the server. Everythings works nicely including vqwebmail. All messages arrive at the server but they stay there ;-)) popping the server with Communicator or Outlook allways results in an authentication error. I verified: telnet 192.168.17.1 110 +O

solved: still authentication problem

2001-06-15 Thread Andreas Gundacker
Yeees, I got the tiny little point that was missing: Yust a little configuration error within the mail-clients: Under Nescape Comm. go Incomming Mailserver -> Edit and write as username:user%yourdomain.com. This results in an adddress of the sort: [EMAIL PROTECTED] but it popps !!! W

vpop won't compile | please help

2001-06-15 Thread alexus
when i installed mysql i specify following: --prefix=/usr/local/mysql this is my configuration line ./configure --enable-mysql=y --enable-sqllibdir=/usr/local/mysql --enable-la rge-site=y --enable-ldap=y --enable-logging=y --enable-auth-logging=y --enab le-roaming-users=y --enable-relay-clear-m

vpop won't compile w/ mysql | part #2:/

2001-06-15 Thread alexus
i played around a bit i took out ldap that's what cause not to compile last time.. now back to mysql ./configure --enable-mysql=y --enable-sqllibdir=/usr/local/mysql --enable-la rge-site=y --enable-logging=y --enable-auth-logging=y --enable-roaming-users =y --enable-relay-clear-minutes=20 --enabl

qmailadmin templates

2001-06-15 Thread Dave Weiner
Hi all, and especially Ken! I'm just about finished building and testing my qmail cluster (yes, I'll make a full report when I'm done and can breath! My "proof-of-concept, let's see if we can build a qmail cluster and then see how much load it can handle" project became "put it into production"

Strange behaviour when adding a new domain Please help

2001-06-15 Thread burrett
Roger Arnold wrote: Hello All, I am getting strange behavior when adding a new domain, as I can't seem to send any mail to it, but I can with other domains. I have checked the MX records on the nameserver, and they are set the same as the domains that I can send mail to, and no matter what I do,

Mailserver backup problem

2001-06-15 Thread burrett
Roger Arnold wrote: Hello All, I have setup a machine as a backup email server with an MX of 100 while the main mailserver has an MX of 10. The problem is that I don't know how to get the backup machine to automatically re-send all the mail to the main email server when that server comes back u

any ideas folks

2001-06-15 Thread Teknistar Admin
all seems to be well with my vpop setup...mysql is authenticating fine and don't see any errors anywhere in logs except mysql log. anyone know what is going on here? like said i am getting no errors anywhere that i can see and all deliveries and authentications are going through fine. vpop conf

Re: Mailserver backup problem

2001-06-15 Thread Daniel Biddle
On Sat, 16 Jun 2001, burrett wrote: > Roger Arnold wrote: : > I have setup a machine as a backup email server with an MX of 100 while > the main mailserver has an MX of 10. > > The problem is that I don't know how to get the backup machine to > automatically re-send all the mail to the main emai

Child Crashed??

2001-06-15 Thread Lye On Siong Johnny
I get this error when i try to check my POP mail There has been an error transferring your mail. I said: PASS and then the POP server said : ERR acck, child crashed. Can someone tell me why is this so? If i check the mail again, I will be prompted with the password box and after I key in the pa

vpopmail: 4.10.20 qmailadmin: 0.53 release

2001-06-15 Thread Ken Jones
Just posted a 4.10.20 development release here: http://www.inter7.com/vpopmail/vpopmail-4.10.20.tar.gz change log here: http://www.inter7.com/vpopmail/ChangeLog New things: 1) the vmysql.h query definitions have been redone 2) the vmysql.c module no longer uses the site size. Instead it use