RE: Solaris 8

2001-09-07 Thread Mike Jimenez

I did that and it still gave me the same error?
Mike

-Original Message-
From: Apis Hytt [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 07, 2001 5:03 PM
To: Mike Jimenez
Cc: vchkpw
Subject: Re: Solaris 8




On Fri, 7 Sep 2001, Mike Jimenez wrote:

 When I try to compile with vpopmail-4.9.10 I get this error?
 How can I fix this?
-8 --- snip 
 checking for AIX... no
 ./configure: /usr/xpgr4/id: not found
 ./configure: test: argument expected
 bash-2.03#
Apis+
On Solaris 7, but I assume; also,  in Solaris 8...

Isn't it:   /usr/xpg4/bin/id
*not* /usr/xpgr4/id

If so, edit configure to correct typo of where Solaris 8 parks it.
Apis-
 
 
 Thanks
 Mike
 







Please Help

2001-10-26 Thread Mike Jimenez

Okay but /home/vpopmail/etc/tcp.smtp.cdb does not exist?
Also I don't think the multiple smtp process are normal. When I kill one
I will get sometimes 3 more back?
Im confused.
Mike

-Original Message-
From: Bruno Dalapicola Bergamaschi de Souza [mailto:[EMAIL PROTECTED]] 
Sent: Friday, October 26, 2001 4:20 PM
To: Mike Jimenez
Cc: vchkpw
Subject: Re: Please Help


Just use

instead of
/etc/tcp.smtp.cdb


Mike Jimenez wrote:

 Im having a horrible time trying to figure this out.
 I have vpopmail-4.9.10 installed with Qmail. The problem is my users 
 cannot send out email. They can pop fine however. But the POP Before 
 SMTP is not working? I have also looked into the 
 /home/vpopmail/etc/open-smtp file all pops are being allowed relay.
 Ex:
 12.46.16.205:allow,RELAYCLIENT=,RBLSMTPD=1004137830
 12.46.16.196:allow,RELAYCLIENT=,RBLSMTPD=1004137842
 12.46.16.214:allow,RELAYCLIENT=,RBLSMTPD=1004137842
 12.46.16.197:allow,RELAYCLIENT=,RBLSMTPD=1004137848
 12.46.16.201:allow,RELAYCLIENT=,RBLSMTPD=1004137859
 12.46.16.198:allow,RELAYCLIENT=,RBLSMTPD=1004137863
 12.46.16.218:allow,RELAYCLIENT=,RBLSMTPD=1004137867
 12.46.16.194:allow,RELAYCLIENT=,RBLSMTPD=1004137868
 209.179.224.46:allow,RELAYCLIENT=,RBLSMTPD=  1004137870

 But its still not allowing my users to send out email they just get a 
 host not found error or a 553 relay error? Also qmaild is running 
 multiple times and I don't know why its doing this.

 qmaild 975  0.0  0.0  1456  500 ?S15:40   0:00
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 200 -u 50

 qmaild1992  0.0  0.0  1456  504 ?S16:12   0:00
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 200 -u 50

 Here is an example of how I start the service 
 /var/qmail/supervise/qmail-smtpd/run
 #!/bin/sh
 QMAILDUID=`id -u qmaild`
 NOFILESGID=`id -g qmaild`
 MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 
 $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp 
 /var/qmail/bin/qmail-smtpd 21

 /var/qmail/supervise/qmail-pop3d/run
 #!/bin/sh
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 
 /var/qmail/bin/qmail-popup \
 rocky.vpi.net /home/vpopmail/bin/vchkpw 
 /var/qmail/bin/qmail-pop3d Maildir 21

 Can someone please help me out I cant figure out what is going on

 Mike Jimenez





Please Help

2001-10-26 Thread Mike Jimenez

Correct when I kill it it still comes back and when I restart it will
add another one.
Also /home/vpopmail/etc/tcp.smtp.cdb does not exist but this does
/etc/tcp.smtp.cdb
And its owned by vpopmail
Thanks
Mike

-Original Message-
From: Bill Shupp [mailto:[EMAIL PROTECTED]] 
Sent: Friday, October 26, 2001 4:24 PM
To: [EMAIL PROTECTED]
Subject: Re: Please Help



On Friday, October 26, 2001, at 06:12 PM, Mike Jimenez wrote:

 Im having a horrible time trying to figure this out.
 I have vpopmail-4.9.10 installed with Qmail. The problem is my users 
 cannot send out email. They can pop fine however. But the POP Before 
 SMTP is not working? I have also looked into the 
 /home/vpopmail/etc/open-smtp file all pops are being allowed relay.
 Ex:
 12.46.16.205:allow,RELAYCLIENT=,RBLSMTPD=1004137830
 12.46.16.196:allow,RELAYCLIENT=,RBLSMTPD=1004137842
 12.46.16.214:allow,RELAYCLIENT=,RBLSMTPD=1004137842
 12.46.16.197:allow,RELAYCLIENT=,RBLSMTPD=1004137848
 12.46.16.201:allow,RELAYCLIENT=,RBLSMTPD=1004137859
 12.46.16.198:allow,RELAYCLIENT=,RBLSMTPD=1004137863
 12.46.16.218:allow,RELAYCLIENT=,RBLSMTPD=1004137867
 12.46.16.194:allow,RELAYCLIENT=,RBLSMTPD=1004137868
 209.179.224.46:allow,RELAYCLIENT=,RBLSMTPD=  1004137870

 But its still not allowing my users to send out email they just get a 
 host not found error or a 553 relay error? Also qmaild is running 
 multiple times and I don't know why its doing this.


 qmaild 975  0.0  0.0  1456  500 ?S15:40   0:00
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 200 -u 50

 qmaild1992  0.0  0.0  1456  504 ?S16:12   0:00
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 200 -u 50


 Here is an example of how I start the service 
 /var/qmail/supervise/qmail-smtpd/run
 #!/bin/sh
 QMAILDUID=`id -u qmaild`
 NOFILESGID=`id -g qmaild`
 MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -l 0 -x /etc/tcp.smtp.cdb -c 
 $MAXSMTPD \
 -u $QMAILDUID -g $NOFILESGID 0 smtp 
 /var/qmail/bin/qmail-smtpd 21


 /var/qmail/supervise/qmail-pop3d/run
 #!/bin/sh
 exec /usr/local/bin/softlimit -m 200 \
 /usr/local/bin/tcpserver -v -R -H -l 0 0 110 
 /var/qmail/bin/qmail-popup \
 rocky.vpi.net /home/vpopmail/bin/vchkpw 
 /var/qmail/bin/qmail-pop3d Maildir 21

 Can someone please help me out I cant figure out what is going on

What happens when you kill both smtp processes and restart it?  Do you 
still have 2 running?  And when someone pops in, does the timestamp of 
tcp.smtp.cdb get updated?

I've had difficulty in the past getting roaming users to work when 
tcp.smtp was somewhere other than ~vpopmail/etc/.  You might want to try

moving it there, making all the files in ~vpopmail/etc owned by 
vpopmail,and edit your smtp startup script to use 
/home/vpopmail/etc/tcp.smtp.cdb

Cheers,

Bill





RE: [vchkpw] Off the Topic sqwebmail install problems on Solaris 8

2002-08-26 Thread Mike Jimenez









Chris,

I looked through the Makefile
for Sqwebmail and could not find anything with  L
options?

Thanks





Mike Jimenez





-Original Message-
From: chris
[mailto:[EMAIL PROTECTED]] 
Sent: Sunday, August 25, 2002 12:35 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [vchkpw] Off the
Topic sqwebmail install problems on Solaris 8





Solaris needs a  -R
/path/to/various/libs/used  as well as the  -L  that you'll
see in the Makefile. Look through the Makefile and add a  -R
/copy/the/-L/paths/into/this/path  to wherever you see a  -L
/some/path/to/a/library











I know this isn't word for word...
I'm in a bit of a hurry... if you don't get it, write back and I'll
elaborate.











Chris Bunnell 
Senior Engineer - Network Implementation
Avantac Technologies, Inc. - Formerly Sonic Internet Services
9719 Lincoln Village Drive #503
Sacramento, CA. 95827
(916) 854-5940
www.avantac.com
Powered by Sun. My other OS is your Linux box.
While others are dot flopping, we're not stopping.







- Original Message - 





From: Mike Jimenez 





To: [EMAIL PROTECTED]






Sent: Friday, August 23, 2002 2:17 PM





Subject: [vchkpw]
Off the Topic sqwebmail install problems on Solaris 8









Hello,

I know this is not the correct list
for this but I cant seem to find any one on sqwebmail that can help me out with
my problem.

I am trying to compile
sqwebmail-3.3.7.20020819 with vpopmail-5.2 and my
configure part goes thru fine without any errors but when I run make I get the
following error can any offer some input as to what might be going on?

Thanks



Here is my configure script

./configure --enable-softtimeout=3600
--with-ispell=/usr/bin/ispell --enable-cgibindir=/apache/cgi-bin
--enable-imagedir=/apache/htdocs --without-authpam --without-authuserdb
--enable-webpass=no --without-authpwd --without-authshadow
--enable-mimetypes=/apache/conf 





Here is my error message after
running make



ld: fatal: library -lvpopmail: not
found

ld: fatal: File processing errors.
No output written to sqwebmail

collect2: ld returned 1 exit status

*** Error code 1

make: Fatal error: Command failed
for target `sqwebmail'

Current working directory
/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail

*** Error code 1

make: Fatal error: Command failed
for target `all-recursive'

Current working directory
/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail

*** Error code 1

make: Fatal error: Command failed
for target `all-recursive-am'

Current working directory
/export/home/installers/sqwebmail-3.3.7.20020819/sqwebmail

*** Error code 1

make: Fatal error: Command failed
for target `all-recursive'





=

Mike Jimenez

System Administrator

Visual Perspectives Internet, Inc.
(VPI.Net)

Tel: (949) 595-8622 -- Fax: (949)
595-8629

http://www.vpi.net

=












[vchkpw] Authentication Problems

2006-03-31 Thread Mike Jimenez








Hello I am having a difficult time with authentication and I
dont know what is missing.



What I have done it attempted to setup SMTP authentication.



Since this attempt I have not been able to POP without using
the complete email address as the account name.



I have pulled the SMTP auth and now I am just trying to run
QMAIL and Vpopmail and still cant POP correctly.



POP use to work now it does not for some reason.



Here is the start script



#!/bin/sh

# Qmail Startup

# set the max open files

# linux 2.4

# echo 16384  /proc/sys/fs/file-max 

#

# linux 2.2

# echo 8  /proc/sys/fs/file-max  echo
8  /proc/sys/fs/inode-max

#



HOSTNAME=`hostname`



# See how we were called.

case $1 in

start)



 cd /



 echo Starting: 

 env - PATH=/var/qmail/bin:/usr/local/bin \

 qmail-start ./Maildir/ | /usr/local/bin/setuidgid qmaill
