[vchkpw] Re: qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Peter Palmreuther
Hello Oliver, First: Please get used to _create a new_ message when starting a new topic, instead of simply answering to an old post. Those of us using MUA capable of threading e-mails get all you stuff as one long thread, albeit subject changed several times. Thank you. On Sunday, February 9,

[vchkpw] qmailadmin feature

2003-02-10 Thread Manish Jain
Hi all Is there any solution with qmailadmin which provide me the facility so that the postmaster of the domain can set the user quota under his domain. Vqadmin is not the solution as it give the access to all domains. Please give the workable solution.. -- MANISH JAIN ([EMAIL PROTECTED])

[vchkpw] Mutt (possibly) and Vpopmail?

2003-02-10 Thread Howard Miller
Hi, I have a small qmail / vpomail installation. I'm having big problems getting sqwebmail to compile (I'm on HP-UX). Sooo... I was wondering can I set up some local users and get them to telnet in and use Mutt (or similar) to access the Maildirs? Trouble is there are (for a start) permission

Re: [vchkpw] Mutt (possibly) and Vpopmail?

2003-02-10 Thread Jesse Guardiani
On Monday 10 February 2003 09:20, Howard Miller wrote: Hi, I have a small qmail / vpomail installation. I'm having big problems getting sqwebmail to compile (I'm on HP-UX). Sooo... I was wondering can I set up some local users and get them to telnet in and use Mutt (or similar) to access the

[vchkpw] Forward Mails or CC Mail

2003-02-10 Thread zafar rizvi
hi all i am using qmail on linux with virutal domains. i have a domain in which i want to receive mails to the users and also get the copy of that mail to another user on another domain or same domain. i have .qmail-default file on specific domain level..only .qmail-default file so how i forward

[vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi all, after installing vpopmail succesfully- I cannot do : telnet localhost 110 Where can I look? Who had the same problem? Oliver Etzel, t-host.de

Re: [vchkpw] Mutt (possibly) and Vpopmail?

2003-02-10 Thread Howard Miller
I would love to do that - but courier-imap won't compile either! I think my machine has an aversion to inter7 software! The telnet thing is just a workaround so we can get our mail, while I'm sorting out the webmail problems. Using pine and POP3 is probably the way to go. I've done that

RE: [vchkpw] Mutt (possibly) and Vpopmail?

2003-02-10 Thread Clayton Weise
If pop3 works, then just use imp with pop3 support. You'll need to compile php with imap support, but in the imp configs just choose that you have a pop3 server and not imap. We've got an old mail server here that doesn't have imap running on it, and that's what I did ;). IMP can be obtained

Re: [vchkpw] after installing vpopmail - I cannot do : telnet localhost 110

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi Jens, thank you very much for answering me. Normally when you make telnet localhost 110 then Escape character is '^]'. +OK 21032.104488897 will appear. I will get no answer. How can I get it work? try a netstat -lnp and search port 110, mayby the port did't bind to localhost. Jens

[vchkpw] vdelivermail problem?

2003-02-10 Thread Juraj Hantak
Hi all, I have a problem with vdelivermail it is not correctly proceeding .qmail- files. Imagine situation you have a domain called test.com. Do you want to forward the whole domain everything@test.com into address [EMAIL PROTECTED] and the address should be proceed acording its .qmail file.

Re: [vchkpw] vdelivermail problem?

2003-02-10 Thread Dzuy Nguyen
Juraj Hantak wrote: Hi all, I have a problem with vdelivermail it is not correctly proceeding .qmail- files. Imagine situation you have a domain called test.com. Do you want to forward the whole domain everything@test.com into address [EMAIL PROTECTED] and the address should be proceed acording

Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Ajai Khattri
Oliver Etzel - GoodnGo.COM (R) wrote: I want qmail to listen to more than one IP. Hpw can I do that? Qmail listens on all IPs by default. -- Aj. Systems Administrator / Developer

