Re: vipmap and env apache

2001-11-15 Thread Tim Hunter

Remo Mattei writes: 

 Hi guys I just would like some suggestions from you. I have vipmap and I 
 map an ip to a domain but it's still not working. I notice that the 
 sqwebmail is still calling the main sqwebmail exe from my main server 
 /usr/local/apache/cgi-bin instead of calling the one from the 
 /home/httpd/vhost/domain.com/cgi-bin so even though I did map the ip it 
 still says from the main ip. I have read through the doc for setup the 
 virtual here is what Ihave put in the apache file: 
 
sqwebmail will always use the same cgi-bin unless you specify a different 
variable in your vhost 

 SetEnv SQWEBMAIL_TEMPLATEDIR  /home/httpd/vhost/mastroraphael.com/webmail 
 
 but this line does not do anything with the cgi-bin script any 
 suggestions? I have many domains setup with there own cgi-bin dir. so the 
 question is 
 
its not supposed to, this changes where the HTML templates are found, hence 
the variable name. 

 what do  I need to do to make vipmap working?
as far as I know vipmap is just for pop, sqwebmail does its own with tricks 
in the vhosts configs. 

 what suggestions do you have for the env in apache for the cgi-bin script 
 so each of the server is running their own sqwebmail script.  I want to 
 say that it does work it just called the main sqwebmail script.
 THANKS, 
 
 REMO 
 
 



RE: Logging Vpopmail pop3

2001-11-13 Thread Tim Hunter

vpopmail has its own logging mechanism, its a compile time option.


