[vchkpw] SMTPAUTH + Unable to write pipes

2004-05-25 Thread Andrew Averin
I have netqmail-1.05 + toaster-0.6
+vchkuser_mysql-0.6+vpopmail-5.4.3+mysql 4.0.18

Starting script for qmail:

TCPSERVER=/usr/local/bin/tcpserver
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin
export PATH
start (){
echo  Starting Qmail
/var/qmail/bin/qmail-start ./Mailbox /var/qmail/bin/splogger qmail 

$TCPSERVER -v -D -R -l0  -x /home/vpopmail/etc/tcp.smtp.cdb  -u 88 -g 83 0 25 \
/usr/bin/tcp-env tcp-env rblsmtpd -rlist.dsbl.org /usr/bin/qmail-smtpd mx.XXX.ru\
/home/vpopmail/bin/vchkpw  /bin/true  0 21 | /var/qmail/bin/splogger smtp 
}


Without auth everuthing goes fine, but while auth I got an error
oops, Unable to write pipe and I can't auth (#4.3.0)

What am I doing wrong?

Thank you an advance.
Andrew Averin
mailto:[EMAIL PROTECTED]



[vchkpw] How could I set multilog to be more verbose

2004-05-25 Thread Andrew Averin

 Hi all
 How could I set multilog to be more verbose??


Thanks in advance
mailto:[EMAIL PROTECTED]



[vchkpw] Trouble using maildrop filter fastforward

2004-05-25 Thread Morten Rønseth




Hi all,

I'm trying to filter incoming mail using the following mail-filter:

-
VPOP="| /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]"
VHOME=`/home/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED]

# try filtering it using user-defined rules
if (/^X-Spam-Flag: *YES/)
{
 exception {
 include $VHOME/Maildir/.mailfilter
 }
 # then send it to the .SPAM folder
 exception {
 to "$VHOME/Maildir/.SPAM/"
 }
 # or try delivering it to the Trash folder
 exception {
 to "$VHOME/Maildir/.Trash/"
 }
 # if not go on with delivery
 exception {
 to "$VPOP"
 }
}
else
{
 exception {
 include $VHOME/Maildir/.mailfilter
 }
 # if not go on with delivery
 exception {
 to "$VPOP"
 }
}
---
It is called from .qmail-default as in

"| /usr/local/bin/maildrop mailfilter"


Now, if mail is sent to an account using the exact account name, mail
is delivered as it should be. However, If I send mail to an account
using an alias (via fastforward), mail doesn't get delivered. Why? I'm
using 

VPOP="|
/home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]"

which is the same as in the (old) .qmail-default file. The mail-filter
is chown'ed vpopmail:vchkpw and the log file says local delivery is
delivering "...to local [EMAIL PROTECTED]".
But nothing ever arrives.

Anybody knows why this isn't working?



Cheers,



-Morten




Re: [vchkpw] Re: passwords

2004-05-25 Thread Jean Wainer
  Is it possible to convert all old passwords from the old format
  (MD5-disabled crypt()) to the new format?
 
 If you have plain passwords enabled: yes. (..)
Unfortunately this isn't my case. :(
I guess it's not possible then, right?

thanks,

--Jw.


 If the probability of success is not almost one, then it is damn near
 zero.


[vchkpw] Strange Error

2004-05-25 Thread François Wautier

Hi,

I am new to this list.

I recently installed on a Gentoo linux

qmail  1.03 (r13)
vpopmail 5.4.0
maildrop 1.5.3
qmail-scanner 1.16  ( With some modifs)


Everything was working well until today.  

Today, I took my local domain and made it a virtual domain on my hosts.

Things are mostly working, but every now and then I get the following error 
message

@400040b3436602b4f094 delivery 2035: success: 
vmysql:_sql_error[1]:_Can't_create_database_'vpopmail'._Database_exists/vmysql:_sql_error[3]:
_No_Database_Selected/could_not_create_limits_table_CREATE_TABLE_limits_(_d
 The whole SQL query..
_No_Database_Selected/user_does_not_exist,but_will_deliver_to_/var/vpopmail/domains/mydomain/mycatchall/


Because I have a catchall account, the emails get delivered there instead of 
the correct mailbox. I can see that the Delivered-To header is set to the 
correct user.   I can't seem to find a pattern in the occurrence of the 
problem  The only thing is that I get the feeling it is related to the use of 
aliases  ( .qmaol-myalias)  but I am not sure.

Has anyone experienced the same problem? Has anyone found a solution?

Thanks
François Wautier


 


[vchkpw] not found in rcpthost error

2004-05-25 Thread martin
I am getting the error that my host is not found in the rcpthost 
file...however..it is there. This is my second email box that I am 
building RH9 and I am not sure where I failed this time around (or 
maybe I did the first one wrong).

I enabled remote users in vpopmail...on the first box...I am able to 
send out fine.  On the second box...I can only send out if I have the 
smtp auth info set up in the email program.  Now...does this mean that I 
totally screwed up on my first box and it is an open relay?  I don't 
think so since I setup the second box the same way as far as what is 
allowed to be used as a relay client..  The first box is running vpop 
5.2.2  the second is using 5.4.0

any thoughts?
thanks
Marty
 




[vchkpw] enable-learn-passwords and Courier

2004-05-25 Thread Andre Fortin
Hi,

I'm using --enable-learn-passwords(netqmail 1.05 + vpopmail 5.4.0 +
courier-imap 3.0.4), and I've noticed that if someone logs in initially with
IMAP (via webmail), they are allowed to log in but the password does not get
learned.  Is this a known issue?  Is there a way around this?  We have a lot
of people using the webmail system exclusively, and I'd like to be able to
set their password that way so that they do not need to log in via pop3 once
to set their password..  Thanks in advance,

Andre



Re: [vchkpw] not found in rcpthost error

2004-05-25 Thread Jeremy Kitchen
On Tuesday 25 May 2004 08:33 am, martin wrote:
 I am getting the error that my host is not found in the rcpthost
 file...however..it is there. This is my second email box that I am
 building RH9 and I am not sure where I failed this time around (or
 maybe I did the first one wrong).

  I enabled remote users in vpopmail...on the first box...I am able to
 send out fine.  On the second box...I can only send out if I have the
 smtp auth info set up in the email program.  Now...does this mean that I
 totally screwed up on my first box and it is an open relay?  I don't
 think so since I setup the second box the same way as far as what is
 allowed to be used as a relay client..  The first box is running vpop
 5.2.2  the second is using 5.4.0

if you're using tcpserver for your smtp service, you need to point its -x flag 
at the proper cdb file on your system that vpopmail is rebuilding.  vpopmail 
told you which one that was when you configured and built it, so that's where 
you'll find your answer.

http://cr.yp.to/ucspi-tcp/tcpserver.html

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



Re: [vchkpw] How could I set multilog to be more verbose

2004-05-25 Thread Jeremy Kitchen
On Tuesday 25 May 2004 04:17 am, Andrew Averin wrote:
  Hi all
  How could I set multilog to be more verbose??

multilog only writes to disk what it receives on stdin.  If it gets any 
errors, it complains on stderr, but that's it.

therefore, it's not possible to make multilog more verbose.

-Jeremy

-- 
Jeremy Kitchen ++ Systems Administrator ++ Inter7 Internet Technologies, Inc.
  [EMAIL PROTECTED] ++ www.inter7.com ++ 866.528.3530 ++ 847.492.0470 int'l
kitchen @ #qmail #gentoo on EFnet ++ scriptkitchen.com/qmail



[vchkpw] Re: passwords

2004-05-25 Thread Peter Palmreuther
Hello Jean,

On Tuesday, May 25, 2004 at 2:31:26 PM you wrote (at least in part):

 Is it possible to convert all old passwords from the old format
 (MD5-disabled crypt()) to the new format?
 If you have plain passwords enabled: yes. (..)
 Unfortunately this isn't my case. :(
 I guess it's not possible then, right?

Right. The passwords are non recoverable and therefore you can't
convert them into a state that enables you to reencrypt using MD5.
Send an e-mail to all affected accounts and please them to change the
password for their own safety using qmailadmin (or whatever front end
you have set up).
-- 
Best regards
Peter Palmreuther

There are never enough hours in a day,  but always too many days
before Saturday.



[vchkpw] Re: How could I set multilog to be more verbose

2004-05-25 Thread Peter Palmreuther
Hello Andrew,

On Tuesday, May 25, 2004 at 11:17:34 AM you wrote (at least in part):

  How could I set multilog to be more verbose??

1.) Wrong list. multilog is not part of vpopmail.
2.) You can't. Multilog only logs what it gets from STDIN. Multilog
itself does not create log output, except in case of an error in
which case you'd see it via 'ps' and a 'grep' for 'readproctitle'
-- 
Best regards
Peter Palmreuther

Life sucks. Then you die



[vchkpw] Re: SMTP Auth HOW? *UPDATE* AMD64

2004-05-25 Thread Peter Palmreuther
Hello Blist,

On Monday, May 24, 2004 at 11:16:58 PM you wrote (at least in part):

 10092 write(4, [EMAIL PROTECTED], 27) = 27

However your Base64-encoded your login data, something went wrong.
There's a '\n' that shouldn't be there.

The correct B64-data would be:

Username: YnJvb2tzQGJyb29rc3JveS5jb20=
Password: amo=

Please try again with these data and report in.
-- 
Best regards
Peter Palmreuther

I have been guilty of kicking myself in the teeth...



Re: [vchkpw] enable-learn-passwords and Courier

2004-05-25 Thread Ken Jones
On Tuesday 25 May 2004 10:09 am, Andre Fortin wrote:
 Hi,

   I'm using --enable-learn-passwords(netqmail 1.05 + vpopmail 5.4.0 +
 courier-imap 3.0.4), and I've noticed that if someone logs in initially
 with IMAP (via webmail), they are allowed to log in but the password does
 not get learned.  Is this a known issue?  Is there a way around this?  We
 have a lot of people using the webmail system exclusively, and I'd like to
 be able to set their password that way so that they do not need to log in
 via pop3 once to set their password..  Thanks in advance,

 Andre

I don't think the vchkpw modules to courier-imap have any code to 
support learn passwords. You would need to get someone (or yourself)
to make the coding changes. You can use vchkpw.c as an example.

Ken Jones


Re: [vchkpw] Re: SMTP Auth HOW? *UPDATE* AMD64

2004-05-25 Thread blist
Peter Palmreuther wrote:
However your Base64-encoded your login data, something went wrong.
There's a '\n' that shouldn't be there.
The correct B64-data would be:
Username: YnJvb2tzQGJyb29rc3JveS5jb20=
Password: amo=
Please try again with these data and report in.
 

Peter,
After tyring with these values I get:
ps1:/tmp # tail -f qmail.log
24162 write(2, tcpserver: status: 0/20\n, 24) = 24
24162 write(2, tcpserver: status: 1/20\n, 24) = 24
24403 write(2, tcpserver: pid 24403 from 192.168.5.50\n, 39) = 39
24403 write(2, tcpserver: ok 24403 0:192.168.5.50:25 
:192.168.5.50::32838\n, 59) = 59
24403 write(1, 220 box.prostream.net ESMTP\r\n, 29) = 29
24403 write(1, 
250-box.prostream.net\r\n250-PIPELINING\r\n250-8BITMIME\r\n250 AUTH 
LOGIN PLAIN CRAM-MD5\r\n, 84) = 84
24403 write(1, 334 VXNlcm5hbWU6\r\n, 18) = 18
24403 write(1, 334 UGFzc3dvcmQ6\r\n, 18) = 18
24403 write(4, [EMAIL PROTECTED], 25) = 25
24597 write(4, \33\0\0\1\215 \0\0\0root\0[_O\\SRHM\0vpopmail, 31) = 31
24597 write(4, \240\0\0\0\3select pw_name, pw_passwd, pw_uid, pw_gid, 
pw_gecos, pw_dir, pw_shell , pw_clear_passwd from vpopmail where pw_name 
= \brooks\ and pw_domain = \brooksroy.com\ , 164) = 164
24597 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
24403 --- SIGCHLD (Child exited) @ 0 (0) ---
24403 write(1, 454 oops, problem with child and I can\'t auth 
(#4.3.0)\r\n, 56) = 56

Also in my /var/log/messages I am seeing:
vchkpw[24597]: segfault at  rip  rsp 
007fb450 error 14

Thanks!


[vchkpw] qmail + vpopmail - broken deliveries to a single domain

2004-05-25 Thread Christopher Grello

Hello all,

  I have a really odd problem. Let me first say that this does not appear
to be a permissions problem, though it would at first glance.

  The problem domain we'll call example.edu. When you send an email to any
of the addresses @example.edu, it will be deferred with the following
message in the logs:

  delivery 25: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/

  As I mentioned, at first glance, you would check permissions. All that
appears to be well though. Here's what /var/qmail/users/assign looks like:

  +example.edu-:example.edu:89:89:/var/vpopmail/domains/example.edu:-::
  +test.com-:test.com:89:89:/var/vpopmail/domains/test.com:-::
  .

  Here's the directory structure for /var/vpopmail/domains/exmaple.edu/...
(btw, vpopmail and vchkpw are uid 89):

  drwxr-xr-x  23  rootwheel512 May 25 10:45 /var/
  drwxr-xr-x  9   vpopmail  vchkpw   512 May 25 11:16 /var/vpopmail/
  drwx--  4   vpopmail  vchkpw   512 May 25 11:02 /var/vpopmail/domains/
  drwx--  148 vpopmail  vchkpw  4608 May 25 11:29 
/var/vpopmail/domains/example.edu/
  drwx--  3   vpopmail  vchkpw   512 Jan 31  2002 
/var/vpopmail/domains/example.edu/tmoore/
  drwx--  25  vpopmail  vchkpw  1024 May 25 04:37 
/var/vpopmail/domains/example.edu/tmoore/Maildir/
  drwx--  2   vpopmail  vchkpw   512 May 24 13:02 
/var/vpopmail/domains/example.edu/tmoore/Maildir/new/

  So, permissions look fine. I added the test.com to do some testing and
it's working just fine with the same permissions and everything. I thought
that perhaps I hit some sort of bug or limit with the number of users you
can have in a single domain as example.edu has 3073, but I added 3500
users to test.com and all is well. The
/var/vpopmail/domains/example.edu/vpasswd file looks OK too.

  I'm at a loss. Any help would be greatly appreciated. I'm guessing my
last-resort plan will be to backup /var/vpopmail/domains/example.edu/,
re-setup the domain and then recreate all the email accounts, copy back
emails...big headache. :)

Best wishes,

- Chris


  This email was created with 100% recycled electrons.



[vchkpw] Re: SMTP Auth HOW? *UPDATE* AMD64

2004-05-25 Thread Peter Palmreuther
Hello Blist,

On Tuesday, May 25, 2004 at 6:22:11 PM you wrote (at least in part):

 After tyring with these values I get:

 24597 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

That's not necessarily easy to debug.

First try this:

 $printf [EMAIL PROTECTED] /tmp/auth.data
 $setuidgid /usr/local/vpopmail/bin/vchkpw \
   /bin/sh -c 'echo Yes' /tmp/auth.data  30

And if this does not output 'Yes' please 'strace' it without '-e'
option.

If this segfaults too, one /might/ be able to guess why from the
strace and the last action done. If this is not possible you'd have to
'dbg' vchkpw, to figure what's wrong. Nevertheless 'til now your
original problem was not reproduced. So it seems something is really
going wrong in your installation.
-- 
Best regards
Peter Palmreuther

Clap on!  clap clap Clap off!  clap clap ~2v2h~#bu4bNO CARRIER



Re: [vchkpw] qmail + vpopmail - broken deliveries to a single domain

2004-05-25 Thread Dheeraj MS
   delivery 25: deferral: Unable_to_chdir_to_maildir._(#4.2.1)/

Even i keep getting this and till now, if i grep on my /var/log/qmail dir.,
i get...

[EMAIL PROTECTED] qmail]# grep Unable_to_chdir_to_maildir * -c
@400040a78dbc24c33f4c.s:253
@400040a8751f27f2c8a4.s:161
@400040a9ad961158643c.s:131
@400040ab53f334c0fb64.s:177
@400040ac79ea2b5f050c.s:143
@400040adf7302f23aa44.s:43
@400040afa325159f9f24.s:92
current:0
lock:0
pop3d:0
smtpd:0
state:0

-- These many amount of deferral lines!!

and  /var/log/qmail
-rw-r-1 qmaill   nofiles 98051 May 16 21:20
@400040a78dbc24c33f4c.s
-rw-r-1 qmaill   nofiles 98132 May 17 13:47
@400040a8751f27f2c8a4.s
-rw-r-1 qmaill   nofiles 98021 May 18 12:00
@400040a9ad961158643c.s
-rw-r-1 qmaill   nofiles 98000 May 19 18:02
@400040ab53f334c0fb64.s
-rw-r-1 qmaill   nofiles 98051 May 20 14:56
@400040ac79ea2b5f050c.s
-rw-r-1 qmaill   nofiles 98093 May 21 18:03
@400040adf7302f23aa44.s
-rw-r-1 qmaill   nofiles 98045 May 23 00:29
@400040afa325159f9f24.s
-rw-r-1 qmaill   nofiles 95557 May 25 23:44 current

Note that, 'current' file has none of those deferred lines. So from last two
days its gone? Confusing.

I have just my domain running on qmail and mails keep moving in and out
without any problem. At first i got bugged but later kept quiet thinking
this is a kind of issue related with Maildir or maildir.

To be frank, i'm still not able to trace the problem i'm facing because of
this. By its meaning, 'deferred' means delayed, unable to chdir_to_maildir,
maybe because the mail in my box does'nt reach directly to the user inbox,
i.e., mail is handled by qmail-scanner, Clam AV and SpamAssassin and then to
inbox.

Thought of all these and closed the issue by myself. If anyone educates me
and Christopher more on this, we'll be very much thankful to them.
:)

Dheeraj.







Re: [vchkpw] Re: SMTP Auth HOW? *UPDATE* AMD64

2004-05-25 Thread Linux-Guru
Am Dienstag, 25. Mai 2004 19:18 schrieb Peter Palmreuther:
 Hello Blist,

 On Tuesday, May 25, 2004 at 6:22:11 PM you wrote (at least in part):
  After tyring with these values I get:
 
[...]
 If this segfaults too, one /might/ be able to guess why from the
 strace and the last action done. If this is not possible you'd have to
 'dbg' vchkpw, to figure what's wrong. Nevertheless 'til now your
 original problem was not reproduced. So it seems something is really
 going wrong in your installation.
Hi Peter, hi blist, hi all others.

Peter, you are wrong! Same behaviour here. The only difference is, that I use 
Gentoo and not SuSE.
What Erwin and I found out today, is, that we get the same error when using 
checkpassword.
So Jeremy was partly right on IRC when he said it's not vpopmail. If it is 
qmail, which he thiught it wouldn't bee, too, can't be said right now.
Of course, it is not stock qmail, but IMHO it _could_ be the smtp-auth-patch.

Peter, I'll contact you in replay of your mail which you wrote me off-list.

Greetings

Tobias


Re: [vchkpw] Trouble using maildrop filter fastforward

2004-05-25 Thread Andreas Wiesmann
Now, if mail is sent to an account using the exact account name, 
mail is delivered as it should be. However, If I send mail to an 
account using an alias (via fastforward), mail doesn't get 
delivered. Why? I'm using

VPOP=| /home/vpopmail/bin/vdelivermail '' [EMAIL PROTECTED]
which is the same as in the (old) .qmail-default file. The 
mail-filter is chown'ed vpopmail:vchkpw and the log file says local 
delivery is delivering ...to local 
mailto:[EMAIL PROTECTED][EMAIL PROTECTED].
But nothing ever arrives.
its probably the same thing we noticed for forwards set through 
qmailadmin by users (.qmail in user dir). you can probably go around 
this using (credits go to lola)
 xfilter $VPOPCMD
 exit

instead of to $VPOP. I dont know the real reason but it looks if 
maildrop terminates before the mail is successfully forwarded?

I add the maildrop script I use now below just for people with 
similar problems searching the archives

cheers
andrej
# mailfilter written by andrej [EMAIL PROTECTED] to
# 1. check if .Spam maildir and deliver if its spam
# 2. check if .qmail in virtual home and proceed with this
# 3. check if mailfilters from sqwebmail in virtual home and filter
# 4. standard mail delivery
# PREREQUISITS
# file in ./Maildir or /usr/local/share/sqwebmail called maildirfilterconfig
# with
# MAILDIRFILTER=../.mailfilter
# MAILDIR=$VHOME/Maildir
# this filter is calle by .qmail-default
# | maildrop mailfilter
#logfile $VHOME/log
logfile /var/log/maildrop
import SENDER
import FROM
import EXT
import HOST
import RPLINE
import DTLINE
#log Sender: $SENDER From: $FROM ext: $EXT host: $HOST rpline: 
$RPLINE dtline: $DTLINE

SENDMAIL=/var/qmail/bin/sendmail
VPOP=| /mailboxen/vpopmail/bin/vdelivermail '' bounce-no-mailbox
VPOPCMD=/mailboxen/vpopmail/bin/vdelivermail '' bounce-no-mailbox
# virtual user home
VHOME=`/mailboxen/vpopmail/bin/vuserinfo -d [EMAIL PROTECTED]
HOME=$VHOME
#log VPOP: $VPOP
#log VHOME: $VHOME
#log SENDMAIL: $SENDMAIL
`/usr/bin/test -d $VHOME`
if( $RETURNCODE != 0 )
  {
  echo 'Sorry, no mailbox here by that name. vpopmail (#5.1.1)'
  EXITCODE=100
  # log bouncing
  exit
}
#log $SENDMAIL
# spam directory for automatic spam filtering
SPAMDIR=$VHOME/Maildir/.Spam
`/usr/bin/test -d $SPAMDIR`
SPAMDIRF=$RETURNCODE
#log SPAMDIR: $SPAMDIR SPAMDIRF: $SPAMDIRF
# dotqmail
DOTQMAIL=$VHOME/.qmail
`/usr/bin/test -f $DOTQMAIL`
DOTQMAILF=$RETURNCODE
#log DOTQMAIL: $DOTQMAIL DOTQMAILF: $DOTQMAILF
# further maildrop filters (configured via sqwebmail)
SQMAILF=$VHOME/.mailfilter
`/usr/bin/test -f $SQMAILF`
SQMAILFF=$RETURNCODE
#log SQMAILF: $SQMAILF SQMAILFF: $SQMAILFF

