Re: Hot to add POP3 users to qmail? (newbie)

2001-08-13 Thread Anton Pirnat
t Jean-Christian Imbeault wrote: > > I've gone throuhg lwq and have just finished installing qmail-pop3d and > checkpassword for qmail. They seem to be working. > > However lwq is a little short on how to actually add POP3 user accounts. Can > anyone point me to some documentat

Re: Hot to add POP3 users to qmail? (newbie)

2001-08-13 Thread Lukas Beeler
On Mon, Aug 13, 2001 at 10:24:36AM +, Jean-Christian Imbeault wrote: > However lwq is a little short on how to actually add POP3 user accounts. Can > anyone point me to some documentation on how to add POP3 users? (If this is > a FAQ or in lwq sorry for asking but I did look and

Hot to add POP3 users to qmail? (newbie)

2001-08-13 Thread Jean-Christian Imbeault
I've gone throuhg lwq and have just finished installing qmail-pop3d and checkpassword for qmail. They seem to be working. However lwq is a little short on how to actually add POP3 user accounts. Can anyone point me to some documentation on how to add POP3 users? (If this is a FAQ or i

Re: Is there a better way to log qmail smtp & pop3

2001-08-08 Thread Gerrit Pape
l/1998/08/msg00896.html I took me some time to do that easily with multilog and I did not find a hint in the archive, this pop3/run script works for me #!/bin/sh exec /usr/local/bin/softlimit -m 400 \ /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup \ `cat /va

Re: Is there a better way to log qmail smtp & pop3

2001-08-08 Thread Jörgen Persson
On Mon, Aug 06, 2001 at 11:31:29PM +, board master wrote: Please don't use HTML formatted mail The archives will tell you more about pop3d than the tcpserver log. The following article[1], by Bernstein himself, might interest you. Jörgen [1]

Is there a better way to log qmail smtp & pop3

2001-08-06 Thread board master
Hi,     I'm currently using Qmail 1.03 with the whole tcpserver/ucspi, multilog, etc. package.  My log files (this one is my pop log) look like this:   @40003b6f23d405fbda4c tcpserver: ok 10894 0:192.168.1.103:110 :192.168.1.103:110@40003b6f23d407ac513c tcpserver: end 10894 status 256@4

Re: allow/deny pop3

2001-08-03 Thread Alexey Korchagin
Hello GARGIULO, GEI> Is there any way to pass a "-x" paremeter file to tcpserver for allow/deny GEI> pop3 connections. I was using qpopper from inetd and used hosts.* files GEI> to do that work. Now, I'm using qmail-pop3d from daemontools and I'm GEI> lookin

Re: allow/deny pop3

2001-08-03 Thread Charles Cazabon
GARGIULO Eduardo INGDESI <[EMAIL PROTECTED]> wrote: > > Is there any way to pass a "-x" paremeter file to tcpserver for allow/deny > pop3 connections. Yes. In fact, it _is_ -x. > If it's possible, which is the format of th

allow/deny pop3

2001-08-03 Thread GARGIULO Eduardo INGDESI
Hi all. Is there any way to pass a "-x" paremeter file to tcpserver for allow/deny pop3 connections. I was using qpopper from inetd and used hosts.* files to do that work. Now, I'm using qmail-pop3d from daemontools and I'm looking for some /etc/tcp.pop3 file to restrict con

Re: allow/deny pop3

2001-08-03 Thread Jason Kawaja
On Fri, 3 Aug 2001, GARGIULO Eduardo INGDESI wrote: > Hi all. > > Is there any way to pass a "-x" paremeter file to tcpserver for allow/deny > pop3 connections. I was using qpopper from inetd and used hosts.* files restrict pop -> typically bad idea, whatever. &g

Re: allow/deny pop3

2001-08-03 Thread Ahmad Ridha
GARGIULO Eduardo INGDESI writes: > Is there any way to pass a "-x" paremeter file to tcpserver for allow/deny > pop3 connections. I was using qpopper from inetd and used hosts.* files > to do that work. Now, I'm using qmail-pop3d from daemontools and I'm > loo

Re: qmail-pop3 server strange problem

2001-07-31 Thread Peter van Dijk
On Sun, Jul 29, 2001 at 01:44:31AM -0700, Martin Bangieff wrote: [snip] > pop3stream tcp nowait root/var/qmail/bin/qmail-popup \ > qmail-popup borsabg /bin/password /var/qmail/bin/qmail-pop3d \ > Maildir /bin/password should be /bin/checkpassword, I guess :

qmail-pop3 server strange problem

2001-07-31 Thread Martin Bangieff
Hi all I'm trying to make my first configuration on qmail but have a strange problem with onstalling the pop3 server. Following the instructions I installed the checkpassword and all the tests passed successfully: #/var/qmail/bin/qmail-popup host.com /bin/checkpas

Re: stunnel/POP3 hanging ??

2001-07-30 Thread Andrea Cerrito
Probably a misunderstood. > > Try something like: > > > > [snip] /usr/local/sbin/stunnel -p /etc/stunnel.pem -N spop3 -f -l > > /var/qmail/bin/qmail-popup -- qmail-popup [snip] > > No. Running stunnel not as daemon but under tcpserver is a good idea. > Maex posted a good example script a few days

Re: stunnel/POP3 hanging ??

2001-07-30 Thread Henning Brauer
On Mon, Jul 30, 2001 at 10:16:44AM +0200, Andrea Cerrito wrote: > mmmhhh, looks like a wrong startup script! > > > Here is my invocation of stunnel: > > > > #!/bin/sh > > exec /usr/local/bin/softlimit -m 300 \ > > /usr/local/bin/tcpserver -v -likauni.vro

Re: stunnel/POP3 hanging ??

2001-07-30 Thread Andrea Cerrito
mmmhhh, looks like a wrong startup script! > Here is my invocation of stunnel: > > #!/bin/sh > exec /usr/local/bin/softlimit -m 300 \ > /usr/local/bin/tcpserver -v -likauni.vrona.com -H -R 0 pop3 \ > /usr/local/sbin/stunnel -p /etc/stunnel.pem \ > -l /var/qmail/bin/qmail

Re: stunnel/POP3 hanging ??

2001-07-28 Thread Lordy
Hi David, i had a very similar problem with stunnel and POP3 on my mail server. I installed and run stunnel pretty much the same way you did and tried to retrieve mail with Eudora 5.1 which failed (unfortunately you didn't mention your Eudora error message so I can't tell if it'

stunnel/POP3 hanging ??

2001-07-28 Thread David Vrona
Hi all, I've been running a very stable RedHat installation with qmail for some time now. Recently I've tried to install the stunnel wrapper on POP3. I believe I've done everything as I should but clients cannot successfully retrieve e-mail. It appears that something is han

Re: pop3 very slow

2001-07-26 Thread Brook Humphrey
On Thursday 26 July 2001 02:43 am, you wrote: > On Thu, Jul 26, 2001 at 10:47:54AM +0530, Dushyanth Harinath wrote: > > no disadvantages...see the tcpserver page at cr.yp.to for more details > > about the options > > Nonsense. In a working network tcpserver works without the well known > options.

Re: pop3 very slow

2001-07-26 Thread Brook Humphrey
On Wednesday 25 July 2001 10:17 pm, you wrote: > no disadvantages...see the tcpserver page at cr.yp.to for more details > about the options > I already did this It basicly turn off all the reverse dns lookups. So basicly it just becomes harder to track down the offending spammer. Which still i

Re: pop3 very slow

2001-07-26 Thread Henning Brauer
On Thu, Jul 26, 2001 at 10:47:54AM +0530, Dushyanth Harinath wrote: > no disadvantages...see the tcpserver page at cr.yp.to for more details about > the options Nonsense. In a working network tcpserver works without the well known options. It's better to fix your DNS setup and probably firewall r

Re: Stopping POP3 from certain users

2001-07-26 Thread Himanshu Kulkarni
John wrote:   So how can I stop the user 'cs' from downloading via POP3? (at the moment,they are the only account using IMAP; although this may change in thefuture) We are setting an attribut account-status=nopop in LDAP for disabling POP access to users . Make the Smart Ch

Re: pop3 very slow

2001-07-25 Thread Dushyanth Harinath
no disadvantages...see the tcpserver page at cr.yp.to for more details about the options regards dushyanth > On Wednesday 25 July 2001 08:22 am, you wrote: >> Hi, >> i guess ur using tcpserver to start qmail-popup.. if it is so add -H >> -l -R to the tcpserver command line...that should spped up

Re: pop3 very slow

2001-07-25 Thread Brook Humphrey
On Wednesday 25 July 2001 08:22 am, you wrote: > Hi, > i guess ur using tcpserver to start qmail-popup.. if it is so add -H -l -R > to the tcpserver command line...that should spped up things .. what are the disadvantages of doing this? I tried it and it speeds things up quite nicely I used it al

Stopping POP3 from certain users

2001-07-25 Thread John P
deliver to the user cs. To allow three or four people to access these e-mails, I'm using courier-imap and outlook express in IMAP mode. However, I know that one day, someone will accidentally set up a machine to use pop3 and all the e-mails will end up stored locally on one of the machines (

Re: pop3 very slow

2001-07-25 Thread Dushyanth Harinath
Hi, i guess ur using tcpserver to start qmail-popup.. if it is so add -H -l -R to the tcpserver command line...that should spped up things .. regards dushyanth > Help - I'm very new to qmail, and I've read all that I can find on the > internet and in the man pages; however, nothing seems to be

pop3 very slow

2001-07-25 Thread Jessica Fuller
Help - I'm very new to qmail, and I've read all that I can find on the internet and in the man pages; however, nothing seems to be helping. Problem: It takes 5 minutes to download any messages from the server, which is running qmail 1.03 on a RH 7.0 box. I found an article that suggested the

RE: qmail processes and POP3

2001-07-05 Thread Chris Woods
.0  0.2  1016  332 pts/2    R    14:49   0:00 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 /var/qmail/bin/qmail-popup pop.charterwest-mortgage.com /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir cwoods@vader:/home/cwoods#   ---Original Message-From: Ch

qmail processes and POP3

2001-07-05 Thread Chris Woods
I have installed qmail-popup and qmail-pop3d.  But when I go look at the processes running I am getting the following:   Can someone help me with this.   Thanks. Chris. root 1902 0.0 0.2 988 308 pts/2S13:23 0:00 supervise qmail-send root 1909 0.0 0.2 988 308 pts

Re: qmail-pop3 and vmailmgr

2001-06-28 Thread pop corn
>No. The vmailmgr daemon is only needed for some of the administration >tasks when using the web interface. Great! >Go to http://lists.em.ca/?list=vmailmgr , and then click the link near the >top-left corner of the screen which looks like "[<-]" -- that'll take you >back a month at a time.

Re: qmail-pop3 and vmailmgr

2001-06-28 Thread Charles Cazabon
he web interface. > I've looked at the vmailmgr archives for all of June (I didn't seem to find > an archive for prior to June). They have very few posts compared to this > list and not many replies to the posts. I appreciate the help I am receiving > here about qmail-pop

Re: qmail-pop3 and vmailmgr

2001-06-27 Thread pop corn
1) Sounds good, I'll use the real, canonical name 2) I didn't realize the password replacement could do all that work by itself. It apparently doesn't need the vmailmgrd daemon to run? 3) I agree that the pop3 clients can be configured to leave things on the server. It'

