[vchkpw] [SMTP AUTH] - vchkpw crash !

2003-02-04 Thread Filippo Conti
ES.
220 itmeth09.test.methosystem.it ESMTP
ehlo filippoc
250-itmeth09.test.methosystem.it
250-AUTH LOGIN CRAM-MD5 PLAIN
250-AUTH=LOGIN CRAM-MD5 PLAIN
250-PIPELINING
250 8BITMIME
auth login
334 VXNlcm5hbWU6
filippoc
334 UGFzc3dvcmQ6
tebe
/home/vpopmail/bin/vchkpw: error while loading shared libraries: libc.so.6:
fail
ed to map segment from shared object: Cannot allocate memory
535 authorization failed (#5.7.0)
---
My /service/smtpd/run:

#!/bin/sh
. /usr/share/qmail/run-functions

# If rblsmtpd is installed, process rbltimeout rbldomains, and
antirbldomains
if [ -x /usr/bin/rblsmtpd ]; then
readdefault domains antirbldomains 
for domain in $domains; do
rblopts=$rblopts -a $domain
done
readdefault domains rbldomains 
for domain in $domains; do
rblopts=$rblopts -r $domain
done
readdefault timeout rbltimeout 60
if [ -n $rblopts ]; then
rbl=/usr/bin/rblsmtpd -t $timeout $rblopts
fi
fi

# Start daemons.
readdefault concurrency concurrencysmtpd 20
readdefault ulimitdata ulimitdata 200

exec \
softlimit \
-m $ulimitdata \
envuidgid qmaild \
tcpserver -DRUvX \
-c $concurrency \
-l `head -1 /var/qmail/control/me` \
-x /etc/tcpcontrol/smtp.cdb \
0 smtp \
fixcrio $rbl qmail-smtpd test.methosystem.it \
/home/vpopmail/bin/vchkpw /bin/true

I'm running vpopmail 5.3.16 (but seems don't work with 5.3.12,3.3.14 too).
SMTP AUTH is provided by http://members.elysium.pl/brush/qmail-smtpd-auth/
patch
Tkx
Bye

Filippo Conti
Sistemi Informativi e Telecomunicazioni
Zucchetti Methosystem
Via VIII Marzo n.35
43044 Collecchio (PR)
Tel. +39-521-542011
Fax +39-521-542064
e-mail: [EMAIL PROTECTED]





Re: [vchkpw] [SMTP AUTH] - vchkpw crash !

2003-02-04 Thread Peter Palmreuther
Hi Filippo,

On Tue, 4 Feb 2003 11:17:01 +0100 Filippo Conti
[EMAIL PROTECTED] wrote:

 /home/vpopmail/bin/vchkpw: error while loading shared libraries:
 libc.so.6: fail
 ed to map segment from shared object: Cannot allocate memory

Searching the archive would have helped you immediately.

http://bluedot.net/mail/archive/read.php?f=2i=7310t=7310

Ain't _THAT_ hard to find.
-- 
Peter




Re: [vchkpw] [SMTP AUTH] - vchkpw crash !

2003-02-04 Thread Filippo Conti
- Original Message - 
From: Peter Palmreuther 
To: [EMAIL PROTECTED] 
Sent: Tuesday, February 04, 2003 11:49 AM
Subject: Re: [vchkpw] [SMTP AUTH] - vchkpw crash !

Searching the archive would have helped you immediately.

http://bluedot.net/mail/archive/read.php?f=2i=7310t=7310

Ain't _THAT_ hard to find.
-- 
Peter

You're right !
Please forgive me !




[vchkpw] Prb: Domain with dash

2003-02-04 Thread Federico Pretin
Hi all!

I've a platform with qmail-1.03+daemontools-0.76+vpopmail-5.2.1(I tried the
last too)+mysql, and everything was running good until I add a domain with
dash ..

../vpopmail/bin/vadddomain new-domain.com passwd
../vpopmail/bin/vadduser [EMAIL PROTECTED] usr_passwd

When I try to send an email to [EMAIL PROTECTED], qmail-send program
answer in this way:

[EMAIL PROTECTED]:
Sorry, I couldn't find any host named new-domain.com