-Original Message-
From: Kevin - System Administrator [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 13, 2001 2:06 PM
To: [EMAIL PROTECTED]
Subject: Logging Vpopmail pop3


This is the line for me to log pop3 connections to /var/log/maillog
#!/bin/sh
/usr/bin/logger -p mail.info -t pop3d [$USER] logged in from $TCPREMOTEIP
[$TCPREMOTEHOST]
exec /var/qmail/bin/qmail-pop3d $1

it works fine and shows the ip and host if its resolvable but it doesnt show
the username
am i using the wrong variable? do i need a patch? does vpopmail use
different scheme for loggin this?




RE: Urgent Help, please!

2001-09-20 Thread Tim Hunter

does your webserver user have rights to work in the vpopmail dirs?

 -Original Message-
 From: The Guyver [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 20, 2001 2:30 PM
 To: [EMAIL PROTECTED]
 Subject: Urgent Help, please!
 
 
 Hello there,
 I'm in a desperate need to write a PHP script that creates a new mailbox
 with vpopmail 4.10.35
 I've written everything correctly but when I use exec or system I 
 always end
 up with this error:
 
 Error: Unable to chdir to vpopmail/domains directory
 
 please help me it's very urgent if anybody has a clue I'll appreciate so
 much.
 
 Guyver
 
 



RE: qmail+vpopmail witchcraft

2001-09-18 Thread Tim Hunter

The error:

Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error

is definately the problem, it looks to me that it cannot read the passwd
file maybe?

what user is your pop3 server being run as?

 -Original Message-
 From: Tom Van de Wiele [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, September 18, 2001 10:41 AM
 To: [EMAIL PROTECTED]
 Subject: qmail+vpopmail witchcraft


 hi

 I'm running qmail as my smtp and pop3 server.  I have normal
 unix-accounts and virtual accounts (qmail accounts) and qmail and
 vpopmail are installed by the book. I made a virtual domain and
 some virtual pop3 accounts with vpopmail
 which are made correctly.

 My pop3 line in inetd (yes, I'm using inetd for now, but that will
 change once I got this working) is:

 pop3stream  tcp nowait  root
 /var/qmail/bin/qmail-popup qmail-popup my.full.domain
 /var/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

 The problem is that nor the normal users, or the virtual/qmail
 accounts can collect their mail.  I've sent the accounts some mail
 using my own smtp server which worked (the mail is in the
 $HOME/Maildir of those users and I see the entires in the logs).

 A little test:

 [snip]

 #telnet localhost 110
 Trying 1.2.3.4 ...
 Connected to my.full.domain.
 Escape character is `^]`.
 +OK [EMAIL PROTECTED]
 user username
 +OK
 pass testpass
 -ERR authorization failed

 [/snip]

 in my /var/log/messages, I get:

 [snip]
   Sep 18 16:15:31 my.full.domain vchkpw: vchkpw: Read error
 [/snip]

 Always the -ERR authorization failed message. This is an
 authentification problem for sure.  I replaced vchkpw with
 /bin/checkpassword and then only the unixaccounts work (which is
 normal because checkpassword gets its passwords from /etc/passwd or
 shadow)  I see several people having the same problem, but no
 answers... not on qmail.org, nor on
 the mailinglist-archive.  I'v been working on this problem for 2 days
 now.

 Any help would be appreciated!

 Best regards

 Tom Van de Wiele
 [EMAIL PROTECTED]






RE: Does Vpopmail suppport UW-IMAP?

2001-08-01 Thread Tim Hunter

Why make your life harder, use courier-imap
http://www.inter7.com/courierimap/

-Original Message-
From: KK [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 6:28 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Does Vpopmail suppport UW-IMAP?


hello friends -

i checked the mail log file and found the following:

imap service init from 192.168.0.169
Preauthenticated user=vpopmail host=nete.linux
[192.168.0.169]

i am perplexed as to why is the IMAP server pre
authenticating and not asking for any password.

note: following is the content of the pop3d run
script:

/usr/local/bin/tcpserver -c 200 -p -x
/etc/tcp.smtp.cdb 0 25 /var/qmail/bin/qmail-smtpd 

/usr/local/bin/tcpserver -u 508 -g 508 -V -R -H -l 0 0
143 /usr/sbin/imapd newqmail.com
/home/vpopmail/bin/vchkpw /usr/sbin/imapd Maildir 

while checking against the IMAP server, i comment out
the line for the POP3 server.

Thanks.
---

 after a lot of hassles, i was successful in
 installing

Qmail+IMAP-with-Maildir-Patch-by-David-Harris+Vpopmail+MySQL.
 following is my quesries relating to the above:
 
 1. Does Vpopmail support
 IMAP-with-Maildir-Patch-by-David? Or is it only good
 for POP3 mails?
 
 2. After installing the above combination of
 softwares
 (I have followed all the intructions step by step
 and
 also tried the various tips given on this list), I
 am
 still not able to receive incoming emails via
 Outlook
 Express or Netscape Messenger using the IMAP
 protocol.
 I tried both Vchkpw cdb-file format as well as MySQL
 format for username/password authentication. But
 nothing seems to work. When I click Get Mails,
 neither of the client email software asks for
 password
 and says, No emails to be downloaded. Though I am
 able to send emails using IMAP protocol. I even
 checked the Maildir directory for the particular
 user
 and i found that the email has reached in there.
 When
 I try to telnet as: telnet newqmail.com 143, I get
 connected to the IMAP server, but when I type user
 [EMAIL PROTECTED] it displays an error: 
 Trying 192.168.0.169... 
 connected to nete.linux(192.168.0.169).
 Escape character is'^]'.
 * PREAUTH nete.linux IMAPreu1 v12.250 server ready
 user [EMAIL PROTECTED]
 user BAD command unrecognized: [EMAIL PROTECTED]
 
 But, the same thing works with POP3 proptocol. Using
 POP3 protocol i am able to send as well as receive
 mails using mail clients.
 
 Any suggestions/help/tips is appreciated.


=
KK
[EMAIL PROTECTED], [EMAIL PROTECTED]
Associate
Netesoft India Ltd.
http://www.netesoft.com
P: 91.40.6319813

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/




RE: Using the correct tcp.smtp?

2001-07-13 Thread Tim Hunter

Edit the line that start qmail-smtpd

-Original Message-
From: Steven Katz [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 11:34 AM
To: [EMAIL PROTECTED]
Subject: Using the correct tcp.smtp?


I don't seem to have smtp-after-pop-auth working. Does anything have 
to be done so that qmail knows to use the tcp.smtp in ~vpopmail/etc 
instead of the one in /etc?

In ~vpopmail/etc:

-rw-rw-r--1 vpopmail vchkpw 62 May 11 06:58 tcp.smtp
-rw-r--r--1 vpopmail vchkpw   2204 Jul 13 06:40 tcp.smtp.cdb

In /etc:

-rw-r--r--1 root root   96 Apr 22 10:52 /etc/tcp.smtp
-rw-r--r--1 root root 2192 Apr 22 21:49 /etc/tcp.smtp.cdb

Steven





RE: vpopmail filtering

2001-06-26 Thread Tim Hunter

Its not that I have not been successful getting vpopmail to work with
maildrop but more along the lines that there is no good way to do this
sitewide or with the inter7 tools.

If I make an alias for myself using qmailadmin let just say its
.qmail-myself it will contain ./thunter/Maildir/
therefore it will not use the filters that I put in place for
.qmail-tim:hunter ( | maildrop -m
~vpopmail/domains/cimx.com/tim.hunter/.mailfilter)

The thing I liked about the filter option in vpopmail is that it would look
for a .vpopfilter file in my virtual home dir and then follow the delivery
instructions there.  I would think that a similar compile time option like
this would be nice, even if it does call maildrop to do the delivery.  I
would think that it would be somewhat trivial to look for a .mailfilter file
in the virtual home.

Similarly sqwebmail does not create filters properly for virtual users,
making delivery instructions such as .lists/. which then maildrop tries to
put in ~vpopmail/Maildir/.lists
minor quibble possibly but making maildrop rules editable from sqwebmail
useless for virtual users
I have thought about editing the sqwebmail source to make complete paths to
the maildir like
/home/vpopmail/domains/cimx.com/tim.hunter/Maildir/.lists/. but haven't
made the time since currently I am the only one using a hacked setup like
this.

If anyone has better experience with using maildrop with
qmailadmin/vpopmail/sqwebmail I would like to hear it.  Also if the
possibility for getting a global check for .mailfilter file on delivery
would be nice though I understand it could be costly to make another check
before delivery.

-Original Message-
From: Matthias Henze [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 2:22 AM
To: Tim Hunter; [EMAIL PROTECTED]
Subject: Re: vpopmail filtering


hi tim,

--On Montag, 25. Juni 2001 16:34 -0400 Tim Hunter [EMAIL PROTECTED]
wrote:

 I was reading the changelog for the latest release of vpopmail (4.10.24)
 and noticed the comment about removing the filtering from vpopmail.
 --snip---
  - removed the filter option in configure and the README.filter
file from the distribution. The same functionality can
now be done with maildrop.
 -- end snip---

 does this mean that vpopmail will now look for a .mailfilter file in the
 users home dir (virtual or real?) and call maildrop?

no, use a .qmail file in teh users home with a line like:

|maildrop -m mailfilterrulefile

create a mail drop filter rule file. thats it.



Matthias Henze MH458-RIPE
[EMAIL PROTECTED]

Use PGP!! http://www.mhcsoftware.de/MatthiasHenze.asc
-
MHC SoftWare GmbH  voice: +49-(0)9533-92006-0
Fichtera 17  fax: +49-(0)9533-92006-6
96274 Itzgrund/Germanye-Mail: [EMAIL PROTECTED]
-





vpopmail filtering

2001-06-25 Thread Tim Hunter

I was reading the changelog for the latest release of vpopmail (4.10.24) and
noticed the comment about removing the filtering from vpopmail.
--snip---
 - removed the filter option in configure and the README.filter
   file from the distribution. The same functionality can
   now be done with maildrop.
-- end snip---

does this mean that vpopmail will now look for a .mailfilter file in the
users home dir (virtual or real?) and call maildrop?

or am I missing something entirely?
I have always had a hard time configuring virtual users with mailfiltering.

Tim Hunter -- [EMAIL PROTECTED]
SysAdmin -- CIMx
http://www.cimx.com




RE: [Fwd: [comments] How to add new download links]

2001-06-21 Thread Tim Hunter

Since when are inter7 apps not open source certified?
Someone better fix the COPYING file that comes with vpopmail then, you know
that one that has all that worthless information about the GPL

*sigh*

-Original Message-
From: inter7 [mailto:inter7]On Behalf Of Ken Jones
Sent: Thursday, June 21, 2001 4:35 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [Fwd: [comments] How to add new download links]



Thought you folks might be interested in seeing this response
from appwatch when I asked for them to include qmail, vpopmail,
qmailadmin and sqwebmail on thier pages.

Ken Jones

John D. Rowell wrote:

 Hi Ken,

 On Wed, Jun 20, 2001 at 11:54:23AM +0200, Ken Jones wrote:
  I was on your site, got a login, and noticed you are missing
  some of the most widely used software from your download links.
 
  Spefically,
 
  Daemons/SMTP
  qmail http://www.qmail.org/
  vpopmail http://www.inter7.com/vpopmail/
 
  Also
  Web/Email
  SqWebMail http://www.inter7.com/sqwebmail/
 
  and a web administration tool for qmail and above
  QmailAdmin http://www.inter7.com/qmailadmin/

 Although these are nice apps, they're either not licensed under a
 Free Software / Open Source license (i.e. qmail) or depend on one
 that is not (which makes them 'contrib' by Debian standards). If
 their license changes in the future we'll be sure to add them (other
 apps like MySQL and nedit changed their licenses recently and were
 added).

 Also, I never used SqWebMail, in case it doesn't depend on qmail
 (which I guess it doesn't), you can submit it through this page:

http://appwatch.zdnet.com/about/submit

 Cheers and thanks for your suggestions,
 jd

 --
 John D. Rowell  [EMAIL PROTECTED][EMAIL PROTECTED]
 [irc: jdrowell] http://jdrowell.com  http://appwatch.com
 [icq: 6273503 ] my GPL'd appsFree Software / Open Source
 [pgp: http://jdrowell.com/pgpkey] I see fat people!




RE: Error trying to compile Vpopmail with Mysql - please help

2001-06-04 Thread Tim Hunter

 from a previous post -

I had not tested 4.10.12 with --enable-auth-logging=y
It is fixed in 4.10.14
http://www.inter7.com/vpopmail/vpopmail-4.10.14.tar.gz
Try that
Ken
 end snip 


-Original Message-
From: oldarnie [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 1:08 PM
To: John
Cc: VpopMail
Subject: Re: Error trying to compile Vpopmail with Mysql - please help


Roger Arnold wrote:

Hello John,

With respect, I am not a C programmer, so could you tell me how?
i.e. What needs to be put in the file and where?

Thanks in advance
Roger
- Original Message -
From: John
To: oldarnie
Sent: Tuesday, June 05, 2001 2:04 AM
Subject: RE: Error trying to compile Vpopmail with Mysql - please help


vdeloldusers.c:143:2: #else without #if
vdeloldusers.c:150:2: #endif without #if

edit vdeloldusers.c line 143 and 150 and fix it.
-Original Message-
From: oldarnie [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 11:58 AM
To: VpopMail
Subject: Error trying to compile Vpopmail with Mysql - please help


Roger Arnold wrote:

I seem to have stumbled into a major problem while trying to compile
Vpopmail and would be obliged if someone could help ASAP please.

I used the following configuration:

--mandir=/usr/share/man --enable-roaming-users=y --enable-auth-logging=y
--enable-logging=v --enable-mysql=y --enable-valias=y --enable-hardquota=300


I got the following error:

vdeloldusers.c:143:2: #else without #if
vdeloldusers.c:150:2: #endif without #if
make[2]: *** [vdeloldusers.o] Error 1
make[2]: leaving directory '/usr/src/vpopmail-4.10.9'
make[1]: *** [all-recursive] Error 1
make[1]: leaving directory '/usr/src/vpopmail-4.10.9'
make: *** [all-recursive-am] Error 2

I am compiling on a Redhat 7.1 box with an AMD K6-2 550 and 64MB Ram

Any and all help would be appreciated ASAP Please

Thanks in advance
Regards
Roger





RE: Where is the authlib directory

2001-06-04 Thread Tim Hunter

FYI
I just upgraded my vpopmail from 4.9.10 to 4.10.14 and I didn't change a
thing for my sqwebmail to continue working.
That being said I do plan to upgrade to a newer sqwebmail soon.

-Original Message-
From: burrett [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 04, 2001 4:11 PM
To: [EMAIL PROTECTED]
Subject: Where is the authlib directory


Roger Arnold wrote:

Hello All,

I have just downloaded vpopmail-4.10.14 and noticed on the download
page that if sqwebmail is going to be used, a file has to be changed
in the authlib directory,
so where is the directory?

I couldn't find it in the vpopmail-4.10.14 source directory, nor can I
find it in the ~vpopmail/ directory tree after compilation.

I need sqwebmail so I need to find this directory, please help

Thanks in advance
Regards
Roger





Re: dbfunctions - it's over

2001-05-25 Thread Tim Hunter

It was answered before this posting on the list, when Krzysztof first
noticed that the dbfunctions patch in its entirity was not going to be
included in the latest vpopmail build.
You can check the archives for the exact posting (subject Dbfunctions) but
the general of it all was that dbfunctions could not be included in its
current state because it breaks non database installations, it lacks
documentation and Krzysztof never gave Ken enough information to port it
properly to support the entire vopmail userbase.

-- Tim
- Original Message -
From: "Wojciech Smolkowski" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, May 25, 2001 5:00 PM
Subject: Re: dbfunctions - it's over


Hi,

Can anyone tell me, why there is no answer ( for letters with 'dbfunctions'
in Subject ) from inter7.com ?

On Fri, 18 May 2001, Krzysztof Dabrowski wrote:

 Hello..

 It's a sad day, but i guess it was ment to be like this

 We are stoping the dbfunction patch development. There will be no more
 releases from us. The already finished improved quota support (no re-calc
 on every delivery with small patch to qmail-pop3d) wont be released too.

 We have decided to start a similar project on our own. It'll differ from
 vpopmail in 2 aspects:

 a) speed - we aim to be nearly as fast as stock qmail but with mass
virtual
 hosting support.
 b) quota - file system independent fast quota system
 c) simplicity - no bloat..

 At this point of time i can not tell you if it's going to be open project
 or not - i have to consult our management (we are being paid to program
 it). But inerested parties can contact me and we can work something out i
 supose.

 If somebody wants to maintain the dbfunction patch then feel free to
 contact me. You will be able to download the last release version together
 with vpopmial that works with it from my homepage.

 Thanks for all good words from users of the patch.

 And to Ken: Sorry, you just don't know how to run an open source project,
 period.

 bye,

 Kris



wojciech smokowski [ mailto:[EMAIL PROTECTED]]
PGP key: sh# pgpv hkp -a keys.pgp.com/0x2FFD974D
[mobile ph. +48502525521] * Powered by /bin/pine








Re: Authentication Problems

2001-05-13 Thread Tim Hunter

you line should look similar to this (note the single domain)

tcpserver -v -H -R -l mail -c5 0 pop3 qmail-popup mail.domain.com\
   vchkpw qmail-pop3d Maildir 21

- Original Message -
From: Brian C. Doyle [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, May 13, 2001 10:31 AM
Subject: Authentication Problems


 Hello,


 I am runing Redhat 6.1 and installed Qmail and got that running and doing
 pop mail just fine.  I installed vpopmail and it installed fine... I can
 add a domain and a user to that domain Cool  so I kill my pop3 that is
 running (tcpserver 0 pop3 /var/qmail/bin/qmail-popup qmail-popup
jbbent.com
 /usr/bin/checkvpw /var/qmail/bin/qmail-pop3d Maildir) and start the Qmail
 with vpopmail with
 tcpserver 0 pop3 /var/qmail/bin/qmail-popup \
   domain1.com domain2.com \
   /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 

 Domain1.com is the original domain that was working under just
 Qmail.  Domain2.com is a virtual domain with out its own IP.  Now I can
not
 check email on either domains. Okay so I add domain1.com to ./vadddomain
 dmain1.com password and a user and just get an auth error.

 What am I missing to get this working???

 Thank you for all of your help!






Re: Authentication Problems

2001-05-13 Thread Tim Hunter

are you logging your vchkpw auth info?
try looking somewhere in your syslog for the mail requests, post that.


- Original Message -
From: Brian C. Doyle [EMAIL PROTECTED]
To: Tim Hunter [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Sunday, May 13, 2001 11:25 AM
Subject: Re: Authentication Problems


 Sorry about the last email.. I fixed it.  So the server now starts but I
am
 back to getting

 -ERR authorization failed
 Connection closed by foreign host.
 tcpserver: end 31317 status 256
 tcpserver: status: 0/5

 I have my domain added and the user added but getting now where



 At 11:17 AM 5/13/01 -0400, Brian C. Doyle wrote:
 Okay so I run this and I Telnet Into the server and get
 telnet localhost 110
 Trying 127.0.0.1...
 tcpserver: status: 1/5
 tcpserver: pid 31234 from 127.0.0.1
 tcpserver: ok 31234 mail:127.0.0.1:110 :127.0.0.1::4808
 tcpserver: warning: dropping connection, unable to run qmail-popup: file
 does not exist
 tcpserver: end 31234 status 28416
 tcpserver: status: 0/5
 Connected to localhost.
 Escape character is '^]'.
 Connection closed by foreign host.
 
 Now what did I mess up?
 
 At 11:08 AM 5/13/01 -0400, Tim Hunter wrote:
 you line should look similar to this (note the single domain)
 
 tcpserver -v -H -R -l mail -c5 0 pop3 qmail-popup mail.domain.com\
 vchkpw qmail-pop3d Maildir 21
 
 - Original Message -
 From: Brian C. Doyle [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, May 13, 2001 10:31 AM
 Subject: Authentication Problems
 
 
   Hello,
  
  
   I am runing Redhat 6.1 and installed Qmail and got that running and
doing
   pop mail just fine.  I installed vpopmail and it installed fine... I
can
   add a domain and a user to that domain Cool  so I kill my pop3 that
is
   running (tcpserver 0 pop3 /var/qmail/bin/qmail-popup qmail-popup
 jbbent.com
   /usr/bin/checkvpw /var/qmail/bin/qmail-pop3d Maildir) and start the
Qmail
   with vpopmail with
   tcpserver 0 pop3 /var/qmail/bin/qmail-popup \
 domain1.com domain2.com \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 
  
   Domain1.com is the original domain that was working under just
   Qmail.  Domain2.com is a virtual domain with out its own IP.  Now I
can
 not
   check email on either domains. Okay so I add domain1.com to
./vadddomain
   dmain1.com password and a user and just get an auth error.
  
   What am I missing to get this working???
  
   Thank you for all of your help!
  
  






RE: More pop3 questions

2001-05-09 Thread Tim Hunter

Not completely true, you can use --enable-ip-alias-domains=y and use the
vipmap to have the simple username authentication.


-Original Message-
From: Michael French [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 12:08 PM
To: Ruben
Cc: [EMAIL PROTECTED]
Subject: Re: More pop3 questions


You only need one pop3 server running, it will answer all pop3 requests.
When you have multiple domains, you use the [EMAIL PROTECTED] to
authenticate and that is how pop3 knows which user at which domain is trying
to get access.  You can only use the username only authentication for one
domain (you must compile vpopmail with --enable-default-domain=mydomain.com.
Check this option in the docs for the right syntax).  All other domains will
have to use [EMAIL PROTECTED] to authenticate.

Michael French
On Wednesday 09 May 2001 11:40, you wrote:
 I'm using the script shown at http://www.inter7.com/vpopmail/FAQ
   to configure my pop3 service.
 Now I want to add another domain, should I run 2 similar scripts or one
 with both domains specified? something like this could work?

 env - PATH=/var/qmail/bin:/usr/local/bin \
 tcpserver 0 pop3 /var/qmail/bin/qmail-popup \
 first.host.here second.host.here \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 


 And... what should I do to make users authenticate via pop without using
 as login '[EMAIL PROTECTED]', I want them to use just 'username' as
 any other pop3 service.
 I compiled vpopmail with --enable-ip-alias-domains=y
 What am I missing?

 Regards,

 Ruben Olague.

--
Michael French
Asheville Citizen-Times
IT Dept.
(828)236-8966




RE: user@domain

2001-05-09 Thread Tim Hunter

Not sure where you see user:domain

My docs say user@domain or user%domain

-Original Message-
From: Ed Henderson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 09, 2001 1:05 PM
To: [EMAIL PROTECTED]
Subject: user@domain


According to the FAQ vpopmail requires the POP3 client to use account name
in the form of user:domain for virtual domain email.  Is it possible to
configure it to use the form user@domain?  This is much more intuitive for
users.


Thanks,
Ed.





RE: Dbfunctions

2001-05-08 Thread Tim Hunter

For what its worth, my 0.02

From what I remember the dbfunctions patch is strictly for those people
using vpopmail with a db backend, from my original quick scan several months
ago I was able to determine that this would break my installation of
vpopmail since I do not use a db, but instead another authentication format.

Ken has to retrofit this to fit EVERYONE who is using vpopmail, not just
those who fit your scenario Krzysztof, and though you have many people using
your patches successfully I would assume that that is a very small portion
of the installed userbase of vpopmail.

I also remember Ken publicly asking for documentation on how it works when
you publicly complained in the last version of vpopmail when it wasn't
included.  I would assume Ken never received what he felt was needed to fit
this properly into vpopmail and therefore developed perhaps a
feature-crippeled version of your patch in order to provide a product to
support the entire userbase of vpopmail.

-- Tim

-Original Message-
From: Krzysztof Dabrowski [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 08, 2001 5:32 AM
To: [EMAIL PROTECTED]
Subject: Dbfunctions


Ken,

I've read the latest changelog for vpopmail. i've noticed that you have
implemented something that looks like feature-crippled version of my
dbfunctions patch.

After a half year of nearly ignoring me and my friends attempts, without
ANY open discussion about these features (i've been asking for discussion
atleast few times) you have basicaly THROWN AWAY all of our work (and
wasted the efforts of beta testers from this list).

Can you tell me is there a way for people like us to contribute to vpopmail
without the risk of being completely ignored and our time wasted?

This is the last time, i'm trying to change something. I grew tired of all
this. If nothing changes (or i get no reply as usual) i will stop investing
my time in vpopmail.

Kris





RE: sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)

2001-04-30 Thread Tim Hunter

My fix:
Edit authlib/Makefile
look for the line like
CRYPTLIBS = -lcrypt
change it to
CRYPTLIBS = -lcrypt -L/usr/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm

(I copied the extra info from the MYSQL_LIBS line further down the Makefile)

I don't know if this is what your supposed to do but it worked for me.
I guess this MYSQL_LIBS line isn't getting appended where it should.

-Original Message-
From: Drew Linsalata [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 30, 2001 2:48 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: sqwebmail 2.0 compile problem (MySQL support w/vpopmail?)


Hi folks,

Not sure if this is a Sqwebmail or Vpopmail problem, but we have Vpopmail
4.9.8-1 running with MySQL support on a FreeBSD box and when we try to
compile Sqwebmail 2.0.0, we get a slew of the following errors:

/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x1592): undefined
reference to `mysql_query'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15a6): undefined
reference to `mysql_store_result'
/usr/local/src/qmail/vpopmail-4.9.8-1/vauth.c(.text+0x15b4): undefined
reference to `mysql_free_result'

Here's our sqwebmail configure command:

./configure --without-authpwd --without-authshadow --without-authpam
--without-authuserdb --without-authldap --without-authdaemon
--enable-cgibindir=/home/www/public_html/cgi-bin
--enable-imagedir=/home/www/public_html/images
--enable-imageurl=/images/webmail/ --enable-webpass=no
--enable-softtimeout=7200 --enable-hardtimeout=36000

Any ideas?

Drew Linsalata
The Gotham Bus Company
Internet Server and Carrier Neutral Co-Location
http://www.gothambus.com





Re: How to create message (filter) rule?

2001-04-18 Thread Tim Hunter

vpopmail does not user maildrop for delivery, so it never sees the
.mailfilter.
Perhaps if we complain loudly enough someone will think of a way to make
vpopmail use maildrop rules or something similar.

Also sqwebmail only creates the rules to deliver to a relative directory,
since vpopmail users home is ~vpopmail the delivery will never work.
It would need a absolute path.

- Original Message -
From: "Le Van Chi" [EMAIL PROTECTED]
To: "Johan Almqvist" [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, April 18, 2001 12:45 AM
Subject: Re: How to create message (filter) rule?


 Dear Johan Almqvist,

 Thank you for your guide.
 However I still cannot get mail filters worked. My configuration include
 qmail (/var/qmail), vpopmail (/home/vpopmail), sqwebmail, maildrop
 (/usr/local/bin/maildrop)

 my /var/qmail/rc :
 exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start '|dot-forward .forward | /usr/local/bin/maildrop ./Maildir/'

 my /usr/local/share/sqwebmail/maildirfilterconfig :
 MAILDIRFILTER=../.mailfilter
 MAILDIR=./Maildir

 When I try to create a mail filter in sqwebmail, the filter rule is
created
 successfully. I can see sqwebmail creating a .mailfilter file in
 /home/vpopmail/domains/fsps.com/a1/.

 The only thing is that when I sent an email to test the rule, It does not
 seem to have any effect.

 Do I miss any configuration step?

 Thanks,



 - Original Message -
 From: "Johan Almqvist" [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, April 17, 2001 7:03 PM
 Subject: Re: How to create message (filter) rule?

 * Le Van Chi [EMAIL PROTECTED] [010417 05:42]:
  Dear All,
  I am using vpopmail + courier-imap server and sqwebmail.
  I wonder if I can create filter rules for incoming messages.
  Thanks in advance,

 RTFM. This is described in great detail in the sqwebmail docs. The
 relevant file in the source tree is maildir/README.maildirfilter.html

 If you have problems, be sure to check the logs...

 -Johan
 --
 Johan Almqvist
 http://www.almqvist.net/johan/qmail/







RE: How to create message (filter) rule?

2001-04-18 Thread Tim Hunter

Like I said it needs an absolute path.
edit your .mailfilter file and change the reference from
"./Maildir/.lists.vchkpw/."
to "/home/vpopmail/domains/indochinanet.com/chi.lv/Maildir/.lists.vchkpw/."

-Original Message-
From: Le Van Chi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 18, 2001 5:52 AM
To: [EMAIL PROTECTED]
Subject: Re: How to create message (filter) rule?


Thank very much for your help.

I hate to bother you again but if I put

| maildrop ./chi.lv/Maildir/.mailfilter

in /home/vpopmail/domains/fsps.com/.qmail-chi:lv

it does not work too . I received following message:

deferral: /usr/local/bin/maildrop:_Unable_to_open_mailbox./


Is there any stupid thing I have made?



- Original Message -
From: "Johan Almqvist" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, April 18, 2001 3:01 PM
Subject: Re: How to create message (filter) rule?
* Tim Hunter [EMAIL PROTECTED] [010418 08:56]:
 vpopmail does not user maildrop for delivery, so it never sees the
 .mailfilter.
 Perhaps if we complain loudly enough someone will think of a way to make
 vpopmail use maildrop rules or something similar.

I went around this problem by creating a .qmail-username file containing
| maildrop ./user/Maildir/.mailfilter

That's a crude hack but it works...

 Also sqwebmail only creates the rules to deliver to a relative directory,
 since vpopmail users home is ~vpopmail the delivery will never work.
 It would need a absolute path.

Nah, works.

-Johan
--
Johan Almqvist
http://www.almqvist.net/johan/qmail/








Re: qmail doesnt deliver to maildir

2001-04-13 Thread Tim Hunter

logs?

- Original Message -
From: "Nikolai Dahlem" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, April 13, 2001 8:29 AM
Subject: qmail doesnt deliver to maildir


 Hi,

 I had to reinstall qmail  vpopmail and now qmail doesn't deliver mails
 anymore, all vhost are setup up correctly, it takes the mail, but it goes
 straight to /queue/mess/
 any ideas why this could be ?
 pop auth  everthing is working fine, but the mails don't make it to the
 Maildir

 regards

 Nikolai Dahlem







RE: Relay client for pop authentication

2001-04-09 Thread Tim Hunter

Please stop all the cross postings.

Have you tried compiling vpopmail with the roaming users option?
--enable-roaming-users=n|y   Enable or disable open relay after pop
authentication. Default is no


-Original Message-
From: Wagner [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 11:43 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Relay client for pop authentication


Good Afternoon:

I'd like to know how can i became a relay client with pop authentication.

I've already tried SMTP-POPLOCK but it didn't work.

Any ideas?

Thank you.

Wagner Garcia Campagner




RE: Upgrade from 4.9 to 4.9.10

2001-04-09 Thread Tim Hunter

I don't know the exact reason but I think it was a major pain to teach
everyone to setup dns properly rather than maintain a config file.


-Original Message-
From: Jan Knepper [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 09, 2001 1:36 PM
To: Tim Hunter
Cc: [EMAIL PROTECTED]
Subject: Re: Upgrade from 4.9 to 4.9.10


Nop!
I just checked around a little more and found vipmap and wondered why it
does not work through DNS anymore...

Jan



Tim Hunter wrote:

 You just missed a thread on this, do you have the ~vpopmail/bin/vipmap
setup
 properly?

 -Original Message-
 From: Jan Knepper [mailto:[EMAIL PROTECTED]]
 Sent: Monday, April 09, 2001 1:03 PM
 To: [EMAIL PROTECTED]
 Subject: Re: Upgrade from 4.9 to 4.9.10


 I already had checked all the options I used.
 They are the same from the 4.9 and 4.9.10 builds:
 --enable-ip-alias-domains=y

 maillog however shows no domain...
 I guess the option --enable-ip-alias-domains=y is not really being
 compiled into the code...

 Apr  9 11:20:02 digitaldaemon vpopmail[97337]: vchkpw: password fail
 user@:192.168.x.x
 Apr  9 11:20:06 digitaldaemon vpopmail[97339]: vchkpw: password fail
 user@:192.168.x.x
 Apr  9 11:20:10 digitaldaemon vpopmail[97341]: vchkpw: password fail
 user@:192.168.x.x
 Apr  9 11:21:38 digitaldaemon vpopmail[97386]: vchkpw: password fail
 user@:192.168.x.x
 *** Changed back to 4.9 ***
 Apr  9 11:21:52 digitaldaemon vpopmail[97392]: vchkpw: password fail
 [EMAIL PROTECTED]:192.168.x.x password
 (Got the password wrong with 4.9)

 Thanks!
 Jan



 Jan Knepper wrote:

 Hi,

 I just tried to upgrade from 4.9 to 4.9.10, but popping mail did not
 seem to work after that.
 Once I restored the original ~/bin directory everything worked fine.

 Any ideas?

 Thanks
 Jan









Re: Seperator change

2001-04-07 Thread Tim Hunter

You can use admin%masterinbusiness.com
Its all in the docs.

- Original Message -
From: "Anil" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, April 07, 2001 2:06 PM
Subject: Seperator change


 Hi All,
 I have just installed Qmail + Vpopmail + Courier POP3/IMAP Server. I Have
added around 10 Domains on the server. I am facing one problem, when i
checking my mail with Outlook Express it works fine, but when i use Netscape
Messanger or Eudora Light my mail doesn't work.

 My Domain is : masterinbusiness.com
 Username : [EMAIL PROTECTED]
 Password : 

 Is there any way to change e-mail seperator for Vpopmail, like if i can
comvert my user id from [EMAIL PROTECTED] to
admin.masterinbusiness.com than it will work in Netscape.
 Please tell me which file to modify, for changing mail seperator.

 Anil


 _
 Chat with your friends as soon as they come online. Get Rediff Bol at
 http://bol.rediff.com









RE: page protected

2001-04-06 Thread Tim Hunter

No, and your asking in the wrong place.
Search httpd.apache.org for .htaccess.

This is due to your browsers features.

-Original Message-
From: Wagner [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 06, 2001 1:12 PM
To: Andreas Mller; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: page protected


Good Afternoon:

I know. If i close the browser it's OK.

But i want to know if there is a way even if i don't close the browser.
Understand?

If i go to other pages then i come back to the page protected i'm not asqued
about the password.

Is there a way for every time i come back to this page i must put the
password?

Wagner Garcia Campagner
- Original Message -
From: Andreas Mller
To: Wagner ; [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, April 05, 2001 6:04 PM
Subject: Re: page protected


hello wagner,

your question isn't very difficult.

The Browser stores the information (password and user) for the time you are
browsing other pages.
If you close your browser the information is in /dev/null..

Best Regards
@ndreas Mller




RE: Qmailadmin and Vpopmail

2001-04-04 Thread Tim Hunter

How about something we can read?

-Original Message-
From: Han Lim [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 04, 2001 8:12 AM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Qmailadmin and Vpopmail


Thanks for your help Tim, Ok, let me explain it in detail : First I install
qmail and follow the instruction step by step, my box have no DNS name and
it point to other box for DNS query, so I use ./config-fast
machine.domain.com to configure the file under the control directory, then I
create the directory 'service' under /var/qmail and other needed directory
and the last, I run qmail from startup script and it works.  Second, I
install vpopmail/vchkpw with
'--enable-qmail-dir --enable-logging=y --enable-sqwebmail-pass=y --enable-lo
g-name=vpopmail --enable-tcpserver-file --enable-default-domain --enable-ip-
alias-domain --enable-passwd=y'Btw, example, I do ./config-fast
menix.stevencen.com and I create the virtualdomain with name
'stevencen.com', is it same or different or will cause an error? I try to
sent mail to outside, and when I see the 'From' is from
[EMAIL PROTECTED] and not [EMAIL PROTECTED], so I create the
virtual domains name 'stevencen.com' to anticipate it. Does it make sense?
Third, after vpopmail, I install vqsignup and I found one strange thing
here, why the binary 'vqsignup.cgi' have 4755 mode? And I must change it to
755 mode or I can't run it from my web browser. What's wrong, my Apache
directory permission wrong or the vqsignup wrong? Same thing are happen to
'qmailadmin' binary too.  FYI, When I try it on RH6.2, it's work perfect
include the vqsignup, qmailadmin and sqwebmail, but in RH7, I got trouble,
cannot signup and cannot login as postmaster in qmailadmin.  Ok, look
forward to hearing from anyone who can help me and thanks for help.
regards, Steve --- "Tim Hunter" [EMAIL PROTECTED]  wrote: Sounds like
you are having some configuration issues. How did you setup qmailadmin,
vpopmail, and vqsignup?  from source? using mysql? cbd? etc...  I am sure
everything couldn't be setup correctly if things are not working. try
checking your logs for more info.  It would be nice to see some logs, and
how your setup your qmail to return the 'address not found'  error. Please
post unedited logs to the list so we can help you.  Provide any relevant
information as well.  - Original Message - From: "Han Lim"
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc:
[EMAIL PROTECTED] Sent: Tuesday, April 03, 2001 10:28 PM Subject:
Qmailadmin and VpopmailDear Inter7.com   I have a problem in
qmailadmin which everytime I enter my postmaster password, it's always said
'invalid password'. I'm sure the password I type is totally persist with
the one that I'm type when I created a virtual domain.   Another
problem is vqsignup, why I couldn't signup and it always return 'error
while processing...'. Everything is set up correctly.   When I'm not
install vpopmail in my system, why when I trying to send mail to
[EMAIL PROTECTED], it was returned 'address not found' error. Does I must
install vpopmail to make [EMAIL PROTECTED] valid?   Thanks.   regards,
 Steve   ==  Get Your Lifetime Free Email Only @ StevenCen.com  
_  

==
Get Your Lifetime Free Email Only @ StevenCen.com

_





Re: How to transfer accounts datas to a new machine

2001-04-03 Thread Tim Hunter

just tar up the ~vpopmail dir and the /var/qmail dir (or at least the
relevant control and user files)
restore on the new box


- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, April 03, 2001 1:27 AM
Subject: How to transfer accounts  datas to a new machine


 Hello everybody,

   These days I'm configing a new mail server for our company. Our old
mail server:
 FreeBSD+Qmail+Vpopmail+Sqwebmail. The old server is not configed by me and
I don't know
 how I can transfer all the user accounts and user's datas from the olde
machine to the
 new machine. Who can give me a solution. Thank you very much.


 sliao
 [EMAIL PROTECTED]
 --
  21CN  http://www.21cn.com
 Thank you for using 21cn.com Email system






Re: Qmailadmin and Vpopmail

2001-04-03 Thread Tim Hunter

Sounds like you are having some configuration issues.
How did you setup qmailadmin, vpopmail, and vqsignup?  from source? using
mysql? cbd? etc...

I am sure everything couldn't be setup correctly if things are not working.
try checking your logs for more info.

It would be nice to see some logs, and how your setup your qmail to return
the 'address not found'  error.
Please post unedited logs to the list so we can help you.

Provide any relevant information as well.

- Original Message -
From: "Han Lim" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Tuesday, April 03, 2001 10:28 PM
Subject: Qmailadmin and Vpopmail


 Dear Inter7.com

 I have a problem in qmailadmin which everytime I enter my postmaster
password, it's always said 'invalid password'. I'm sure the password I type
is totally persist with the one that I'm type when I created a virtual
domain.

 Another problem is vqsignup, why I couldn't signup and it always return
'error while processing...'. Everything is set up correctly.

 When I'm not install vpopmail in my system, why when I trying to send mail
to [EMAIL PROTECTED], it was returned 'address not found' error. Does I must
install vpopmail to make [EMAIL PROTECTED] valid?

 Thanks.

 regards,
 Steve

 ==
 Get Your Lifetime Free Email Only @ StevenCen.com

 _






Re: Maildrop + Sqwebmail

2001-04-01 Thread Tim Hunter

MAILDIRFILTER should be the path to the filter, not to the maildrop program.

- Original Message -
From: "Ninad Gupte" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 01, 2001 11:48 AM
Subject: Maildrop + Sqwebmail


 Hello,

 I have a setup of vpopmail and sqwebmail. I have installed maildrop and
 created  maildirfilterconfig in /usr/local/share/sqwebmail

 The contents of the file are :

 MAILDIRFILTER=/usr/local/bin/maildrop
 MAILDIR=./Maildir/

 My /var/qmail/rc reads as follows:

 #!/bin/sh

 exec env - PATH="/var/qmail/bin:$PATH" \
 qmail-start '|dot-forward .forward
 | /usr/local/bin/maildrop
 ./Maildir/'

 When I select `Edit Mail Filters' from Sqwebmail, I get an error message:
 "ERROR: You have an incompatible existing mail filter, contact your system
 administrator"

 I am not sure if my config file above is right. Can someone tell me what
 mistake am I doing?

 Thanks,
 Ninad






RE: vpopadmin

2001-03-16 Thread Tim Hunter

Any chance some files are going to be released on this?
I would love to take a look at it.

-Original Message-
From: Waldorf [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 5:54 PM
To: [EMAIL PROTECTED]
Subject: vpopadmin


Very neat!

go to souceforge and have a look at 'vpopadmin'.
I want to implement the ezmlm/idx support but am involved
too much in job related things currently.

so far, 'vpopadmin' looks brilliant and works fine.

when ezmlm/idx support and some minor enhancements are added,
this is a neat administration package for vpopmail.

What about to port qmailadmin to php?

why ? vpopadmin is php based and much .. er .. whatever :-)

Holger






RE: pop3 server for virtual domains

2001-03-15 Thread Tim Hunter

You only need the pop3d to run once to manage all of your domains, each
separate domain logs in as [EMAIL PROTECTED]
Or if you have your DNS setup properly as described in the docs they can
just login with user.


-Original Message-
From: Revina [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 4:51 AM
To: vpopmail
Subject: pop3 server for virtual domains


I've installed qmail 1.03 + vpopmail 4.9.8 + sqwebmail on freebsd 3.3,
so I repalced (of /etc/inetd.conf) :

pop3 stream tcp nowait root /usr/local/libexec/popper popper

with

pop3 stream tcp nowait root /var/qmail/bin/qmail-popup qmail-popup
1ST.VDOMAIN /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir

it works fine for [EMAIL PROTECTED]

how do I setup pop3 (inetd.conf) for other domain (2ND.VDOMAIN, etc) ?

regards

 --revina--






cherbon.net FREE webmail
http://www.cherbon.net

powered  managed by :
http://crb.elga.net.id _





RE: Using pop to get email from sqwebmail

2001-03-09 Thread Tim Hunter

sqwebmail does not use pop, it is strictly a web based email server.

you are quite confused.

-Original Message-
From: Lee Lewis [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 09, 2001 5:23 PM
To: [EMAIL PROTECTED]
Subject: Using pop to get email from sqwebmail


Can anyone tell me why pop does not respond in SQwebmail and what to check
for?
When you use webmail everything is great.
But try and get your email from outside you get the below.

Unable to connect to server.(account: 'domain.com'POP3 Server:
'domain.com', Error Number 0x800ccc0e)

This is starting to happen alot.
I can't figure it out.
Please, Please, Please Help.





RE: client login problem

2001-03-05 Thread Tim Hunter

It always appends the remote ip, thats for logging purposes.


-Original Message-
From: matthieu foillard [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 05, 2001 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: client login problem


On Mon, Mar 05, 2001 at 05:21:14PM +0100, Nicolay Hoey wrote:
 Hello...
 Mon, 5 Mar 2001 17:09:01 +0100 skrev matthieu foillard
[EMAIL PROTECTED] :

  On Mon, Mar 05, 2001 at 04:02:52PM -0800, celano e5net wrote:
   try to use this as user:
   user%domain.com
 
  ok :
 
  telnet 212.83.156.162 
  Trying 212.83.156.162...
  Connected to 212.83.156.162.
  Escape character is '^]'.
  +OK [EMAIL PROTECTED]
  user matthieu%taktile.net
  +OK
  pass _mypass_
  -ERR authorization failed
  Connection closed by foreign host.
 
  on the pop box :
 
  Mar  5 17:06:42 taktile3 vpopmail[16020]: vchkpw: No user found
[EMAIL PROTECTED]:193.253.241.178
 
  can you help a little bit again ?
 
 Are you shure the the user exsists on the server ?

sure! that's my own user :
# cat /etc/passwd
...
matthieu:x:1000:1000:Matthieu Foillard,,,:/home/matthieu:/bin/bash
...

The problem is that it append the remote ip to the username.
for more information here is the script i did to startup qmail* on a Debian
box :

#!/bin/sh

DAEMON=/var/qmail/bin/qmail-smtpd
USERMAX=400
PATH="/var/qmail/bin:/usr/local/bin:$PATH"
test -x $DAEMON || exit 0

case "$1" in
  start)
echo -n "Starting qmail-smtpd ($USERMAX simultaneous users)"
start-stop-daemon -S -b -x /usr/local/bin/tcpserver \
-m -p /var/run/smptd.pid -- \
-c $USERMAX -v -u 71 -g 71 0 smtp qmail-smtpd \
21 | splogger smptd 3
echo "."

echo -n "Starting qmail-pop3d"
start-stop-daemon -S -b -x /usr/local/bin/tcpserver \
-m -p /var/run/pop3d.pid -- \
-v -u 71 -g 71 -H -R 0  qmail-popup taktile3.taktile.net \
|
L_ i try both taktile3.taktile.net  
taktile.net
   and it seems not to solve the 
problem
/var/qmail/vpopmail/bin/vchkpw qmail-pop3d Maildir
echo "."

echo -n "Starting qmail-send"
start-stop-daemon -S -b -x /var/qmail/rc \
-m -p /var/run/qmail.pid
echo "."

;;
  stop)
echo -n "Stopping qmail"
start-stop-daemon -K -p /var/run/smptd.pid
start-stop-daemon -K -p /var/run/pop3d.pid
start-stop-daemon -K -p /var/run/qmail.pid
echo "."
;;
  reload)
echo -n "Reloading qmail-send configuration"
start-stop-daemon -p /var/run/qmail.pid -s HUP -K
echo "."
;;
  rebuild-relaying)
echo -n "Rebuilding relaying auth db (/etc/tcp.smtp)"
tcprules /etc/tcp.smtp.cdb /etc/tcp.smtp.tmp  /etc/tcp.smtp
tcprules /etc/tcp.pop3.cdb /etc/tcp.pop3.tmp  /etc/tcp.pop3
echo "."
;;
  force-reload|restart)
sh $0 stop
sleep 1
sh $0 start
;;
  *)
echo "Usage: $0
{start|stop|restart|force-reload|reload|rebuild-relaying}"
exit 1
;;
esac

exit 0

after this i have :

# ps aux
...
...
qmaild   16008  0.0  0.0  1228  372 ?S17:04   0:00
/usr/local/bin/tcpserver -v -u 71 -g 71 -H -R 0  qmail-popup
taktile3.taktile.net /var/qmail/vpopmail/bin/vchkpw qmail-pop3d Maildir

vpopmail was configure like this :

./configure \
--enable-roaming-users=y \
--prefix=/var/qmail/vpopmail \
--libdir=/usr/lib

thanks again for your help.

--
Matthieu Foillard [EMAIL PROTECTED]
  [EMAIL PROTECTED]
taktile/8 rue Euryale Dehaynin/75019 PARIS
Tel 01 40 18 42 53
GSM 06 86 57 41 70
--




Re: qmailloganalyzer 0.6

2001-02-22 Thread Tim Hunter

The commands I posted will not erase your logs, my only guess is that you
are still doing something wrong.

- Original Message -
From: [EMAIL PROTECTED]
To: "Tim Hunter" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, February 21, 2001 5:07 PM
Subject: RE: qmailloganalyzer 0.6


Hi Tim;

I tried the changes you suggested and now I've lost another 2 days of
logs.  I'm not sure why I'm having su much trouble with this program.
Anyone else have any suggestions on how to make this work?  Still getting
gzip complaining about the archive, and still not getting any data being
processed into the html files.

Once again, is there a way to re-run this on the archived logs?  I need a
way to get these stats.

Thanks again for your help,

Tren.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= End of Time Networks  http://www.theendoftime.net  -
- (403) 269-2122 =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

On Tue, 20 Feb 2001, Tim Hunter wrote:

 I had similar problems but it turned out I was executing it wrong.

 I got the following tips from the author:

 -s and -t usually do not take arguments.
 make sure that tailocal is in your path If you use daemontools0.70 you
could
 do the following

 ln -s /source/path/to/tai64nlocal /usr/local/bin/tailocal

 then run the script with ./qmailloganalyzer.pl -s -t -d ./archive

 Those parameters were ones I was explicitly trying to use, probably you
want
 different ones.

 I would think this is the same for you since my errors looked the same and
I
 didn't end up with any data either.

 -- Tim

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 20, 2001 11:37 AM
 To: Jrgen Hoffmann
 Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Subject: Re: qmailloganalyzer 0.6


 Hi;

 I've tried using this program and must admit am getting frustrated.  I've
 now lost 5 days of logs from the script.  I get this error:

 [root@theendoftime qmail]# ./qmailloganalyzer.pl
 proceeding [EMAIL PROTECTED]

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 zcat: ./qmail-20010220.gz: unexpected end of file

 And it proceeds to write web stats with no information.  Check
 http://www.theendoftime.net/maillog.  It worked perfectly for the first
 few days, but now I can't get anything going.  Is it possible to re-run
 this over the gziped logs?

 Regards,

 Tren.

 P.S.  I downloaded it from your site again, and that version did not have
 the modified pipe line reading from file descriptor 5 that you had me
 check for.  Can you please e-mail me the latest version as it doesn't seem
 to be on your site.

 Regards,

 Tren.

 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 - Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
 = End of Time Networks  http://www.theendoftime.net  -
 - (403) 269-2122 =
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

 On Thu, 15 Feb 2001, [iso-8859-1] Jrgen Hoffmann wrote:

  Hi all,
 
  I have released qmailloganalyzer 0.6 today. it is available on
  qmaillog.byteaction.de
 
  kind regards
 
  Juergen Hoffmann
 
 
 
 









RE: qmailloganalyzer 0.6

2001-02-20 Thread Tim Hunter

I had similar problems but it turned out I was executing it wrong.

I got the following tips from the author:

-s and -t usually do not take arguments.
make sure that tailocal is in your path If you use daemontools0.70 you could
do the following

ln -s /source/path/to/tai64nlocal /usr/local/bin/tailocal

then run the script with ./qmailloganalyzer.pl -s -t -d ./archive

Those parameters were ones I was explicitly trying to use, probably you want
different ones.

I would think this is the same for you since my errors looked the same and I
didn't end up with any data either.

-- Tim

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 11:37 AM
To: Jrgen Hoffmann
Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: qmailloganalyzer 0.6


Hi;

I've tried using this program and must admit am getting frustrated.  I've
now lost 5 days of logs from the script.  I get this error:

[root@theendoftime qmail]# ./qmailloganalyzer.pl
proceeding [EMAIL PROTECTED]

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

zcat: ./qmail-20010220.gz: unexpected end of file

And it proceeds to write web stats with no information.  Check
http://www.theendoftime.net/maillog.  It worked perfectly for the first
few days, but now I can't get anything going.  Is it possible to re-run
this over the gziped logs?

Regards,

Tren.

P.S.  I downloaded it from your site again, and that version did not have
the modified pipe line reading from file descriptor 5 that you had me
check for.  Can you please e-mail me the latest version as it doesn't seem
to be on your site.

Regards,

Tren.

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Tren Blackburn - Ownermailto:[EMAIL PROTECTED]  =
= End of Time Networks  http://www.theendoftime.net  -
- (403) 269-2122 =
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

On Thu, 15 Feb 2001, [iso-8859-1] Jrgen Hoffmann wrote:

 Hi all,

 I have released qmailloganalyzer 0.6 today. it is available on
 qmaillog.byteaction.de

 kind regards

 Juergen Hoffmann









RE: vpopmail

2001-02-19 Thread Tim Hunter

I would suggest installing vpopmail from tarball, since most people here
have never used an rpm of vpopmail.  You might want to ask the maintainer of
the vpopmail rpm you found about your specific questions.  I know that the
uid/gid is explicitly stored in the executable for speed reasons, maybe that
is your problem?  I don't really know.
Looking at that ls you posted, my guess would be you need to make your
vpopmail user uid 521 and your vchkpw gid 521.
But of course thats just a guess.

-Original Message-
From: Mate Wierdl [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 19, 2001 11:54 AM
To: [EMAIL PROTECTED]
Subject: Re: vpopmail


[Peter G. on the qmail list says:]
 10-to-1 says `id -u vpopmail` returns 521

Do these outputs look OK to everybody:

# /home/vpopmail/bin/vadddomain a.b.c
Please enter password for postmaster:
enter password again:

# ls -ld ~vpopmail/domains/a.b.c/
drwx--3 521  521  4096 Feb 19 04:50
/home/vpopmail/domains/a.b.c//

# cat /var/qmail/users/assign
+a.b.c-:a.b.c:521:521:/home/vpopmail/domains/a.b.c:-::
.

# id -u vpopmail
505

I have

# rpm -q vpopmail
vpopmail-4.9.6-1

Thx

Mate




Re: Qmail + Vpopmail Windows 2000

2001-02-10 Thread Tim Hunter

WHAT!?

looking at the calendar I can see its not april 1st yet.
I fail to see the point here, no matter how reliable qmail+vpopmail is, its
not going to stand a chance when paired up with win2k even if you do manage
to get it installed.

- Original Message -
From: "Christopher Tarricone" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, February 10, 2001 9:22 AM
Subject: Qmail + Vpopmail  Windows 2000


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.1724

*
pds2k.com
Business Internet Hookability with an Attitude
We rock the Net!
--
The only secure computer is one that's unplugged, locked in a safe,
and buried 20 feet under the ground in a secret location... and I'm
not even too sure about that one"--Dennis Huges, FBI.






RE: qmailloganalyzer

2001-02-08 Thread Tim Hunter

Because we all use qmail and most of us like a pretty useful way to view
stats and logs.
Don't flame the guy, I applaud him.
I don't know how many times I have heard complaints about not having a good
log analyzer that works with vpopmail, or even qmail at all for that matter.



-Original Message-
From: Kari Suomela [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 08, 2001 4:33 PM
To: [EMAIL PROTECTED]
Subject: qmailloganalyzer



Thursday February 08 2001 19:51, =?iso-8859-1?Q?J=FCrgen_Hoffmann?=
wrote to All:


 iH This is a multi-part message in MIME format.

 iH Hi all,

 iH I know this might not be the right list, but since I am using
 iH multilog

So why post this crap!?

 KS






RE: a little help?

2000-12-22 Thread Tim Hunter

for your virtual users login as [EMAIL PROTECTED]
Depending on how you compiled vpopmail you logging is done through syslog,
probably into /var/log/mail*

-Original Message-
From: Richard Updegrove [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 22, 2000 4:10 PM
To: [EMAIL PROTECTED]
Subject: a little help?


Hello,

Thank you for all the software inter7.com.
I would like some helpful feedback/hints here please.  I also have a few
questions : )

I have been experimenting with adding a pop user to a virtual domain with
qmailadmin. I realize this is the vchkpw list but this is mainly what I seem
to be having trouble with is the authentication of the newly created pop
user. I have included some qmail and vpopmail information in anticipation of
being asked for it. I have been using qmail a la LWQ for a few months but I
was receiving mail for 1 domain.  Yesterday I installed qmailadmin which led
me to this point here.  The good news is that e-mail appears to be working.
The bad news is that I have some questions, (mainly because I can't actually
retrieve the mail that is being accepted ok by the server as you will see in
the log below). Please keep in mind that I am somewhat of an idiot and
running a mail server as well as using a discussion list are very new to me.
The user [EMAIL PROTECTED] is the pop user created on
myvirtualdomain.cc using qmailadmin. The virtualdomain.cc was created with
./vadddomain

The log:

@40003a42e8ee33ccf2bc new msg 30953
@40003a42e8ee33cecb64 info msg 30953: bytes 2256 from
[EMAIL PROTECTED] qp 488 uid 502
@40003a42e8ee37f50514 starting delivery 6: msg 30953 to local
[EMAIL PROTECTED]
@40003a42e8ee37f854bc status: local 1/10 remote 0/20
@40003a42e8ef0a3c79cc delivery 6: success: did_0+0+1/
@40003a42e8ef0a3ebfd4 status: local 0/10 remote 0/20
@40003a42e8ef0a4061cc end msg 30953

Hopefully that will establish that qmail and qmailadmin are working. If not,
I apoligize for being such a stupid person. Please show me the error of my
ways.
Note: I am used to seeing [EMAIL PROTECTED] on the incoming mail in the
logs. Now that I have started using the virtual domain added with
./vadddomain and ./vadduser I see them coming in as
[EMAIL PROTECTED] which means its working ok.
(right? just looking for validation here I know its qmail related and not
vchkpw related )

The part where I got confused initially was, "if I had a user with the same
name on both domains how would I differentiate between them"? After watching
the logs I assumed that I authenticate with the name my
virtualdomain.cc-rick and the password I made with the command ./vadduser
and that vpopmail would sort it out and retrieve mail from the Maildir it
created in its virtual domain folder.  I guess the confusing part was that I
made the name "rick" not "myvirtualdomain.cc-rick". The problem is neither
name work with the password created with ./vadduser or with the password
changed with qmailadmin when attempting to retrieve mail or authenticate
when telneting to the port 110 on the mail server.  I can log on to
qmailadmin using the postmaster name and password created with ./vadddomain
then I can add and delete the users and use the other various functions.
However, I can not seem to find any logging of the authentication failures
(or successes in the log on to qmailadmin case) when attempting to retrieve
mail for [EMAIL PROTECTED] I have tried both usernames "rick" and
"myvirtualdomain.cc-rick" with the newly created password. [EMAIL PROTECTED]
can still get mail with the "rick" and "oldpassword" Since I can add domains
and users, log onto qmailadmin with the postmaster password I create with
the commands: ./vadddomain and ./vadduser the logical question would be
"Does qmailadmin use /home/vpopmail/bin/vchkpw for authentication"? If so,
"why does it allow the postmaster to log on to the qmailadmin, but not
authenticate the pop user I created"?

I guess my questions are:
"Why can't I authenticate the pop user I created [EMAIL PROTECTED]"?
probably answered by the next question,
"How do I retrieve mail for the pop user I created [EMAIL PROTECTED]"?
"Where is this "stuff" logged"?

Note that the old user names and passwords still authenticate alright with
the qmail startup script listed below using vchkpw  qmail-pop3d Also note
that I tried to add mydomain.net to the virtuals yesterday but ended up with
problems which I will not get into here. My point is that 1 domain is not
yet added with ./vadddomain but I would like to eventually manage both
domains with qmailadmin using cdb authentication via vchkpw for the pop
users (I think thats what I want anyway, please correct me if I am wrong) .

Here is some potentially useful info:
[root@mail /root]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user myvirtualdomain.cc-rick
+OK
pass therealpassword
-ERR authorization failed
Connection closed by foreign host.

RE: Baffled newbie

2000-12-19 Thread Tim Hunter

please post the line you are using to start your pop server.
also post any logs of attempted logins.


-Original Message-
From: Alex Rhodes [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 19, 2000 5:26 PM
To: [EMAIL PROTECTED]
Subject: Baffled newbie


  Okay, I cry uncle. I installed qmail, which works fine. I've installed 
vpopmail and qmailadmin. Pertinent versions:
- qmail 1.03+patches-14
- vpopmail-4.9.4
- qmailadmin-0.38
- ucspi-tcp-088-1 (if it matters)

On the surface everything *looks* fine. I can log in with a real domain 
no problem. I can create, delete, etc. no problem with qmailadmin for 
virtual accounts. Everything appears in the proper vpopmail directories. 
I can send email to a virtual domain email address and all is well - the 
mail gets properly delivered to the roght directories.

But I just can't seem to get a virtual domain email address to password 
authentiacte properly in a POP mail reader. I use the user%vdomain form 
and the password just won't authentcate. Same thing with 
user%vdomain@rdomain.

Any ideas on what (obvious) things I'm missing here?
-- 
|_
Oo\ Alexander J. Rhodes| Metis Internet Technologies
[EMAIL PROTECTED]| http://www.metisit.com





Re: slowly problem

2000-12-12 Thread Tim Hunter

it is most certainly a DNS issue.

- Original Message - 
From: "Terry BD7NQ" [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 12, 2000 4:41 PM
Subject: slowly problem


 My mail server always running very fast, but these days
 got a strange situation, the mail system response very slow,
 it seems it have to waitting a long time to start to process
 a connection, but after it check the password, the can transfer
 the mail very fast. The problem is: when the pop3 or smtp client 
 program connect to the mail server, the mail server will response 
 very slowness, the report message is "have connected...", the hold
 here, client program will report "connect time out" error message, 
 then contiue try waitting, about several minutes, the mail server
 start to response, then all the mail in mailbox can be download 
 very fast. Also we can when use "telnet hostip 25" or
 "telnet hostip 110" will get this problem.
 
 My mail server is:
 Solaris 8 for intel, Qmail 1.03 tcpserver and vpopchk.
 
 Any suggestion is welcome, many thanks!
 
 Terry Liang (BD7NQ)
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 
 




RE: upgrading the mails and password from one pc to another

2000-12-06 Thread Tim Hunter



I just did this a 
few weeks ago.

tar and gzip your 
vpopmail dir
tar and gzip your 
qmail dir
copy all the 
relevant info for qmail and vpopmail from /etc/passwd and 
/etc/shadow
save them somewhere 
to be transferred to the new computer

create the qmail and 
vpopmail users on the new box with the same uid/gid if 
possible
tar xvzf each of 
dirs to their proper locations
run make setup check 
from the qmail dir
reinstall the latest 
versions of vpopmail, qmailadmin, and sqwebmail 

Be 
Happy.

I don't think 
vpopmail/qmail supports oracle yet, I would like it if it did eventually but 
don't need it now.
Probably wouldn't be 
too hard to port from mysql.

  -Original Message-From: vinient 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 06, 2000 12:29 
  AMTo: [EMAIL PROTECTED]Subject: upgrading the mails and 
  password from one pc to another
  hi all
  
  did any one know how do we migtrate from one pc 
  to another pc with latest vpopmail and qmail and sqwebmail
  
  my setup is 
  qmail
  vpopmail
  qmailadmin
  sqwebmail
  
  
  now iam planning to upgrade the server and move 
  the users to new server with out loosing data and passwords.
  
  second how do i use oracle server from diferent 
  PC and connect vpopmail for creating users and take 
authentication
  
  thanks for advance 
help


RE: Aliases not working

2000-12-06 Thread Tim Hunter

Typically, as with most qmail related problems the best source of
information is first from your logs.
Look for the error in your logs the look on the qmail or vpopmail list
archives for that error, that should be a good start.

If you still have problems, post a snip from your logs along with the steps
you did to create the aliases to the list.

 -Original Message-
 From: Rick Griffith [mailto:[EMAIL PROTECTED]]
 Sent: Wednesday, December 06, 2000 2:11 PM
 To: [EMAIL PROTECTED]
 Subject: Aliases not working


 I have vpopmail and qmailadmin.
 The aliases I created are not working.
 I have tried to read as much as I can but
 don't know where to start to find the problem
 Where can I start or read more about the alias not working

 -Rick Griffith






Re: problem with dot in aliases

2000-11-23 Thread tim . hunter


Read the docs, preferably about the .qmail files.
Hint :

remi paulmier writes:

 I m using vpopmail 4.9.6 with qmail 1.03 and I cannot use aliases containing dots in 
local part
 
 let's say I ve a virtual domain called mydomain.org
 
 with a vuser [EMAIL PROTECTED]
 
 I want to receive email to several adresses, notably [EMAIL PROTECTED]
 so I set up a .qmail-remi.paulmier in /var/vpopmail/domains/mydomain.org/, 
containing [EMAIL PROTECTED]
 
 the mail bounce with message: Sorry, no mailbox here by that name. vpopmail (#5.1.1)
 
 Any idea ?
 
 PS: please respond both list and private.
 
 
 


Tim Hunter
CIMx
[EMAIL PROTECTED]
http://www.cimx.com



RE: problems with starting qmail/vpopmail

2000-11-13 Thread Tim Hunter

You missed a set towards the end.
Under the section: Supervise/Svscan Startup

either you didn't create a log/run file or didn't make it executable.

-Original Message-
From: Voodoo Web network [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 13, 2000 4:50 PM
To: [EMAIL PROTECTED]
Subject: problems with starting qmail/vpopmail


Hello

I installed qmail / vpopmail exactly like it is described under
http://www.inter7.com/vpopmail/Qmail-FreeBSD.txt .

But I don't know how I can start all the qmail services, I tried the
/usr/local/etc/rc.d/qmail start but this give me following error:
supervise: fatal: unable to start log/run: file does not exist

What do I have to do, to get my qmail installation working??

Thanks for your answers.

dominik





RE: Relief at last...well, sort of.

2000-09-28 Thread Tim Hunter

Can we see telnet session to port 110 with the attempted login?

Also a cut and paste from the logs for that session?

PLEASE do not edit the logs or the session.

This would be most helpful.

-Original Message-
From: Wm. Christman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 3:54 AM
To: [EMAIL PROTECTED]
Subject: Relief at last...well, sort of.


Howdy folks:

After bashing my head against the wall for nearly a week trying to get Paul
Gregg's Single-UID POP box scheme working, I happened upon vpopmail.  (I'm
sure Paul's instrux are just fine and I'm the idiot who can't get them to
work...)

Within 20 minutes, I had vpopmail downloaded, built, and up and running.  My
first attempt at creating a virtual account was a huge success.  I was able
to send mail to that account without a hitch and verified that it arrived by
poking around in the ./Maildir/new directory for that user's account.  What
a RELIEF!

However, the problem I'm having is that I cannot access the account's POP
box.  I get an authorization failed (a "bad login" on my mail client and a
"login failure" in /var/log/mail.log .) when I try to log in to get the
mail.

I've tried all manner of logins (user w/o domain, user with domain, a "@", a
"%", etc...) with the correct password.  I even reset the password and still
no luck.

I've got a semi-standard tcpserver set of lines for the pop stuff in my
qmail startup script (as suggested by the INSTALL doc):

env - PATH="/var/qmail/bin:/usr/local/bin" \
tcpserver -H -R 0 pop3 \
/var/qmail/bin/qmail-popup my.domain.com \
/~vpopmail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir 21 | \
/var/qmail/bin/splogger pop3d 

I run Linux (Mandrake's latest), qmail 1.03, pop3 is in /etc/services,
tcpserver is running (as far as I know).  Should "pop3d" be running as a
background process? Or is it just called when needed?

Is there anything blatantly obvious I'm missing here?  I feel that I'm S
close to having this whole thing working and maybe it's just something
stupid that I'm omitting.

Thanks in advance for your help and suggestions.

-wm. christman








RE: Relief at last...well, sort of.

2000-09-28 Thread Tim Hunter

The pop3 server that is answering your requests is not qmail-pop3d.
qmail-pop3d looks like this with a bad login:
mail:~$ telnet mail.cimx.com 110
Trying 64.44.169.42...
Connected to mail.cimx.com.
Escape character is '^]'.
+OK [EMAIL PROTECTED]
user [EMAIL PROTECTED]
+OK
pass bobby
-ERR authorization failed
Connection closed by foreign host.

You need to find out what's really running on port 110, disable it and run
qmail-pop3d.


-Original Message-
From: Wm. Christman [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 11:46 AM
To: [EMAIL PROTECTED]
Subject: Re: Relief at last...well, sort of.


Ok, here's the telnet session:

[wjc@w133 wjc]$ telnet showbostons.com 110
Trying 208.177.86.133...
Connected to showbostons.com.
Escape character is '^]'.
+OK POP3 w133.z208177086.sjc-ca.dsl.cnc.net v7.64 server ready
user [EMAIL PROTECTED]
+OK User name accepted, password please
pass XXX
-ERR Bad login
quit
+OK Sayonara


and the tail from /var/log/mail.log
(same output in /var/log/mail/mail.info):

Sep 28 01:40:48 w133 ipop3d[7252]: pop3 service init from 208.177.86.133
Sep 28 01:41:06 w133 ipop3d[7252]: Login failure [EMAIL PROTECTED]
domain=showbostons.com host=w133.z208177086.sjc-ca.dsl.cnc.net
[208.177.86.133]
Sep 28 01:41:11 w133 ipop3d[7252]: Logout [EMAIL PROTECTED]
host=w133.z208177086.sjc-ca.dsl.cnc.net [208.177.86.133]

Hope this helps.

Could this problem be related to whichever crypt package is being used as
standard on Mandrake Linux to generate passwords?

-wm.


 From: "Tim Hunter" [EMAIL PROTECTED]
 Date: Thu, 28 Sep 2000 09:18:35 -0400
 To: [EMAIL PROTECTED]
 Subject: RE: Relief at last...well, sort of.

 Can we see telnet session to port 110 with the attempted login?

 Also a cut and paste from the logs for that session?

 PLEASE do not edit the logs or the session.

 This would be most helpful.

 -Original Message-
 From: Wm. Christman [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, September 28, 2000 3:54 AM
 To: [EMAIL PROTECTED]
 Subject: Relief at last...well, sort of.


 Howdy folks:

 After bashing my head against the wall for nearly a week trying to get
Paul
 Gregg's Single-UID POP box scheme working, I happened upon vpopmail.  (I'm
 sure Paul's instrux are just fine and I'm the idiot who can't get them to
 work...)

 Within 20 minutes, I had vpopmail downloaded, built, and up and running.
My
 first attempt at creating a virtual account was a huge success.  I was
able
 to send mail to that account without a hitch and verified that it arrived
by
 poking around in the ./Maildir/new directory for that user's account.
What
 a RELIEF!

 However, the problem I'm having is that I cannot access the account's POP
 box.  I get an authorization failed (a "bad login" on my mail client and a
 "login failure" in /var/log/mail.log .) when I try to log in to get the
 mail.

 I've tried all manner of logins (user w/o domain, user with domain, a "@",
a
 "%", etc...) with the correct password.  I even reset the password and
still
 no luck.

 I've got a semi-standard tcpserver set of lines for the pop stuff in my
 qmail startup script (as suggested by the INSTALL doc):

 env - PATH="/var/qmail/bin:/usr/local/bin" \
 tcpserver -H -R 0 pop3 \
 /var/qmail/bin/qmail-popup my.domain.com \
 /~vpopmail/bin/vchkpw \
 /var/qmail/bin/qmail-pop3d Maildir 21 | \
 /var/qmail/bin/splogger pop3d 

 I run Linux (Mandrake's latest), qmail 1.03, pop3 is in /etc/services,
 tcpserver is running (as far as I know).  Should "pop3d" be running as a
 background process? Or is it just called when needed?

 Is there anything blatantly obvious I'm missing here?  I feel that I'm
S
 close to having this whole thing working and maybe it's just something
 stupid that I'm omitting.

 Thanks in advance for your help and suggestions.

 -wm. christman











RE: Timeout in sqwebmail

2000-09-28 Thread Tim Hunter

This would be best answered and questioned on the sqwebmail list
([EMAIL PROTECTED])

However, this is a compile time option.

-Original Message-
From: iho [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 28, 2000 12:58 PM
To: [EMAIL PROTECTED]
Subject: Timeout in sqwebmail



Any idea how could I increase the timeout limit in sqwebmail as I found the
default timeout limit is too short to compose a big mail.

Ivan




RE: newbie question

2000-09-14 Thread Tim Hunter

Next comes the inevitable question.

can you login like [EMAIL PROTECTED]?

-- Tim

-Original Message-
From: Hugo Escobar [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 14, 2000 2:42 PM
To: Ken Jones
Cc: list
Subject: Re: newbie question



 
 How did you create the user "test" ?
 
 Ken Jones

# cd /home/vpopmail/bin
# ./vadduser test
.(password question 2 times, etc).

Hugo Escobar





Re: newbie question

2000-09-13 Thread Tim Hunter

Your start line looks ok

Can you cut and paste a telnet session to port 110, then the relevant
portion in the maillog (hopefully you turned on the logging)

-- tim

- Original Message -
From: "st" [EMAIL PROTECTED]
To: "Tim Hunter" [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Wednesday, September 13, 2000 12:33 PM
Subject: Re: newbie question



 Tim Hunter writes:

  Give us the line you are using to start the pop3 daemon, I would bet
thats
  your problem.
 

 exec /usr/local/bin/tcpserver -H -R -v -c100 0 110
 /var/qmail/bin/qmail-popup mail-server.domain \
 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 21

 
  -Original Message-
  From: st [mailto:[EMAIL PROTECTED]]
  Sent: Wednesday, September 13, 2000 1:34 PM
  To: [EMAIL PROTECTED]
  Subject: newbie question
 
 
 
  Hi all:
 
  First of all, excuse me if this is a too simple matter, but I need to
  overcome this ASAP.
 
  Basic info:
  OS: FreeBSD 4.0-RELEASE.
  qmail-1.03 (supervised)
  ucspi
  daemontools
 
  Problem:
  I have had qmail running fine attending one domain only. Recently I
needed
  to deal with virtual domains, so I installed vpopmail and sqwebmail
  following all the steps in the documentation. I don't know if something
  went wrong in the transition, but now the popmail can only be viewed
with
  sqwebmail ( no Netscape client, MS outlook, Eudora, etc ).
 
 
  Additional info:
 
  My "configure" run was as follows:
 
  ./configure -with-cachedir -enable-webpass=vpopmail \
  -with-module=vauthvchkpw -enable-imagedir=/usr/local/bin/apache/htdocs/
 
 
  The users existed as system users, I mean in /etc/passwd, and I "moved"
  them creating accounts with the ~vpopmail/bin/v* commands and deleting
them
  from the system ( # pw deluser username ).
 
  Everything was fine during the installation process: # echo $? - 0
 
  Any help will be greatly appreciated.
 
  Hugo Escobar
 





RE: vpasswd file got corruptted. urgent!

2000-09-01 Thread Tim Hunter

I assume you are speaking about a single domain vpasswd file?

Best case - Restore from backup
Worst Case - Recreate from scratch

Unless you can find a util to go from cbd - flat text.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 01, 2000 11:37 AM
To: [EMAIL PROTECTED]
Subject: vpasswd file got corruptted. urgent!


My vpasswd got corruptted.Why and how to do? I hove 5M users in single
domains I used qmail1.03+vpopmail4.9+cdb+sqwebmail
---
163µç×ÓÓʾ֣¬¸øÄú¸üÍêÃÀEmail·þÎñ£¡
http://www.163.net






Re: Dot qmail

2000-08-22 Thread Tim Hunter

put the .qmail-pierre in the domain folder not the user folder.


- Original Message - 
From: "Pierrot Driguez" [EMAIL PROTECTED]
To: "Vpopmail" [EMAIL PROTECTED]
Sent: Tuesday, August 22, 2000 12:12 PM
Subject: Dot qmail


 Hello,
 
 I'd like first to thank Ken Jones for his help.
 
 I looked for information in the archives concerning
 dot.qmail, but as my english is not so fantastic
 it seems I have some troubles to understand everything.
 
 The simple problem is :
 I have a user in a domain controlled by vpopmail.
 I use Maildir.
 And I want his mails to be fowarded/copy to another address.
 (not for the whole domain, but only for him.)
 
 So I did in :
 
 /home/vpopmail/domains/montgolfiere.fr/pierrot
 
 a .qmail-pierre that contains :  [EMAIL PROTECTED]
 
 the .qmail-pierre is in chmod 644 and
 chown for vpopmail:vchkpw
 
 I restarded the qmail services...
 posted from an other provider to [EMAIL PROTECTED]
 
 This mailbox receives my post, but noyhing is fowarded
 to [EMAIL PROTECTED]
 
 Any explanations please ?
 
 -- 
 Pierre
 




Re: qmail with sendmail

2000-08-16 Thread Tim Hunter

In addition follow the Life with qmail link on the main page, its a
lifesaver.

Oh and of course use all the packages on www.inter7.com if you want to do
any virtual hosts, or even just want easy management for that matter.

-- tim

- Original Message -
From: Jan Knepper [EMAIL PROTECTED]
To: Bruno Taranto Alvim [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Wednesday, August 16, 2000 5:44 PM
Subject: Re: qmail with sendmail


 Just download it from http://www.qmail.org/ and start from there.
 The install documents describe what to do in case you are using
 sendmail.

 Don't worry, be Kneppie!
 Jan



 Bruno Taranto Alvim wrote:

  i have sendmail in my server.
  i would like to move sendmail to qmail.
 
  how do i do that?

 --
 Jan Knepper
 Smartsoft, LLC
 88 Petersburg Road
 Petersburg, NJ 08270
 U.S.A.

 http://www.smartsoft.cc/

 http://www.pianoprincess.com/
 http://www.mp3.com/pianoprincess
 http://www.riffage.com/Bands/0,2939,2859,00.html
 http://pianoprincess.iuma.com/
 http://www.changemusic.com/piano_princess

 Phone : 609-628-4260
 FAX   : 609-628-1267
 FAX   : 303-845-6415 http://www.fax4free.com/

 Phone : 020-873-3837 http://www.xoip.nl/ (Dutch)
 FAX   : 020-873-3837 http://www.xoip.nl/ (Dutch)







maildrop filtering

2000-08-14 Thread Tim Hunter

I hope this isn't unapropriate but I cannot seem to make this work.

I am trying to filter this list with maildrop and cannot find a good
example, and the documentation frankly confuses me.

I have the filter
if(/^Delivered-To: *[EMAIL PROTECTED]/)
{
to "$DEFAULT/.lists.vchkpw"
}

but it doesn't filter, where have I gone wrong?

Thanks.

-- Tim




Re: question

2000-08-10 Thread Tim Hunter



What is the message you are getting on 
failures?
Do you have a .qmail-default?
do you know what a .qmail-default can do for 
you?

-- tim

  - Original Message - 
  From: 
  william f 
  guyton jr 
  To: Michael Boman 
  Cc: vpopmail 
  Sent: Thursday, August 10, 2000 12:51 
  PM
  Subject: Re: question
  yea, I saw that, but the problem I am running into is that one 
  department is on qmail/vpopmail and cant get mail to the other half of the 
  company that is still getting mail on the old nt server. 
  Michael Boman wrote: 
  william f guyton jr wrote:   I am 
planning on moving the informs.com users to qmail but would like  to 
move a department at a time from an NT smtp to qmail. The question  
is using vpopmail how would I configure it to forward any mail that  
does not have a pop account to the "old" nt server?   thanks 

in .qmail-default in the domain you can specify a 'default' accout that 
you can forward all the mail to.. That might do the trick for you... 
Best regards Michael Boman--
william f guyton jr
senior sysadmin
INFORMS, montgomery, al
(334) 277-0372 ext. 133