if ($SPAMDIRF == 0)
{
  if (/^X-Spam-Flag: *YES/)
  {
log xspam yes and spamdir exists
exception {
  # to Spamfolder
  to $SPAMDIR
}
  }
}
if ($DOTQMAILF == 0)
{
  exception {
# proceed with .qmail
 #log .qmail exists
 # to $VPOP
 # now replaced with xfilter due to lost forwardmail
 xfilter $VPOPCMD
 exit
  }
}
if ($SQMAILFF == 0)
{
  exception {
# proceed with maildrop filters
#log include filters
include $VHOME/.mailfilter
  }
  exception {
# proceed
#log standard delivery after filter inclusion
to $VPOP
  }
}
else
{
  exception {
# proceed
#log standard delivery
to $VPOP
  }
}
#log end


Re: [vchkpw] not found in rcpthost error

2004-05-25 Thread martin






Jeremy Kitchen wrote:

  On Tuesday 25 May 2004 08:33 am, martin wrote:
  
  
I am getting the error that my host is not found in the rcpthost
file...however..it is there. This is my second email box that I am
building "RH9" and I am not sure where I failed this time around (or
maybe I did the first one wrong).

 I enabled remote users in vpopmail...on the first box...I am able to
send out fine.  On the second box...I can only send out if I have the
smtp auth info set up in the email program.  Now...does this mean that I
totally screwed up on my first box and it is an open relay?  I don't
think so since I setup the second box the same way as far as what is
allowed to be used as a relay client..  The first box is running vpop
5.2.2  the second is using 5.4.0

  
  