Obviously the DNS MX record is correct and the /var/qmail/control files too.
The only thing I note is that there is not query in mysql for a message to
[EMAIL PROTECTED]


Regards,

Federico Pretin





[vchkpw] VpopMail

2003-02-04 Thread Maged Nashaat
While MAKING the vpopmail on HP-UX 11.0, it generated this error, Can u tell me 
why, knowing that the configuration step was successfully done.


shtux001:/Source/vpopmail-5.2.1#make
make  all-recursive
Making all in cdb
cd . \
   CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cc -I. -I/usr/local/mysql/include   -c vpopmail.c
(Bundled) cc: md5.h, line 20: error 1000: Unexpected symbol: buf.
(Bundled) cc: md5.h, line 20: error 1000: Unexpected symbol: in.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


Maged Nashaat Demean
Network Engineer
Egypt Cyber Center
Tel: 010-1778648






RE: [vchkpw] Deny relaying

2003-02-04 Thread Clayton Weise
To deny relay to a particular IP address just do:

1.2.3.4:deny

-Original Message-
From: Winanjaya [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 03, 2003 7:46 PM
To: Vpopmail (E-mail)
Subject: [vchkpw] Deny relaying


I need to deny relay for my qmail server, I have already run the following
commands (please correct me if I'm wrong or something missing) this is only
a part of IP addresses vi /home/vpopmail/etc/tcp.smtp 172.16.1.86:allow,
RELAYCLIENT= 172.16.1.87:allow, RELAYCLIENT= 172.16.1.88:allow,
RELAYCLIENT=
: allow
then I run
tcprules /home/vpopmail/tcp.smtp.cdb tcp.smtp.tmp  tcp.smtp then
tcp.smtp.cdb created .. I configured vpopmail with --enable-roaming-users=n
then I run make and then make install-strip am I correct? or am I missing
something? TIA Winan










Re: [vchkpw] mysql-vlimits

2003-02-04 Thread GoodnGo.de \(R\) Zentrale



Hi Brian, hi all,
did you install vpopmail with mysql?
Where can I read about installation of vpopmail 
together with mysql?

Oliver


Re: [vchkpw] Deny relaying

2003-02-04 Thread Peter Palmreuther
Hi Clayton,

On Tue, 4 Feb 2003 07:40:38 -0800 Clayton Weise [EMAIL PROTECTED]
wrote:

 To deny relay to a particular IP address just do:

 1.2.3.4:deny

That's the line to enter if you want to deny _access completely_, not to
deny relaying.

To deny realying for a particular address the line has to be

1.2.3.4:allow

As no 'RELAYCLIENT=' is given the appropriate environment variable
ain't set and therefore relaying is denied (of course unless any other
instance set the variable, as e.g. a patched qmail-smtpd that
authenticates using vchkpw; vchkpw will set the variable in this case).
-- 
Peter




Re: [vchkpw] mysql-vlimits

2003-02-04 Thread GoodnGo.de \(R\) Zentrale
Hello Math, hello all,

Oh thank you for this answer.
Any more hints, about Where can I read about installation of vpopmail
together with mysql?

install.mysql ?

Where can I read about installation of vpopmail together with mysql?

Oliver





Re: [vchkpw] documentation request

2003-02-04 Thread Jesse Guardiani
I get the feeling I'm being ignored.

On Friday 31 January 2003 15:33, Jesse Guardiani wrote:
 Seriously. This is a good feature! We need to at least mention
 it!

 On Tuesday 28 January 2003 15:36, Jesse Guardiani wrote:
  Howdy list,
 
  Upon browsing through my vpopmail 5.2.1 code, I noticed that
  there is a variable, VPOPMAIL_DOMAIN, that can be set from
  an Apache virtualhost block to specify/over-ride/facilitate
  IP/Name-alias domains.
 
  It's only mentioned in the ChangeLog. (And the code, of coarse)
 
  Could we add some documentation for this variable to a more
  widely read help file?
 
  Thanks,

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net

We are actively looking for companies that do a lot of long
distance faxing and want to cut their long distance bill by
up to 50%.  Contact [EMAIL PROTECTED] for more info.






[vchkpw] vpopmail 5 with mysql - vauth.c complaining

2003-02-04 Thread Matt Darcy



Hi all,

not posted for a while as all has been going well 
with my mail server.
I have decided to build a new mail server for a 
friend and I am having a small problem

I am using mysql 3.23.55 on a linux from scratch 
server with glibc2.2

I am using vpopmail 5.2.1

I have edited vmysql.h to contain the right 
username/pass/servername for the root and read users, and tested them connecting 
with mysql

I run this VERY long configure option

./configure --enable-qmaildir=/var/qmail 
--enable-vpopuser=vpopmail --enable-vpopgroup=vchkpw --enable-roaming-users=y 
--enable-tcpfules-prog=/usr/local/bin/tcprules 
--enable-tcpserver-file=~vpopmail/etc/tcp.smtp --enable-relay-clear-minutes=120 
--enable-learn-passwords=n --enable-md5-passwords=y --enable-auth-logging=y 
--enable-mysql-logging=y --enable-clear-passwd=y --enable-logging=e 
--enable-log-name=vpopmail --enable-mysql=y 
--enable-sqlincdir=/usr/local/mysql/include/mysql 
--enable-sqllibdir=/usr/local/mysql/lib/mysql --enable-incdir=/usr/include 
--enable-libdir=/usr/lib --enable-valias=y 
--enable-default-domain=mdlan.co.uk

which seems to go ok, but when I issue "make" it 
starts complaining about a lot of mysql functions and some C files.

(sorry for the long error message but I think there 
are 2 problems here)

vauth.c:200: `MYSQL_READ_PASSWD' undeclared (first 
use in this function)vauth.c:204: `MYSQL_UPDATE_SERVER' undeclared (first 
use in this function)vauth.c:205: `MYSQL_UPDATE_USER' undeclared (first use 
in this function)vauth.c:205: `MYSQL_UPDATE_PASSWD' undeclared (first use in 
this function)vauth.c: In function `vauth_adddomain':vauth.c:239: 
warning: assignment makes pointer from integer without a castvauth.c: In 
function `vauth_adduser':vauth.c:314: warning: format argument is not a 
pointer (arg 2)vauth.c:317: warning: assignment makes pointer from integer 
without a castvauth.c: In function `vauth_getpw':vauth.c:366: warning: 
format argument is not a pointer (arg 2)vauth.c:370: warning: assignment 
makes pointer from integer without a castvauth.c:375: warning: implicit 
declaration of function `mysql_num_rows'vauth.c:394: warning: implicit 
declaration of function `mysql_fetch_row'vauth.c:395: subscripted value is 
neither array nor pointervauth.c:395: subscripted value is neither array nor 
pointervauth.c:395: subscripted value is neither array nor 
pointervauth.c:395: subscripted value is neither array nor 
pointervauth.c:395: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:396: subscripted value is neither array nor 
pointervauth.c:397: subscripted value is neither array nor 
pointervauth.c:397: subscripted value is neither array nor 
pointervauth.c:398: subscripted value is neither array nor 
pointervauth.c:398: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:399: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:400: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:401: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c:403: subscripted value is neither array nor 
pointervauth.c: In function `vauth_deldomain':vauth.c:433: warning: 
assignment makes pointer from integer without a castvauth.c:446: warning: 
assignment makes pointer from integer without a castvauth.c: In function 
`vauth_deluser':vauth.c:479: warning: assignment makes pointer from integer 
without a castvauth.c:489: warning: assignment makes pointer from integer 
without a castvauth.c: In function `vauth_setquota':vauth.c:521: 
warning: format argument is not 