Re: qmail-pop3 and vmailmgr

2001-06-27 Thread pop corn
1) Sounds good, I'll use the real, canonical name 2) I didn't realize the password replacement could do all that work by itself. It apparently doesn't need the vmailmgrd daemon to run? 3) I agree that the pop3 clients can be configured to leave things on the server. It'

Re: qmail-pop3 and vmailmgr

2001-06-27 Thread Charles Cazabon
pop corn <[EMAIL PROTECTED]> wrote: > > FQDN is very clear if the Unix host is serving a single domain. However, > what is recommended if the host is serving multiple virtual domains? The POP3 server should identify itself by it's real/canonical name, not by one o

qmail-pop3 and vmailmgr

2001-06-26 Thread pop corn
I am planning a qmail/pop3/vmailmgr/courier-imap/squirrelmail installation (with almost no user logins allowed on this host) and would appreciate guidance on one particular point at this time: In Life with Qmail, the following setup script is recommended: = 4. Create a /var/qmail/supervise

Re: qmail collecting POP3 mail

2001-06-24 Thread Charles Cazabon
John P <[EMAIL PROTECTED]> wrote: > If I have a load of mail on a system with a single POP3 mailbox for various > users, can I get qmail to 'pick up' this mail and deliver it to local users' > mailboxes? If the POP3 server is running qmail as well, you can instal