\

 /usr/local/bin/multilog t n20 s100 /var/log/qmail


 echo qmail 



 env - PATH=/var/qmail/bin:/usr/local/bin \

 tcpserver -vHRD -l$HOSTNAME -c400 0 110
/var/qmail/bin/qmail-popup \

 $HOSTNAME \

 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
Maildir 21 | \

 /usr/local/bin/setuidgid qmaill \

 /usr/local/bin/multilog t n20 s100 /var/log/pop3


 echo pop 



# /usr/lib/courier-imap/libexec/imapd.rc start

# /usr/local/share/sqwebmail/libexec/authlib/authdaemond
start



 env - PATH=/var/qmail/bin:/usr/local/bin \

 tcpserver -pvHRD -l$HOSTNAME -x /etc/tcp.smtp.cdb \

 -c450 -u89 -g89 0 25 /usr/local/bin/rblsmtpd -r
relays.ordb.org \

 /var/qmail/bin/qmail-smtpd 21 | \

 /usr/local/bin/setuidgid qmaill \

 /usr/local/bin/multilog t n20 s100 /var/log/smtp


 echo smtp

 ;;

stop)

 echo stopping qmail

 pkill -9 qmail-send

 pkill -9 tcpserver 

 pkill -9 qmail-remote 

 pkill -9 qmail-smtpd