Re: [vchkpw] mysql-vlimits

2003-02-04 Thread Michael Bowe


 Where can I read about installation of vpopmail together with mysql?

I have some vpopmail w/mysql instructions available as part of my guide at 
http://www.pipeline.com.au/staff/mbowe/isp/webmail-server.htm

Michael




Re: [vchkpw] vpopmail 5 with mysql - vauth.c complaining

2003-02-04 Thread Michael Bowe
I think you might have edited the vmysql.h file incorrectly...

Check to make sure you dont have unmatched quotation symbols,
and also make sure you didnt remove the # symbol from the front of
the lines :

   #define MYSQL_UPDATE_USER=someuser
   #define MYSQL_UPDATE_PASSWD=somepass

   #define MYSQL_READ_USER=someuser
   #define MYSQL_READ_PASSWD=somepass

Michael.

- Original Message -
From: Matt Darcy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, February 05, 2003 7:00 AM
Subject: [vchkpw] vpopmail 5 with mysql - vauth.c complaining


Hi all,

not posted for a while as all has been going well with my mail server.
I have decided to build a new mail server for a friend and I am having a
small problem

I am using mysql 3.23.55 on a linux from scratch server with glibc2.2

I am using vpopmail 5.2.1

I have edited vmysql.h to contain the right username/pass/servername for the
root and read users, and tested them connecting with mysql