qmail collecting POP3 mail

2001-06-24 Thread John P
If I have a load of mail on a system with a single POP3 mailbox for various users, can I get qmail to 'pick up' this mail and deliver it to local users' mailboxes? We currently have another system (running S**dmail) that 'pushes' this mail to our server and we want to

Re: OT: POP3

2001-06-22 Thread Lars Hansson
can't, at least not yet. This server was installed *years* before I got here and it uses the godawful spool/mail format and UW is the only IMAP I know of that supports this. Until we get the new server, and only God knows when that will be, I'm forced to use what is there. I don't wa

Re: OT: POP3

2001-06-22 Thread Karsten W. Rohrbach
Lars Hansson([EMAIL PROTECTED])@2001.06.22 12:14:16 +: > PS. > The mailserver is the aforementioned, age-old (around 1998) slackware box > running qmail, UW IMAP (ugh) and some generic POP3 daemon (in.pop3d). first upgrade your imap mess -- try something different to uw-imap, it

Re: POP3 and Virtual Domains

2001-06-22 Thread Frank Tegtmeyer
A A <[EMAIL PROTECTED]> writes: > and set up 2 linux system users with the names > "vdomain1_user" and "vdomain2_user" > and in each user's home directory put .qmail-support > and .qmail-webmaster ... that forward to the real system users then. >