RE: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Clayton Weise
Qmail doesn't listen on any ports. tcpserver listens on whatever ip's you tell it to.. by default, people put 0 which means all ip's bound to the box. -Clayton -Original Message- From: Ajai Khattri [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 9:20 AM To: [EMAIL PROTECTED]

Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Ajai Khattri
Clayton Weise wrote: Qmail doesn't listen on any ports. tcpserver listens on whatever ip's you tell it to.. by default, people put 0 which means all ip's bound to the box. I meant tcpserver of course! Pedant! ;-) -- Aj. Systems Administrator / Developer

Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hi Clayton, where to put "0" ? Oliver Etzel Qmail doesn't listen on any ports. tcpserver listens on whatever ip's youtell it to.. by default, people put "0" which means all ip's bound to thebox.-Clayton-Original Message-From: Ajai Khattri [mailto:[EMAIL PROTECTED]] Sent:

Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Paul Theodoropoulos
please heed the advice of others and consult with the qmail documentation, the life with qmail website, and the general www.qmail.org site. none of this has anything to do with vpopmail. these questions have been answered a thousand times before, and are very, very well documented ELSEWHERE.

RE: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Clayton Weise
Here's mine. Also, PLEASE READ life with qmail. It has this very same thing in there and it explains all the components of it. env - PATH=/var/qmail/bin:/usr/local/bin \ tcpserver -q -H -R 0 pop3 \ /var/qmail/bin/qmail-popup mail.mydomain.com \ /usr/local/vpopmail/bin/vchkpw

Re: [vchkpw] Compile issues

2003-02-10 Thread Jonas Pasche
Hi Brad, gcc -g -O2 -Wall -o vchkpw vchkpw.o libvpopmail.a -L/root/mysql/lib/mysql -lmysqlclient -lz -lnsl -lcrypt -lm /usr/bin/ld: cannot find -lz That means that zlib ist missing. What is the -lz all about (I am a long way from being any kind of programmer...) -l specifies a library

Re: [vchkpw] SMTP-Auth doesnt work properly

2003-02-10 Thread Jonas Pasche
Hi Sven, the mailclient sends the auth-infos to the server the server sais no authentiacation method found by MD5-cram authentication You said you're using vpopmail 5.2.1, which only supports PLAIN and LOGIN as authentication types. The current development version supports CRAM-MD5

Re: [vchkpw] some bug vopmail/qmailadmin with plaintext enabled

2003-02-10 Thread Jonas Pasche
Hi, if we use vpopmail with plaintext passwords enabled and some user changes his password to string which contains ':' symbol - qmailadmin doesn't list users after that account. Yes, you're right. That's the problem with every single text database that uses a colon to separate fields.

Re: [vchkpw] vpopmail/qmail + non virtualdomain aliases/forwards

2003-02-10 Thread Jonas Pasche
Hi Stratsimir, The only solution I am aware of is to make .qmail-abuse in every domain dir, but then the postmaster users will be able to delete those forwards using vpopmail frontend. Bloody workaround: After creating .qmail-abuse, do a chown root.root .qmail-abuse. People will be able to

Re: [vchkpw] Prb: Domain with dash

2003-02-10 Thread Jonas Pasche
Hi Federico, ../vpopmail/bin/vadddomain new-domain.com passwd ../vpopmail/bin/vadduser [EMAIL PROTECTED] usr_passwd You edited output. I'm sure your domain name isn't new-domain.com. We can't help you debugging if you hide the real data from us. When I try to send an email to [EMAIL

Re: [vchkpw] Don't understand this ...

2003-02-10 Thread Jonas Pasche
Hi J., As i looked at my logfiles today, I saw the following: 12:43:52 localhost vpopmail[4285]: vchkpw: password fail for every eMail-Account. But fetching eMail works. And it is the right password. Bug? * Turn on more logging through passing --enable-logging=v to ./configure when

Re: [vchkpw] using valias

2003-02-10 Thread Jonas Pasche
Hi Joshua, We used qmail with fastforward before. We had an entry in our /etc/aliases file like this: [EMAIL PROTECTED]: employee1, boss, supervisor [EMAIL PROTECTED]: employee2, boss, supervisor [EMAIL PROTECTED]: boss [EMAIL PROTECTED]: supervisor Question: How do I duplicate

Re: [vchkpw] qmail vpopmail - more than one IP to listen to

2003-02-10 Thread Oliver Etzel - GoodnGo.COM \(R\)
Hello Clayton, aha, now I got it. you controlled it over tcpserver command. Oh my god. tcpserver opts host port prog Here's mine. Also, PLEASE READ life with qmail. It has this very samething in there and it explains all the components of it.env -

Re: [vchkpw] authdaemond