I run this VERY long configure option

./configure --enable-qmaildir=/var/qmail --enable-vpopuser=vpopmail --enable
-vpopgroup=vchkpw --enable-roaming-users=y --enable-tcpfules-prog=/usr/local
/bin/tcprules --enable-tcpserver-file=~vpopmail/etc/tcp.smtp --enable-relay-
clear-minutes=120 --enable-learn-passwords=n --enable-md5-passwords=y --enab
le-auth-logging=y --enable-mysql-logging=y --enable-clear-passwd=y --enable-
logging=e --enable-log-name=vpopmail --enable-mysql=y --enable-sqlincdir=/us
r/local/mysql/include/mysql --enable-sqllibdir=/usr/local/mysql/lib/mysql --
enable-incdir=/usr/include --enable-libdir=/usr/lib --enable-valias=y --enab
le-default-domain=mdlan.co.uk

which seems to go ok, but when I issue make it starts complaining about a
lot of mysql functions and some C files.

(sorry for the long error message but I think there are 2 problems here)

vauth.c:200: `MYSQL_READ_PASSWD' undeclared (first use in this function)
vauth.c:204: `MYSQL_UPDATE_SERVER' undeclared (first use in this function)
vauth.c:205: `MYSQL_UPDATE_USER' undeclared (first use in this function)
vauth.c:205: `MYSQL_UPDATE_PASSWD' undeclared (first use in this function)
vauth.c: In function `vauth_adddomain':
vauth.c:239: warning: assignment makes pointer from integer without a cast
vauth.c: In function `vauth_adduser':
vauth.c:314: warning: format argument is not a pointer (arg 2)
vauth.c:317: warning: assignment makes pointer from integer without a cast
vauth.c: In function `vauth_getpw':
vauth.c:366: warning: format argument is not a pointer (arg 2)
vauth.c:370: warning: assignment makes pointer from integer without a cast
vauth.c:375: warning: implicit declaration of function `mysql_num_rows'
vauth.c:394: warning: implicit declaration of function `mysql_fetch_row'
vauth.c:395: subscripted value is neither array nor pointer
vauth.c:395: subscripted value is neither array nor pointer
vauth.c:395: subscripted value is neither array nor pointer
vauth.c:395: subscripted value is neither array nor pointer
vauth.c:395: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:396: subscripted value is neither array nor pointer
vauth.c:397: subscripted value is neither array nor pointer
vauth.c:397: subscripted value is neither array nor pointer
vauth.c:398: subscripted value is neither array nor pointer
vauth.c:398: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:399: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:400: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:401: subscripted value is neither array nor pointer
vauth.c:403: subscripted value is neither array nor pointer
vauth.c:403: subscripted value is neither array nor pointer
vauth.c:403: subscripted value is neither array nor pointer
vauth.c:403: subscripted value is neither array nor pointer
vauth.c:403: subscripted value 

Re: [vchkpw] vpopmail 5 with mysql - vauth.c complaining

2003-02-04 Thread Matt Darcy


 good advice on the # marksfixed the sql problem however still getting
 the C problem

 Any more comments ?

 vauth.c:143: warning: implicit declaration of function
`mysql_store_result'
 vauth.c:143: warning: assignment makes pointer from integer without a cast
 vauth.c:144: warning: implicit declaration of function `mysql_free_result'
 vauth.c:147: warning: implicit declaration of function `mysql_select_db'
 vauth.c: In function `vauth_adddomain':
 vauth.c:239: warning: assignment makes pointer from integer without a cast
 vauth.c: In function `vauth_adduser':
 vauth.c:314: warning: format argument is not a pointer (arg 2)
 vauth.c:317: warning: assignment makes pointer from integer without a cast
 vauth.c: In function `vauth_getpw':
 vauth.c:366: warning: format argument is not a pointer (arg 2)
 vauth.c:370: warning: assignment makes pointer from integer without a cast
 vauth.c:375: warning: implicit declaration of function `mysql_num_rows'
 vauth.c:394: warning: implicit declaration of function `mysql_fetch_row'
 vauth.c:395: subscripted value is neither array nor pointer
 vauth.c:395: subscripted value is neither array nor pointer
 vauth.c:395: subscripted value is neither array nor pointer
 vauth.c:395: subscripted value is neither array nor pointer
 vauth.c:395: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:396: subscripted value is neither array nor pointer
 vauth.c:397: subscripted value is neither array nor pointer
 vauth.c:397: subscripted value is neither array nor pointer
 vauth.c:398: subscripted value is neither array nor pointer
 vauth.c:398: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:399: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:400: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:401: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c:403: subscripted value is neither array nor pointer
 vauth.c: In function `vauth_deldomain':
 vauth.c:433: warning: assignment makes pointer from integer without a cast
 vauth.c:446: warning: assignment makes pointer from integer without a cast
 vauth.c: In function `vauth_deluser':
 vauth.c:479: warning: assignment makes pointer from integer without a cast
 vauth.c:489: warning: assignment makes pointer from integer without a cast
 vauth.c: In function `vauth_setquota':
 vauth.c:521: warning: format argument is not a pointer (arg 2)
 vauth.c:524: warning: assignment makes pointer from integer without a cast
 vauth.c: In function `vauth_getall':
 vauth.c:561: warning: format argument is not a pointer (arg 2)
 vauth.c:565: warning: assignment makes pointer from integer without a cast
 vauth.c:587: warning: comparison between pointer and integer
 vauth.c:588: subscripted value is neither array nor pointer
 vauth.c:588: subscripted value is neither array nor pointer
 vauth.c:588: subscripted value is neither array nor pointer
 vauth.c:588: subscripted value is neither array nor pointer
 vauth.c:588: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:589: subscripted value is neither array nor pointer
 vauth.c:590: subscripted value is neither array nor pointer
 vauth.c:590: subscripted value is neither 

[vchkpw] Making VpopMail

2003-02-04 Thread Maged Nashaat
While MAKING the vpopmail on HP-UX 11.0, it generated this error, Can u tell me 
why, knowing that the configuration step was successfully done.


shtux001:/Source/vpopmail-5.2.1#make
make  all-recursive
Making all in cdb
cd . \
   CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
creating Makefile
cc -I. -I/usr/local/mysql/include   -c vpopmail.c
(Bundled) cc: md5.h, line 20: error 1000: Unexpected symbol: buf.
(Bundled) cc: md5.h, line 20: error 1000: Unexpected symbol: in.
(Bundled) cc: error 2017: Cannot recover from earlier errors, terminating.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.


Maged Nashaat Demean
Network Engineer
Egypt Cyber Center
Tel: 010-1778648






[vchkpw] Default Domain problem

2003-02-04 Thread Jason 'XenoPhage' Frisvold
Hi all,

I recently re-compiled vpopmail to include support for a default
domain.  I was under the impression that this would allow anyone from
that default domain to login with just their username and not the full
email address... It appears to have compiled correctly, but I cannot
login in this manner...  ???  Anyone have any tips as to what I can look
for?

Redhat 7.3
vpopmail 5.2.1
courier-imap 1.6.2
qmail 1.0.3

Thanks,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone
and unmoving, it is at once still and yet in constant motion. It is the
source of all programs. I do not know its name, so I will call it the
Tao of Programming.



signature.asc
Description: This is a digitally signed message part


RE: [vchkpw] Default Domain problem

2003-02-04 Thread Clayton Weise
When you recompiled, did you start from clean source? or did you just go
into your current source tree and retype tye ./configure stuff.

-Original Message-
From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 04, 2003 1:33 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Default Domain problem


Hi all,

I recently re-compiled vpopmail to include support for a default
domain.  I was under the impression that this would allow anyone from that
default domain to login with just their username and not the full email
address... It appears to have compiled correctly, but I cannot login in this
manner...  ???  Anyone have any tips as to what I can look for?

Redhat 7.3
vpopmail 5.2.1
courier-imap 1.6.2
qmail 1.0.3

Thanks,

-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone and
unmoving, it is at once still and yet in constant motion. It is the source
of all programs. I do not know its name, so I will call it the Tao of
Programming.






RE: [vchkpw] Default Domain problem

2003-02-04 Thread Clayton Weise
Do that, I've never had good luck with the make distclean.

-Original Message-
From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, February 04, 2003 1:41 PM
To: Clayton Weise
Cc: [EMAIL PROTECTED]
Subject: RE: [vchkpw] Default Domain problem


I believe I tried on the non-clean source, then I tried doing a 'make
distclean' and recompiling..

(I had modified the mysql.h file, so I wanted to keep those settings)

I can try from a completely clean source and just copy over the mysql.h
file...  :)

On Tue, 2003-02-04 at 16:38, Clayton Weise wrote:
 When you recompiled, did you start from clean source? or did you just 
 go into your current source tree and retype tye ./configure stuff.
 
 -Original Message-
 From: Jason 'XenoPhage' Frisvold [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 04, 2003 1:33 PM
 To: [EMAIL PROTECTED]
 Subject: [vchkpw] Default Domain problem
 
 
 Hi all,
 
 I recently re-compiled vpopmail to include support for a 
 default domain.  I was under the impression that this would allow 
 anyone from that default domain to login with just their username and 
 not the full email address... It appears to have compiled correctly, 
 but I cannot login in this manner...  ???  Anyone have any tips as to 
 what I can look for?
 
 Redhat 7.3
 vpopmail 5.2.1
 courier-imap 1.6.2
 qmail 1.0.3
 
 Thanks,
-- 
---
Jason 'XenoPhage' Frisvold
Engine / Technology Programmer
[EMAIL PROTECTED]
RedHat Certified - RHCE # 807302349405893
---
Something mysterious is formed, born in the silent void. Waiting alone and
unmoving, it is at once still and yet in constant motion. It is the source
of all programs. I do not know its name, so I will call it the Tao of
Programming.






RE: [vchkpw] vpopmail 5 with mysql - vauth.c complaining

2003-02-04 Thread Michael Bowe
 -Original Message-
 From: Matt Darcy [mailto:[EMAIL PROTECTED]] 
 Sent: Wednesday, 5 February 2003 7:46 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [vchkpw] vpopmail 5 with mysql - vauth.c complaining

 
  good advice on the # marksfixed the sql problem however still 
  getting the C problem
 
  Any more comments ?

Maybe compare your setup steps against my guide at
http://www.pipeline.com.au/staff/mbowe/isp/vpopmail-mysql.htm

Michael.





Re: SV: [vchkpw] vpopmail bug? (was Re: 5.2+ vdelivermail doesn't read .qmail)

2003-02-04 Thread Michael Burns
ON Wed, Jan 29, 2003 at 03:03:01PM +0100, Jonas Thomsen wrote: 
 
  ON Fri, Jan 24, 2003 at 05:07:00PM -0600, Michael Burns wrote: 
  
  Can somebody verify that this is a vpopmail bug? The 
  practical problem here is that qmailadmin creates per-user 
  .qmail files to support forwards which vdelivermail ignores.
 
 I have the same problem, but I haven't verified that it is a vpopmail
 bug.
 
  I can provide a patch if necessary.
 
 I would be interested in that! Thanks in advance!

Here's that patch ...

snip
--- vpopmail-5.3.14/vdelivermail.c  Wed Oct 23 20:42:36 2002
+++ vpopmail-5.3.14-new/vdelivermail.c  Tue Feb  4 22:30:44 2003
@@ -1025,6 +1025,9 @@
 
 /* check if it is a path add the /Maildir/ for delivery */
 if ( bounce[0] == '/' ) {
+   if ( check_forward_deliver(bounce) == 1 ) {
+   vexit(0);
+   }
 strcat( bounce, /Maildir/);
 printf (user does not exist, but will deliver to %s\n, bounce);
 } else {
snip
-- 
Michael




[vchkpw] No Bounces?

2003-02-04 Thread buffalo
Greetings All,

I'm puzzled by something I'm seeing on a box I've set up with 
qmail/vpopmail/mysql/qmailadmin/ezmlm/vqadmin:

No bounces. In other words, I send an email to a known bad/nonexistant
address on the box ([EMAIL PROTECTED])and in the logs I get:

Feb  4 17:35:29 mail1 qmail: 1044398129.674515 starting delivery 681: msg 
1848411 to local [EMAIL PROTECTED]

in the logs, but nothing further. No bounce message comes back to the
sending account and I don't see the bad message in the queue.

I'm sure bouncing was working properly when the box was first set up; the
only recent changes have been to add the idx package to ezmlm.

I've been googling this problem, but haven't found anything useful.

Has anyone seen this before?

TIA,

--Duncan





[vchkpw] =?ISO-8859-1?Q?RE:_[vchkpw]_No_Bounces??=

2003-02-04 Thread domi

well, are you sure there isn't anything else in the
qmail log ?? If You only see starting delivery but
nothing else then the only answer I can come up with
is that vdelivermail has never returned.
Qmail needs the vdelivermail exit code before it can
take the appropriate action.

If this is the case you should have a whole lot of
active vdelivermail processes...
check with ps...

=d0Mi=

 Original Message -
Date:  5-Feb-2003 00:01:18 +0100
From:  [EMAIL PROTECTED]
To:  vpopmail list [EMAIL PROTECTED]
Subject: [vchkpw] No Bounces?

 Greetings All,
 
 I'm puzzled by something I'm seeing on a box I've set up with 
 qmail/vpopmail/mysql/qmailadmin/ezmlm/vqadmin:
 
 No bounces. In other words, I send an email to a known bad/nonexistant
 address on the box ([EMAIL PROTECTED])and in the logs I get:
 
 Feb  4 17:35:29 mail1 qmail: 1044398129.674515 starting delivery 681: msg 
 1848411 to local [EMAIL PROTECTED]
 
 in the logs, but nothing further. No bounce message comes back to the
 sending account and I don't see the bad message in the queue.
 
 I'm sure bouncing was working properly when the box was first set up; the
 only recent changes have been to add the idx package to ezmlm.
 
 I've been googling this problem, but haven't found anything useful.
 
 Has anyone seen this before?
 
 TIA,
 
 --Duncan
 
 





[vchkpw] Double Delivery

2003-02-04 Thread Mago Gozner



Is there a way to receive the same mail in two 
diferents accounts?

I mean a mail sent to [EMAIL PROTECTED] by default send a copy to [EMAIL PROTECTED]. Thank 
you


[vchkpw] Re: Double Delivery

2003-02-04 Thread DOODS
You may want to put a .qmail file in the user's homedir containing both 
email addresses. With that in place, emails to that account will be sent to 
the contents of the .qmail file.
You may also use aliases. 

Mago Gozner writes: 

Is there a way to receive the same mail in two diferents accounts? 

I mean a mail sent to [EMAIL PROTECTED] by default send a copy to [EMAIL PROTECTED] Thank you





[vchkpw] vpopmail and fastforward and aliases

2003-02-04 Thread Peter Mikeska
Hi, i just subscribe ;))
I want ask U this I have working vpopmail+qmail+courier, its about 5
domains, and when I make alias for some address I
get file .qmail-nameofalias in directory for domain
for every alias I make, so I decided to put it to
aliases only ONE file in /etc , i use fastforward , so I have write
one line of command to .qmail-DEFAULT but I dont know in which one,
.qmail-default from qmail installation seem dont work this way with
vpopmail, and every domain have one in dir, I tryed put it to every
file but wont work. so can some1 help me how to use aliases file with
vpopmail?

thnx a lot

 Miki

-- 
S pozdravom
 Peter  mailto:[EMAIL PROTECTED]