POP3 and Virtual Domains

2001-06-22 Thread A A
Hello! I have a question about setting up pop3 access for virtual domains. For example, suppose I have 2 virtual domains on my server => vdomain1.com and vdomain2.com I need to set up the following email addresses, each one will be accessed by a DIFFERENT person through POP3 (i.e. with

Re: pop3 response delay !

2001-06-22 Thread Frank Tegtmeyer
"Qmail" <[EMAIL PROTECTED]> writes: > my DNS is working correctly. The reverse resolution is also correct. I doubt the second. Do you need names in the log? If not, use -Hl yourhostname for your tcpserver setup. Then delays will go away even if reverse resolution doesn't work. -R is also worth

pop3 response delay !

2001-06-22 Thread Qmail
hello friends, i m using a redhat 7.1 system, with qmail installed on it. qmail is working perfectly. The pop3 clients like outlook express takes a long time to connect and respond. also when i telnet to this server on port 110 or 25 or to port 23 it takes a long time for the prompt to appear

Re: OT: POP3

2001-06-21 Thread Russell Nelson
Lars Hansson writes: > Since he tends to leave all his mail on the server (gah) and also travel a > lot I was thinking it might be better to switch him over to IMAP since he > sure wouldnt be getting duplicates then, unless someone actually sent him > duplicates. > Any

OT: POP3

2001-06-21 Thread Lars Hansson
Ok, this is very off-thread (it doesnt even involve DJB's pop3...) but one of the "important" execs are breathing down my neck. Apparently, he is getting duplicate emails using POP3 and this bothers him a lot. This is only happening to him and 1 more person (who just happens to

pop3-problem with vmailmgr

2001-06-18 Thread Severin Olloz
Hello... Today I have setup a qmail-server with vmailmgr and omail for testing and hey it works very well - I will soon replace my sendmail-server :-) But I have a problem with the pop3-server. I can connect and the server accept my passwor, but I can't get any mails form it. I see a

Re: How to make the pop3 server leave the mail after downloaded

2001-06-17 Thread Charles Cazabon
Alex Tsang <[EMAIL PROTECTED]> wrote: > > How to make the pop3 server bundle with qmail can leave the mail in the > server when I click the Leave message in the server in MUA qmail-pop3d will not delete mail if the MUA doesn't explicitly send the DELE command. If mail i

pop3-problem with vmailmgr...

2001-06-17 Thread Severin Olloz
Hello... Today I have setup a qmail-server with vmailmgr and omail for testing and hey it works very well - I will soon replace my sendmail-server :-) But I have a problem with the pop3-server. I can connect and the server accept my passwor, but I can't get any mails form it. I see a

How to make the pop3 server leave the mail after downloaded

2001-06-16 Thread Alex Tsang
Dear all   How to make the pop3 server bundle with qmail can leave the mail in the server when I click the Leave message in the server  in MUA (e.g Outlook express). Because when I click the leave message in the server button in the MUA, but I still can leave the mail in the server after

Re: Suspending an POP3 account.