2003-02-10 Thread Jonas Pasche
Hi Ajai, Its been awhile since I setup qmail+vpopmail+courier but I recently had to do this on a new server. IIRC, you could disable authdaemond and just use vchkpw with courier. How do I specify this? Please read my personal installation instructions:

[vchkpw] list domain aliases

2003-02-10 Thread Jonas Pasche
Hi out there, for those of you who need to figure out which alias domains point to a specific vpopmail domain, here's a little shell script: --- cut here --- #!/bin/sh if [ ! $1 ] ; then echo Usage: $0 domain exit fi grep -e [^:]:$1: /var/qmail/users/assign | \ awk -F : '{ print $1 }' |

Re: [vchkpw] qmail+vpopmail+virus scanner

2003-02-10 Thread Jonas Pasche
Hi Anonymous, please use a real name when posting. Thanks. Is there a way to use a filter on every user in a vpopmail-domain directory without putting the filter in every .qmail-user file ? Not on a per-domain basis. You can use server-wide scanners like qmail-scanner

Re: [vchkpw] Denying internet email access for some users

2003-02-10 Thread Jonas Pasche
Hi Winan, I have to deny some users to send / receive email to /from internet users .. So simply delete their accounts. If a user can neither receive nor send mail using his account, his account is completely useless. according to the above tcp.smtp configuration .. my users are still can

Re: [vchkpw] postmaster for virtual domains

2003-02-10 Thread Jonas Pasche
Hi Dale, What do I need to do in order to send the failure notices to the postmaster of the domain that the message is failing on. Right now all failures go to the default domain. That's not true. Failure messages go to the _sender_ of the message. In case of a _double_ bounce (= qmail

Re: [vchkpw] Can postmaster set user quota

2003-02-10 Thread Jonas Pasche
Hi Manish, But I am facing a problem that I want to give the rights of disk usage per user to the domain postmaster. What's wrong with the vsetuserquota program? Jonas

[vchkpw] Quota limit

2003-02-10 Thread Enrique L. Schamann
Does somebody knows how may put a quota per user plus than 2147483647 bytes (i.e. 6Gb). This question is because when a quota of 4294967295 bytes (i.e.) is established the system doesn't works properly, apparently because a int32 limitation ? Any idea ? Regards, -- Enrique Luis Schamann

Re: [vchkpw] Can postmaster set user quota

2003-02-10 Thread Dave Weiner
On Monday, February 10, 2003 3:10 PM, Jonas Pasche [EMAIL PROTECTED] wrote: Hi Manish, But I am facing a problem that I want to give the rights of disk usage per user to the domain postmaster. What's wrong with the vsetuserquota program? Because the domain postmaster often (if not always)

[vchkpw] vmoduser core dumps when using whole domain

2003-02-10 Thread Taylor Dondich
I was using vpopmail 5.2 awhile ago and everything worked fine; however, after upgrading to 5.3.9, vmoduser now core dumps when you specify an entire domain to modify instead of just a specific e-mail address. Any ideas? Taylor Dondich

[vchkpw] install Problem vpopmail

2003-02-10 Thread Roland Schmid
Hello Ml, I have a question to vpopmail. I want to use vpopmail to easy admin a running qmail e-mail-server. The ./configure script says one error. the flag --enable-sqlincdir=/path/to/include/mysql can't find the MySQL Include files. But the include files are at that place. (I have MySQL not in

[vchkpw] vpopbull

2003-02-10 Thread Jesse Guardiani
Greetings list, I noticed that the vpopbull program (current production release version) doesn't toss an error if you give it bad parameters. Is this fixed in the vpopmail development version? -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN

Re: [vchkpw] install Problem vpopmail

2003-02-10 Thread Jonas Pasche
Hi Roland, I have a question to vpopmail. I want to use vpopmail to easy admin a running qmail e-mail-server. The ./configure script says one error. the flag --enable-sqlincdir=/path/to/include/mysql can't find the MySQL Include files. You did ./configure [...]

[vchkpw] Duplicate Messages.

2003-02-10 Thread Bknonix Lists
Has anybody seen this before QMAIL + VPOPMAIL - install qmail on system. Local domain is domain1.com - create user1 / user2 on system. Email works fine to [EMAIL PROTECTED] and [EMAIL PROTECTED] - no changes to default .qmail files in alias directory. - create virtual domain