[toaster] How to use rblsmtpd ?
Following is my startup script. How can I amend it in order to use rblsmtpd with vpopmail + qmailscanner ? #!/bin/shQMAILDUID=`id -u vpopmail`NOFILESGID=`id -g vpopmail`MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"export QMAILQUEUEexec /usr/local/bin/softlimit -m 1500 \ /usr/local/bin/tcpserver -v -H -R -l 0 \ -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ /var/qmail/bin/qmail-smtpd domain.com \ /home/vpopmail/bin/vchkpw /bin/true 2>&1 Thank you Frankie
Re: [toaster] How to use rblsmtpd ?
Is it right if I want to use more than 1 RBL sources ? /usr/local/bin/rblsmtpd -r bl.spamcop.net -r relays.ordb.org \ ... Thank you Frankie - Original Message - From: "Shane Chrisp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2003 6:41 PM Subject: RE: [toaster] How to use rblsmtpd ? > Like so... > > #!/bin/sh > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" > export QMAILQUEUE > exec /usr/local/bin/softlimit -m 1500 \ > /usr/local/bin/tcpserver -v -H -R -l 0 \ > -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ > /usr/local/bin/rblsmtpd -r bl.spamcop.net \ > /var/qmail/bin/qmail-smtpd domain.com \ > /home/vpopmail/bin/vchkpw /bin/true 2>&1 > > Add any other rblsmtpd flags that you want, eg if you > want fail open or fail closed etc. > > cheers > > Shane > > -Original Message- > From: Frankie [mailto:[EMAIL PROTECTED] > Sent: Sunday, 14 September 2003 6:02 PM > To: [EMAIL PROTECTED] > Subject: [toaster] How to use rblsmtpd ? > > > Following is my startup script. How can I amend it in order to use rblsmtpd > with vpopmail + qmailscanner ? > > #!/bin/sh > QMAILDUID=`id -u vpopmail` > NOFILESGID=`id -g vpopmail` > MAXSMTPD=`cat /var/qmail/control/concurrencyincoming` > QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl" > export QMAILQUEUE > exec /usr/local/bin/softlimit -m 1500 \ > /usr/local/bin/tcpserver -v -H -R -l 0 \ > -x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \ > -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \ > /var/qmail/bin/qmail-smtpd domain.com \ > /home/vpopmail/bin/vchkpw /bin/true 2>&1 > > Thank you > > Frankie > >
[toaster] check spelling in sqwebmail
I have just installed toaster0.5 + mandrake 9.1, everything run fine but only check spelling function in sqwebmail return: Internal error (module sqispell.c, line 316) - contact system administrator) How can I fix it ? Thank you Frankie
[toaster] error message in syslog
I discover that an error message show in syslog of Mandrake 9.2 after installed toaster : Feb 22 15:53:12 test imapd: Failed to create cache file: maildirwatch ([EMAIL PROTECTED])Feb 22 15:53:12 test imapd: Error: Input/output errorFeb 22 15:53:12 test imapd: Check for proper operation and configurationFeb 22 15:53:12 test imapd: of the File Access Monitor daemon (famd). Any suggestion to find it ? Regards, Frankie
[toaster] Easy way to convert address from sqwebmail to squirrelmail
Is there some easy way to convert all address book of sqwebmail to squirrelmail ? Frankie
Re: [toaster] error message in syslog
But I am a fans of Mandrake since 6.0... Frankie - Original Message - From: "Eero Volotinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 22, 2004 5:55 PM Subject: Re: [toaster] error message in syslog > Frankie wrote: > > > I discover that an error message show in syslog of Mandrake 9.2 after > > installed toaster : > > > > Feb 22 15:53:12 test imapd: Failed to create cache file: maildirwatch > > ([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>) > > Feb 22 15:53:12 test imapd: Error: Input/output error > > Feb 22 15:53:12 test imapd: Check for proper operation and configuration > > Feb 22 15:53:12 test imapd: of the File Access Monitor daemon (famd). > > Your mandrake security settings fuck all up. > > Solution: use not broken distro, like redhat/fedora. > > -- > Eero >
Re: [toaster] error message in syslog
I have tried but error msg still occur so I think it may not be caused by the security features of mandrake. Frankie - Original Message - From: "Eero Volotinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 22, 2004 10:18 PM Subject: Re: [toaster] error message in syslog > Frankie wrote: > > > But I am a fans of Mandrake since 6.0... > > Well, then disable all security features (bugs) of mandrake. > > -- > Eero >
Re: [toaster] error message in syslog
I have found a similar error posted on the mailing list of courier-imap, someone answered it is caused by none of installation of fam. But I am sure that fam is started by xinetd. In face, imap connection seems to be ok without any problem but the error msg let syslog become larger. Anyway, thank you very much for your suggestion. I will try to seek another method to fix it. Frankie - Original Message - From: "Eero Volotinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 12:14 AM Subject: Re: [toaster] error message in syslog > Frankie wrote: > > > I have tried but error msg still occur so I think it may not be caused by > > the security features of mandrake. > > Yes it is, because mandrake modifies filerights. > > I don't know how to bypass it, because I don't use mandrake. > > -- > Eero >
Re: [toaster] error message in syslog
Thanks. It is caused by disable of portmapper. Frankie - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 12:29 AM Subject: Re: [toaster] error message in syslog > Frankie wrote: > > I discover that an error message show in syslog of Mandrake 9.2 after installed toaster : > > > > Feb 22 15:53:12 test imapd: Failed to create cache file: maildirwatch ([EMAIL PROTECTED]) > > Feb 22 15:53:12 test imapd: Error: Input/output error > > Feb 22 15:53:12 test imapd: Check for proper operation and configuration > > Feb 22 15:53:12 test imapd: of the File Access Monitor daemon (famd). > > > > Any suggestion to find it ? > > http://www.courier-mta.org/FAQ.html#fam > > Regards, > > Bill Shupp >
Re: [toaster] Easy way to convert address from sqwebmail to squirrelmail
The addressbook of sqwebmail is located in Maildir, named "sqwebmail-addressbook", format is as follows: user1: <[EMAIL PROTECTED]> user2: <[EMAIL PROTECTED]> . I am newbie but try to learn using bash script with sed command. I will be pleased if you can submit me more examples. Regards, Frankie - Original Message - From: "Eero Volotinen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 23, 2004 12:45 AM Subject: Re: [toaster] Easy way to convert address from sqwebmail to squirrelmail > >>Is there some easy way to convert all address book of sqwebmail to squirrelmail ? > > > > > > I'm not aware of one. You will have to write one, which should be > > trivial in perl or bash, once you know the structure of each address > > book. If you do write one, send it to me and I'll gladly post it on the > > toaster site. > > I can write conversion software, if some-one provides me sqwebmail > addressbook. > > Send it to [EMAIL PROTECTED] > > -- > Eero >
[toaster] quota_usage
Quota can't be displayed in SquirrelMail after following the instruction of toaster. plugins/quota_usage/FAQ mention that we should set CAPABILITY=QUOTA in /usr/lib/courier-imap/etc/imapd. However, I can only find out IMAP_CAPABILITY in this file. Is it equal to the one mentioned in FAQ ? If yes, QUOTA is set default as follows: IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" Also, the file maildirsize exists in Maildir. How can I fix it ? Regards, Frankie
[toaster] Re: quota_usage
Can anyone tell me whether it is caused by improper installation of courier-imap ? Regards, Frankie Frankie writes: Quota can't be displayed in SquirrelMail after following the instruction of toaster. plugins/quota_usage/FAQ mention that we should set CAPABILITY=QUOTA in /usr/lib/courier-imap/etc/imapd. However, I can only find out IMAP_CAPABILITY in this file. Is it equal to the one mentioned in FAQ ? If yes, QUOTA is set default as follows: IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" Also, the file maildirsize exists in Maildir. How can I fix it ? Regards, Frankie
Re: [toaster] quota_usage
I exactly know what the problem is. I don't know whether it is a bug or not but want to share with all of you. According to manual of vpopmail, we can use "vsetuserquota [EMAIL PROTECTED] 5M". It is ok and can be viewed "quota: 5242880S" by command of vuserinfo. However, what in the file of maildirsze can not be converted to "5242880S". As a result, SquirrelMal can not display the quota usage. Regards, Frankie - Original Message - From: "Bill Shupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 5:26 AM Subject: Re: [toaster] quota_usage > Frankie wrote: > > > Quota can't be displayed in SquirrelMail after following the instruction of toaster. plugins/quota_usage/FAQ mention that we should set CAPABILITY=QUOTA in /usr/lib/courier-imap/etc/imapd. However, I can only find out IMAP_CAPABILITY in this file. Is it equal to the one mentioned in FAQ ? If yes, QUOTA is set default as follows: > > > > IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" > > > > Also, the file maildirsize exists in Maildir. How can I fix it ? > > Your capability statement is setup properly. Note that even if you > have a maildirsize file created, sometimes courier-imap will not list > quota usage until there is at least one line after the quota statement. > In other words, send that account a few emails. Make sure that the > maildirsize file has been updated, and that it is readable by the > vpopmail user. > > Regards, > > Bill Shupp >
Re: [toaster] quota_usage
Can anyone tech me how to add "S" to the end of quota size in maildirsze when use vsetuserquota in order to let squirrelmail can display the quota usage? Should I amend the source code of vpopmail ? Is it the only way ? Thanks a lot Frankie - Original Message - From: "Frankie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 9:58 PM Subject: Re: [toaster] quota_usage > I exactly know what the problem is. I don't know whether it is a bug or not > but want to share with all of you. According to manual of vpopmail, we can > use "vsetuserquota [EMAIL PROTECTED] 5M". It is ok and can be viewed "quota: > 5242880S" by command of vuserinfo. However, what in the file of maildirsze > can not be converted to "5242880S". As a result, SquirrelMal can not display > the quota usage. > > Regards, > > Frankie > > - Original Message - > From: "Bill Shupp" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, February 26, 2004 5:26 AM > Subject: Re: [toaster] quota_usage > > > > Frankie wrote: > > > > > Quota can't be displayed in SquirrelMail after following the instruction > of toaster. plugins/quota_usage/FAQ mention that we should set > CAPABILITY=QUOTA in /usr/lib/courier-imap/etc/imapd. However, I can only > find out IMAP_CAPABILITY in this file. Is it equal to the one mentioned in > FAQ ? If yes, QUOTA is set default as follows: > > > > > > IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE > THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE" > > > > > > Also, the file maildirsize exists in Maildir. How can I fix it ? > > > > Your capability statement is setup properly. Note that even if you > > have a maildirsize file created, sometimes courier-imap will not list > > quota usage until there is at least one line after the quota statement. > > In other words, send that account a few emails. Make sure that the > > maildirsize file has been updated, and that it is readable by the > > vpopmail user. > > > > Regards, > > > > Bill Shupp > > > >
Re: [toaster] Quota Usage Plugin
Your situation is as similar what I face. The quota usage will be displayed correctly if you append "S" to the first line of your maildirsize like "131072000S". Also, GETQUOTAROOT will display something like Bill's mention. It is because you use qmailadmin to create email account or set quota to email account. Qmailadmin use "vsetuserquota" to implement what you want but amend maildirsize without appending "S". Try a test like: vsetuserquota [EMAIL PROTECTED] 10M vuserinfo will show you "quota: 10485760S" but what in your maildirsize is "10M" and quota_usage can't work in squirrelmail. Try again like: vsetuserquota [EMAIL PROTECTED] 10485760 (similar to the implementation by qmailadmin) vuserinfo will also show you "quota: 10485760S". What in your maildirszie is "10485760" and quota_usage still can't work. Again: vsetuserquota [EMAIL PROTECTED] 10485760S vuserinfo is "quota: 10485760S" and maildirszie is "10485760S". As a result, quota_usage work ! I have took a look to the function.php of quota_usage, it use "GETQUOTAROOT" to collect quota information from IMAP connection. I regret that I am not a C programmer and don't know how to amend sourcecode of vpopmail or qmailadmin. Any solution or suggestion is welcome. Thanks Frankie - Original Message - From: "Stephen Harmon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 29, 2004 6:40 AM Subject: Re: [toaster] Quota Usage Plugin > Attached is one of my maildirsize files. Does this look normal? VPOPMAIL > and VCHKPW are the OWNER:GROUP of the file with -rw- --- --- rights. > > Thanks, > > Stephen > - Original Message - > From: "Bill Shupp" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, February 28, 2004 3:05 PM > Subject: Re: [toaster] Quota Usage Plugin > > > > Stephen Harmon wrote: > > > When I connect it shows: > > > > > > * OK [COMPATIBILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE > THREAD=ORDERSUBJECT > > > THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP > > > ready. > > > > > > Thanks, > > > > > > Stephen > > > > You need to log in, then issue the appropriate commands, like so: > > > > $ telnet localhost 143 > > Trying 127.0.0.1... > > Connected to localhost.localdomain. > > Escape character is '^]'. > > * OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc. See > > COPYING for distribution information. > > . login [EMAIL PROTECTED] password > > . OK LOGIN Ok. > > . getquotaroot "inbox" > > * QUOTAROOT "." "ROOT" > > * QUOTA "ROOT" (STORAGE 444072 512000) > > . OK GETQUOTAROOT Ok. > > . logout > > * BYE Courier-IMAP server shutting down > > . OK LOGOUT completed > > Connection closed by foreign host. > > > > This is all quotausage does, and then does the math on the response to > > see what current usage is. If this fails, then the imap server is not > > recognizing the quota settings in vpopmail. > > > > Regards, > > > > Bill Shupp > > >
[toaster] Re: Quota Usage Plugin - PATCH
Thank you very much. Frankie Tom Collins writes: On Feb 29, 2004, at 11:04 AM, Frankie wrote: I regret that I am not a C programmer and don't know how to amend sourcecode of vpopmail or qmailadmin. Thanks for pointing out this bug. For those on the vchkpw list, it was pointed out that vsetuserquota doesn't write the quota to maildirsize in the correct format. This patch fixes that problem (and hopefully the new line won't word-wrap). diff -u -r1.2 vsetuserquota.c --- vsetuserquota.c 20 Oct 2003 18:59:57 - 1.2 +++ vsetuserquota.c 1 Mar 2004 05:35:05 - @@ -144,12 +144,7 @@ /* Grab the quota */ if ( optind < argc ) { - snprintf(Quota, sizeof(Quota), "%s", argv[optind]); - for(c=0;Quota[c]!=0;++c){ - if ( islower((int)Quota[c]) ) { - Quota[c] = (char)toupper((int)Quota[c]); - } - } + snprintf(Quota, sizeof(Quota), "%s", format_maildirquota(argv[optind])); ++optind; } I'm checking this into CVS now. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
[toaster] Re: Quota Usage Plugin - PATCH
After patch, vsetuserquota seems to be ok. But problem still exist if the email account is created or amended by qmailadmin. Any other suggestion ? Regards, Frankie Tom Collins writes: On Feb 29, 2004, at 11:04 AM, Frankie wrote: I regret that I am not a C programmer and don't know how to amend sourcecode of vpopmail or qmailadmin. Thanks for pointing out this bug. For those on the vchkpw list, it was pointed out that vsetuserquota doesn't write the quota to maildirsize in the correct format. This patch fixes that problem (and hopefully the new line won't word-wrap). diff -u -r1.2 vsetuserquota.c --- vsetuserquota.c 20 Oct 2003 18:59:57 - 1.2 +++ vsetuserquota.c 1 Mar 2004 05:35:05 - @@ -144,12 +144,7 @@ /* Grab the quota */ if ( optind < argc ) { - snprintf(Quota, sizeof(Quota), "%s", argv[optind]); - for(c=0;Quota[c]!=0;++c){ - if ( islower((int)Quota[c]) ) { - Quota[c] = (char)toupper((int)Quota[c]); - } - } + snprintf(Quota, sizeof(Quota), "%s", format_maildirquota(argv[optind])); ++optind; } I'm checking this into CVS now. -- Tom Collins - [EMAIL PROTECTED] QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ Info on the Sniffter hand-held Network Tester: http://sniffter.com/
Re: [toaster] Re: Quota Usage Plugin - UPDATED PATCH
Thank you very much. If webmail service is implemented by sqwebmail, everything seems to be ok. I think maybe sqwebmail direct read maildirsize to count the quota even the format is wrong. I don't know which one is the most popular combination of qmail solution but information related to vpopmail + sqwebmail could be more easy to find out in past. Frankie - Original Message - From: "Tom Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "vpopmail list" <[EMAIL PROTECTED]> Sent: Monday, March 01, 2004 11:41 PM Subject: [toaster] Re: Quota Usage Plugin - UPDATED PATCH > On Mar 1, 2004, at 3:37 AM, frankie wrote: > > After patch, vsetuserquota seems to be ok. But problem still exist if > > the email account is created or amended by qmailadmin. > > Any other suggestion ? > > I guess you're right. I'm surprised no one reported this earlier -- > this code has been in vpopmail for many releases now. The previous > patch to vsetuserquota.c is unnecessary, use this patch to vpopmail.c > instead. > > --- vpopmail.c 22 Feb 2004 22:50:48 - 1.29 > +++ vpopmail.c 1 Mar 2004 15:33:18 - > @@ -1543,6 +1543,7 @@ > int vsetuserquota( char *username, char *domain, char *quota ) > { >struct vqpasswd *mypw; > + char *formattedquota; >int ret; > > if ( strlen(username) >= MAX_PW_NAME ) return(VA_USER_NAME_TOO_LONG); > @@ -1558,7 +1559,8 @@ > /* correctly format the quota string, > * and then store the quota into the auth backend > */ > - ret = vauth_setquota( username, domain, format_maildirquota(quota)); > + formattedquota = format_maildirquota(quota); > + ret = vauth_setquota( username, domain, formattedquota); > if (ret != VA_SUCCESS ) return(ret); > > mypw = vauth_getpw( username, domain ); > @@ -1569,7 +1571,7 @@ > char maildir[MAX_BUFF]; > snprintf(maildir, sizeof(maildir), "%s/Maildir/", mypw->pw_dir); > umask(VPOPMAIL_UMASK); > -(void)vmaildir_readquota(maildir, quota); > +(void)vmaildir_readquota(maildir, formattedquota); > if ( vget_assign(domain, NULL, 0, &uid, &gid)!=NULL) { > strcat(maildir, "maildirsize"); > chown(maildir,uid,gid); > > -- > Tom Collins - [EMAIL PROTECTED] > QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ > Info on the Sniffter hand-held Network Tester: http://sniffter.com/ > >
[toaster] Re: Quota Plugin Not Reporting Usage Correctly
Did you also delete the copy in send folder ? Frankie [EMAIL PROTECTED] writes: Hello all, Now that I have the quota plugin installed and working, I am seeing the following: 1.) Set my quota using ./vsetuserquota [EMAIL PROTECTED] 131072000S 2.) Login to Squirrel Mail and see that I have used 0.0% of 131.1M (this is correct because my mailbox and trash are empty). 3.) Send myself a couple of attachments and it shows I am using 3.8%. 4.) Delete the emails I had sent myself, purge the trash and it shows that I am still using 1.9% when I should have used 0.0%. This problem seems to get worse the more emails I get. Is this a known problem? I looked out on vpopmail defects and saw similar issues, but thought they were resolved on the 5.4.1 build that this toaster uses? Any help would be appreciated. Thanks, Stephen
[toaster] Re: Quota Plugin Not Reporting Usage Correctly
maildirsize won't go large itself. I guess you will understand what maildirszie count after vi maildirszie. Regards, Frankie Stephen Harmon writes: OK, I really feel stupid now. It went to 0.0% now. I do have one additional question though. Does the "maildirsize" file continue to grow in size or does it start all over at a certain size? My concern is that all these little files grow to a very large size... Thanks for the help. Stephen - Original Message - From: "frankie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 03, 2004 11:47 PM Subject: [toaster] Re: Quota Plugin Not Reporting Usage Correctly Did you also delete the copy in send folder ? Frankie [EMAIL PROTECTED] writes: > Hello all, > > Now that I have the quota plugin installed and working, I am seeing the > following: > > 1.) Set my quota using ./vsetuserquota [EMAIL PROTECTED] 131072000S > 2.) Login to Squirrel Mail and see that I have used 0.0% of 131.1M (this > is correct because my mailbox and trash are empty). > 3.) Send myself a couple of attachments and it shows I am using 3.8%. > 4.) Delete the emails I had sent myself, purge the trash and it shows > that I am still using 1.9% when I should have used 0.0%. > > This problem seems to get worse the more emails I get. Is this a known > problem? I looked out on vpopmail defects and saw similar issues, but > thought they were resolved on the 5.4.1 build that this toaster uses? > > Any help would be appreciated. > > Thanks, > > Stephen
[toaster] pop3ds not work
something in my /var/log/qmail/pop3ds 2004-03-04 18:28:12.182975500 stunnel [filename] | -help | -version | -sockets 2004-03-04 18:28:12.183008500 filename- use specified config file instead of /etc/ssl/stunnel/stunnel.conf 2004-03-04 18:28:12.183039500 -help - get config file help 2004-03-04 18:28:12.183070500 -version- display version and defaults 2004-03-04 18:28:12.183101500 -sockets- display default socket options 2004-03-04 18:28:12.183703500 tcpserver: end 29797 status 256 2004-03-04 18:28:12.183743500 tcpserver: status: 0/40 Any suggestion ? Frankie