2001-06-13 Thread Joe
heers. - Original Message - From: "MarkD" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 13, 2001 10:50 AM Subject: Re: Suspending an POP3 account. > On Wed, Jun 13, 2001 at 09:42:04AM +0300, Joe allegedly wrote: > > Changing permissions can be quite me

Re: Suspending an POP3 account.

2001-06-13 Thread MarkD
if worded correctly - will not be vulnerable to misinterpretation. Regards. > > Joe. > - Original Message - > From: "Reid Sutherland" <[EMAIL PROTECTED]> > To: "Joshua Nichols" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, June

Re: Suspending an POP3 account.

2001-06-12 Thread Joe
: "Reid Sutherland" <[EMAIL PROTECTED]> To: "Joshua Nichols" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, June 12, 2001 3:48 AM Subject: Re: Suspending an POP3 account. > > > > (lack of payment) clients when using a passwd/shadow >

Re: Suspending an POP3 account.

2001-06-12 Thread Henning Brauer
On Tue, Jun 12, 2001 at 10:19:33AM -0300, Fernando Braga wrote: > THAT won't just work for OpenBSD. I'd rather edit the shadow file for > locking up users. And besides, what usermod does in Linux is exactly > this: put an ! just before encrypted password in shadow. BSD systems don't work with sha

RE: Suspending an POP3 account.

2001-06-12 Thread Fernando Braga
> Didn't you all ever read the manpage for passwd? From the > refered manpage: > >Account maintenance >User accounts may be locked and unlocked with the -l and >-u flags. The -l option disables an account by changing >the password to a value which matches

Re: Suspending an POP3 account.

2001-06-11 Thread Adam McKenna
On Tue, Jun 12, 2001 at 12:36:48AM -0300, Antonio Dias wrote: > Just a classic case of RTFM. Yeah, and you better read very closely too, because these commands don't work across all platforms. (Case in point, solaris 8 doesn't support passwd -u) --Adam

Re: Suspending an POP3 account.

2001-06-11 Thread Antonio Dias
On Mon, 11 Jun 2001, Reid Sutherland wrote: > > For example, if I have > > > > sgifford:abc12345: > > > > in /etc/shadow, it becomes > > > > sgifford:*LOCK*abc12345: > > > > That solves the problem of where to put the password, but maybe there > > is a more elegant qmail-based solu

Re: Suspending an POP3 account.

2001-06-11 Thread MarkD
> I've attempted a permission change on the Maildir, but then it won't run the > program in the .qmail file. That's not how it works. There must be something else you've done. Did you change the permissions on the home directory as well? How about the .qmail file? Show us the exact error message

Re: Suspending an POP3 account.