# /usr/lib/courier-imap/libexec/imapd.rc stop

#
/usr/local/share/sqwebmail/libexec/authlib/authdaemond stop

 ;;

restart)

 $0 stop

 $0 start

 ;;

*)

 echo Usage: qmail {start|stop|restart}

 exit 1

esac

exit





Here is the message in logs I get when I cant connect



Mar 31 11:52:07 spam vpopmail[5256]: vchkpw: vpopmail user
not found wildcard@:192.168.141.254



Thanks

Mike








RE: [vchkpw] Authentication Problems

2006-03-31 Thread Mike Jimenez








Never mind I am dumb ass and figured it
out thanks. 









From: Mike Jimenez
[mailto:[EMAIL PROTECTED] 
Sent: Friday, March 31, 2006 12:28
PM
To: vchkpw@inter7.com
Subject: [vchkpw] Authentication
Problems





Hello I am having a difficult time with authentication and I
dont know what is missing.



What I have done it attempted to setup SMTP authentication.



Since this attempt I have not been able to POP without using
the complete email address as the account name.



I have pulled the SMTP auth and now I am just trying to run
QMAIL and Vpopmail and still cant POP correctly.



POP use to work now it does not for some reason.



Here is the start script



#!/bin/sh

# Qmail Startup

# set the max open files

# linux 2.4

# echo 16384  /proc/sys/fs/file-max 

#

# linux 2.2

# echo 8  /proc/sys/fs/file-max  echo
8  /proc/sys/fs/inode-max

#



HOSTNAME=`hostname`



# See how we were called.

case $1 in

start)



 cd /



 echo Starting: 

 env -