if you're using tcpserver for your smtp service, you need to point its -x flag 
at the proper cdb file on your system that vpopmail is rebuilding.  vpopmail 
told you which one that was when you configured and built it, so that's where 
you'll find your answer.

http://cr.yp.to/ucspi-tcp/tcpserver.html

-Jeremy


okI must be really blind here...or am just really missing the point...
I re-ran tcprules and did the tcpcheck...should I be doing "tcpserver -x
/home/vpopmail/etc/tcp.smtp" to make this thing work right?

thanks
Marty

  

  






[vchkpw] pop3 concurrency

2004-05-25 Thread Jeff Koch
Hi:
pop3 sessions seem to be limited to a maximum of 40. Does anyone know how 
this can be raised to 50?

Thanks
Best Regards,
Jeff Koch 




Re: [vchkpw] pop3 concurrency

2004-05-25 Thread Christopher Grello

On Wed, 26 May 2004, Jeff Koch wrote:


 Hi:

 pop3 sessions seem to be limited to a maximum of 40. Does anyone know how
 this can be raised to 50?

 Thanks


 Best Regards,

 Jeff Koch


  I'm guessing you're talking about simultaneous POP3 connections? If
you're using tcpserver, which I'm guessing you are since tcpserver's
default connection limit is 40, you can use the -c option to set it to
something higher. For full details on tcpserver, see the below URL:

  http://cr.yp.to/ucspi-tcp/tcpserver.html

- Chris


  This email was created with 100% recycled electrons.