2001-06-11 Thread Reid Sutherland
> > (lack of payment) clients when using a passwd/shadow > > authentication method. > > > > Any ideas on a solution? > > > > Though different checkpassword and pop programs will handle the problem > differently, changing the _permissions_ on the ~Maildir/* so the owner > doesn't have read access

Re: Suspending an POP3 account.

2001-06-11 Thread Reid Sutherland
> "Reid Sutherland" <[EMAIL PROTECTED]> writes: > > [...] > > > Most likely I'll have to store password somewhere and replace it in the > > shadow file with a 'x' when suspended, and put the crypt password back once > > the account is restored. > > Not qmail related, but a trick I like to use

Re: Suspending an POP3 account.

2001-06-11 Thread Scott Gifford
"Reid Sutherland" <[EMAIL PROTECTED]> writes: [...] > Most likely I'll have to store password somewhere and replace it in the > shadow file with a 'x' when suspended, and put the crypt password back once > the account is restored. Not qmail related, but a trick I like to use is to just prep

Re: Suspending an POP3 account.

2001-06-11 Thread Reid Sutherland
> On Mon, Jun 11, 2001 at 05:58:19PM -0400, Reid Sutherland allegedly wrote: > > Hi, > > > > I'd like to be able to suspend a POP3 account without changing the > > client's password. Is there anything I can do to the home directory or > > Maild

RE: Suspending an POP3 account.

2001-06-11 Thread Joshua Nichols
> (lack of payment) clients when using a passwd/shadow > authentication method. > > Any ideas on a solution? > Though different checkpassword and pop programs will handle the problem differently, changing the _permissions_ on the ~Maildir/* so the owner doesn't have read access will work. That

Re: Suspending an POP3 account.

2001-06-11 Thread Mark
On Mon, Jun 11, 2001 at 05:58:19PM -0400, Reid Sutherland allegedly wrote: > Hi, > > I'd like to be able to suspend a POP3 account without changing the > client's password. Is there anything I can do to the home directory or > Maildir to accomplish this? >

Suspending an POP3 account.

2001-06-11 Thread Reid Sutherland
Hi, I'd like to be able to suspend a POP3 account without changing the client's password. Is there anything I can do to the home directory or Maildir to accomplish this? What I'm doing the for incoming mail is a simple .qmail file that creates a message and spits back

Re: problems with pop3

2001-06-11 Thread Charles Cazabon
Todd Grimes <[EMAIL PROTECTED]> wrote: > >Post the script you're starting qmail-pop3d with. > I am running the qmail-pop3d from inetd Q: What colour is the sky? A: This tastes like apple. This will likely affect the quantity and quality of suggestions you receive for fixing your problem. C

Re: problems with pop3

2001-06-11 Thread Todd Grimes
I am running the qmail-pop3d from inetd At 09:01 AM 6/11/2001 -0600, you wrote: >Todd Grimes <[EMAIL PROTECTED]> wrote: > > I recently setup a new mail server using qmail. Now I can send mail all I > > want with no problems however when I try to recieve mail via pop3 (usin

Re: problems with pop3

2001-06-11 Thread Charles Cazabon
Todd Grimes <[EMAIL PROTECTED]> wrote: > I recently setup a new mail server using qmail. Now I can send mail all I > want with no problems however when I try to recieve mail via pop3 (using > qmail-pop3d) it does not pick up any of my new mail. I've check my > Maildir/

problems with pop3

2001-06-11 Thread Todd Grimes
I recently setup a new mail server using qmail. Now I can send mail all I want with no problems however when I try to recieve mail via pop3 (using qmail-pop3d) it does not pick up any of my new mail. I've check my Maildir/new and can see the new messages there but my client does not

Re: Scanning POP3-traffic for viruses

2001-06-10 Thread Frank Tegtmeyer
Jari Huovila <[EMAIL PROTECTED]> writes: > Is there a way to scan POP3-traffic for viruses with a Linux box? Not that I am aware of one. You could easily insert a program into the chain that calls qmail-pop3d but you would have to write it yourself (or pay someone to do it). For scann

RE: Scanning POP3-traffic for viruses

2001-06-10 Thread Chris Bolt
http://qmail-scanner.sourceforge.net/ > Hi again! > > Is there a way to scan POP3-traffic for viruses with a Linux box? > I'm thinking something like Norton's POP-proxy which ships with > Norton Anti-Virus. It works like a proxy server for > POP3-protocol, and

Scanning POP3-traffic for viruses

2001-06-10 Thread Jari Huovila
Hi again! Is there a way to scan POP3-traffic for viruses with a Linux box? I'm thinking something like Norton's POP-proxy which ships with Norton Anti-Virus. It works like a proxy server for POP3-protocol, and scans all e-mail attachments for viruses. I would like to do the same o

pop3 login

2001-06-06 Thread Andrea Cerrito
Hi I'm having a cluster of two pop3 servers using vpopmail+qmail. My monitoring program is mon, because I've a LVS solution. Sometimes, I have mon reporting false alarms about pop3 login on just one server: with "false alarm" I mean an alarm about the pop3 server at fir

Re: Pop3/recordio extraneous characters

2001-05-31 Thread David Gartner
Charles, I took your suggestions and changed the line to: tcpserver -c 50 0 pop3 recordio /var/qmail/bin/qmail-popup mail.meckcom.net /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir 2>>/root/recordio.crap & and it now works perfectly! Thanks much :) David Gartne

Re: Pop3/recordio extraneous characters

2001-05-31 Thread Charles Cazabon
David Gartner <[EMAIL PROTECTED]> wrote: > > > Hey all. I'm trying to achieve minimal logging for pop3. Many of you > > > suggested using 'recordio' with tcpserver. I tried that, and it has > > > EXACTLY the logging I need, however, I do have a

Re: Pop3/recordio extraneous characters

2001-05-31 Thread David Gartner
Charles, Here's what I use to invoke tcpserver tcpserver -c 50 0 pop3 /var/qmail/bin/qmail-popup mail.mydomain.com recordio /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir & tcpserver -p -x /home/vpopmail/etc/tcp.smtp.cdb -u100 -g501 0 smtp /usr/bin/rbls

Re: Pop3/recordio extraneous characters

2001-05-31 Thread Charles Cazabon
David Gartner <[EMAIL PROTECTED]> wrote: > Hey all. I'm trying to achieve minimal logging for pop3. Many of you > suggested using 'recordio' with tcpserver. I tried that, and it has > EXACTLY the logging I need, however, I do have a slight problem. When >

Pop3/recordio extraneous characters

2001-05-31 Thread David Gartner
Hey all. I'm trying to achieve minimal logging for pop3. Many of you suggested using 'recordio' with tcpserver. I tried that, and it has EXACTLY the logging I need, however, I do have a slight problem. When you do recordio, you get lots of extraneous characters. Below are exa

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-31 Thread Russell Nelson
Dave Sill writes: > Henning Brauer <[EMAIL PROTECTED]> wrote: > > >You want to sync the clocks... qmail-pop3d won't list messages from the > >future. > > Somebody refresh my memory... Why does it care? I can't see any reason why it skips files in the future. And it has an explicit check

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread Charles Cazabon
Dave Sill <[EMAIL PROTECTED]> wrote: > Henning Brauer <[EMAIL PROTECTED]> wrote: > > >You want to sync the clocks... qmail-pop3d won't list messages from the > >future. > > Somebody refresh my memory... Why does it care? I asked this on the list once; I didn't get much of a response, but what l

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread Mark Delany
On Wed, May 30, 2001 at 03:50:58PM -0400, Dave Sill allegedly wrote: > Henning Brauer <[EMAIL PROTECTED]> wrote: > > >You want to sync the clocks... qmail-pop3d won't list messages from the > >future. > > Somebody refresh my memory... Why does it care? Apart from the enigmatic "don't want to mi

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread Dave Sill
Henning Brauer <[EMAIL PROTECTED]> wrote: >You want to sync the clocks... qmail-pop3d won't list messages from the >future. Somebody refresh my memory... Why does it care? -Dave

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread David Gartner
That fixed it :) Thanks David Gartner Henning Brauer wrote: > On Wed, May 30, 2001 at 01:00:43PM -0400, David Gartner wrote: > > /var/qmail/users match on all nodes. When you pop from the nfs server, > > the users have mail. But if you hit one of the nodes, it authenticates > > fine, but sa

Re: Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread Henning Brauer
On Wed, May 30, 2001 at 01:00:43PM -0400, David Gartner wrote: > /var/qmail/users match on all nodes. When you pop from the nfs server, > the users have mail. But if you hit one of the nodes, it authenticates > fine, but says there's not mail. Anyone know how I broke this and how I You want to

Vpopmail+qmail pop3 has lost it's mind!

2001-05-30 Thread David Gartner
Hello again. Another question! I've got a high availibilty cluster running qmail and vpopmail. Three computers mount /home from an nfs server. In the home directory is the vpopmail directory (all vpop apps and config's are in this dir). I have made /var/qmail/control and /var/qmail/users matc

RE: Logging POP3

2001-05-24 Thread Willy De la Court
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please check http://www.quint.be/projects/ there is a patch for pop3 logging. It logs errors, logins, logouts and msg size retrieved. On Wednesday, May 23, 2001 14:34, David Gartner [SMTP:[EMAIL PROTECTED]] wrote: > > Just switched to qma

Re: Logging POP3

2001-05-23 Thread Kris Kelley
David Gartner wrote: > > Just switched to qmail and have a slight problem. We used to log pop3 > > traffic (logins/logouts) so that we could help people who claim they >> couldn't get their mail... Charles Cazabon wrote: >The login line can be done fairly easily with

Re: Logging POP3

2001-05-23 Thread Charles Cazabon
David Gartner <[EMAIL PROTECTED]> wrote: > Just switched to qmail and have a slight problem. We used to log pop3 > traffic (logins/logouts) so that we could help people who claim they > couldn't get their mail. Basically, so we could verify they were even > reaching the

Re: Logging POP3

2001-05-23 Thread Dean Staff
On 23 May 2001, at 8:33, David Gartner wrote: > Just switched to qmail and have a slight problem. We used to log pop3 > traffic (logins/logouts) so that we could help people who claim they > couldn't get their mail. Basically, so we could verify they were even > reaching the s

Logging POP3

2001-05-23 Thread David Gartner
Just switched to qmail and have a slight problem. We used to log pop3 traffic (logins/logouts) so that we could help people who claim they couldn't get their mail. Basically, so we could verify they were even reaching the server. I noticed with qmail (also using tcpserver) doesn't l

Re: Where can I put pop3 log

2001-05-18 Thread Karsten W. Rohrbach
heckpassword /var/qmail/bin/qmail-pop3d Maildir /var/qmail/bin/splogger pop3d &) > But I can't see pop3 logs in /var/log/maillog > Where is the pop3 log? i guess it would be in /var/log/messages, then anyway, you should consider switching to multilog and get completely rid of syslogd

Where can I put pop3 log

2001-05-17 Thread liu zhi
pop3d &) But I can't see pop3 logs in /var/log/maillog Where is the pop3 log? Who can tell me. Please directly reply to [EMAIL PROTECTED]

Re: pop3 connection reset after exactly 1 minute

2001-05-10 Thread Dave Sill
"Jens Hassler" <[EMAIL PROTECTED]> wrote: >Same problem. After exactly 1 minute the connection resets. Try strace'ing the qmail-pop3d process. >I didn't recompile QMail though, just copied the binaries. Maybe there's a >problem with one of my compiled

Re: pop3 connection reset after exactly 1 minute

2001-05-10 Thread Charles Cazabon
naries. Maybe there's a > problem with one of my compiled files? What files are involved in a POP3 > session? qmail-pop3d and qmail-send? Well, qmail-pop3d, qmail-popup, checkpassword (or replacement), and tcpserver. The only ones involved after the initial authentication are tcpserver and

Re: pop3 connection reset after exactly 1 minute

2001-05-10 Thread Jens Hassler
b. Same problem. After exactly 1 minute the connection resets. I didn't recompile QMail though, just copied the binaries. Maybe there's a problem with one of my compiled files? What files are involved in a POP3 session? qmail-pop3d and qmail-send? So, because there is a completely diff

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Charles Cazabon
Jens Hassler <[EMAIL PROTECTED]> wrote: > > Linux (distribution: Suse 6.4), Kernel 2.2.14 [...] > Maybe I should upgrade the kernel to 2.2.18? Or change/update the network > card drivers? I would certainly try updating the kernel (to 2.2.19, preferably). 2.2.14 has some known problems, and I r

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Jens Hassler
Sorry, the showctl output was not complete. Here's the rest: - morercpthosts.cdb: (Default.) No effect. smtpgreeting: SMTP greeting: 220 Welcome to wetzel-office.com! smtproutes: (Default.) No artificial SMTP routes. timeoutconnect: SMTP client connection ti

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Jens Hassler
S13:58 0:00 /usr/local/bin/tcpserver -l0 -v -H -R 0 pop3 /var/qmail/bin/qmail-popup wetzel-office.com /bin/checkpasswordnt /var/qmail/bin/qmail-pop3d Maildir qmaill 422 0.0 0.6 1036 416 ?S13:58 0:00 splogger qmail root 423 0.0 0.5 1024 324 ?S13:58

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Henning Brauer
On Wed, May 09, 2001 at 01:01:16PM +0200, Jens Hassler wrote: > But the problem is still there... no change. So do what you shpould have done in the first place: provide useful information. Hardware OS perhaps networking settings being non-standard unedited output of qmail-showctl your run-scrip

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Jens Hassler
Hi Rick, > I suggest that you supervise it and see what happens. AFAIK > LWQ does not reccomend that you use inetd and neither does anyone > on this list. Okay, I did so. But the problem is still there... no change. > What is the timeout set to? I set mine to 5 minutes and I > use "-l0 -H -R

Re: pop3 connection reset after exactly 1 minute

2001-05-09 Thread Rick Updegrove
From: "Rick Updegrove" <[EMAIL PROTECTED]> > I suggest that you supervise it and see what happens. AFAIK LWQ does not > reccomend that you use inetd and neither does anyone on this list. Oops I always do that. LWQ does still suggest using inetd for a "a lightly-used POP server" I still suggest

  1   2   3   4   5   6   7   8   >