PATH=/var/qmail/bin:/usr/local/bin \

 qmail-start ./Maildir/ |
/usr/local/bin/setuidgid qmaill \

 /usr/local/bin/multilog t n20 s100
/var/log/qmail 

 echo qmail 



 env -
PATH=/var/qmail/bin:/usr/local/bin \

 tcpserver -vHRD -l$HOSTNAME -c400 0 110
/var/qmail/bin/qmail-popup \

 $HOSTNAME \

 /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d
Maildir 21 | \

 /usr/local/bin/setuidgid qmaill \

 /usr/local/bin/multilog t n20 s100
/var/log/pop3 

 echo pop 



#
/usr/lib/courier-imap/libexec/imapd.rc start

#
/usr/local/share/sqwebmail/libexec/authlib/authdaemond start



 env -
PATH=/var/qmail/bin:/usr/local/bin \

 tcpserver -pvHRD -l$HOSTNAME -x
/etc/tcp.smtp.cdb \

 -c450 -u89 -g89 0 25 /usr/local/bin/rblsmtpd -r
relays.ordb.org \

 /var/qmail/bin/qmail-smtpd 21 |
\

 /usr/local/bin/setuidgid qmaill \

 /usr/local/bin/multilog t n20 s100
/var/log/smtp 

 echo smtp

 ;;

stop)

 echo stopping qmail

 pkill -9 qmail-send

 pkill -9 tcpserver 

 pkill -9 qmail-remote 

 pkill -9 qmail-smtpd

#
/usr/lib/courier-imap/libexec/imapd.rc
stop

#
/usr/local/share/sqwebmail/libexec/authlib/authdaemond stop

 ;;

restart)

 $0 stop

 $0 start

 ;;

*)

 echo Usage: qmail
{start|stop|restart}

 exit 1

esac

exit





Here is the message in logs I get when I cant connect



Mar 31 11:52:07 spam vpopmail[5256]: vchkpw: vpopmail user
not found wildcard@:192.168.141.254



Thanks

Mike