RE: Qmail Admin

2001-06-12 Thread Kieran Barnes

It looks lilke you don't have vpopmail installed.
Or it is installed in a funny location. Try
--enable-vpopmaildir=/path/to/your/vpopmail in your ./configure line

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


 -Original Message-
 From: Mike Jimenez [mailto:[EMAIL PROTECTED]]
 Sent: 12 June 2001 00:42
 To: Qmail
 Subject: Qmail Admin
 
 
 How come the admin tool does not compile?
 Here is the following:
 Also here is the ./configscript
 
 ./configure --enable-vpopuser=vpopmail 
 --enable-cgibindir=/apache/cgi-bin --
 enable-htmldir=/usr/local/share --enable-vpopmaildir=/home/vpopmail/
 
 
 #make
 make  all-recursive
 make[1]: Entering directory `/installers/qmailadmin-0.45'
 make[2]: Entering directory `/installers/qmailadmin-0.45'
 gcc -I.   -g -O2 -c qmailadmin.c
 qmailadmin.c:30: vpopmail.h: No such file or directory
 qmailadmin.c:31: vauth.h: No such file or directory
 make[2]: *** [qmailadmin.o] Error 1
 make[2]: Leaving directory `/installers/qmailadmin-0.45'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/installers/qmailadmin-0.45'
 make: *** [all-recursive-am] Error 2
 
 ==
 Mike Jimenez
 System Administrator
 Visual Perspectives Internet, Inc. (VPI.Net)
 Tel: (949) 595-8622 -- Fax: (949) 595-8629
 http://www.vpi.net
 ==
 
 



RE: url of sqwebmail too long!!!!

2001-06-08 Thread Kieran Barnes

If you have PHP installed on your server.

You could have an index.php in a VirtualHost called mail.te.astro.it

With index.php as follows

?header(webmail.i9000.net/cgi-bin/sqwebmail);?

Thats it.

I'm sure you can do the same in Perl. Although I don't know how!

Failing that, maybe an SSI. As explained in the apache documentation.

I have it working fine, although I use SquirrelMail

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


 -Original Message-
 From: Massimo Quintini [mailto:[EMAIL PROTECTED]]
 Sent: 08 June 2001 08:46
 To: [EMAIL PROTECTED]
 Subject: url of sqwebmail too long
 
 
 How can I use an URL short (like mail.te.astro.it) instead of
 mail.te.astro.it/cgi-bin/sqwebmail 
 
 I have tried with VirtualHost directive of Apache Web Server without
 success!!!
 
 Thanks.
 
 --
 Massimo Quintini
 Osservatorio Astronomico Collurania Teramo
 Via Mentore Maggini s.n.c. 64100 TERAMO (Italy)
 Tel +39-0861210490  Fax +39-0861210492
 http://www.te.astro.it
 
 



qmail compilation error

2001-04-17 Thread Kieran Barnes

Hello,

I am trying to compile qmail on an existing server we have, although I am
getting an error during the compile

make: *** [open_append.o] Error 1

Full details below.

I dont think it is qmail that is causing the problem, possibly a broken
system (Redhat 6.2/i386) ?

[root@neon qmail-1.03]# make setup check
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\' \
)  auto-ccld.sh
cat auto-ccld.sh make-load.sh  make-load
chmod 755 make-load
cat auto-ccld.sh find-systype.sh  find-systype
chmod 755 find-systype
./find-systype  systype
( cat warn-auto.sh; ./make-load "`cat systype`" )  load
chmod 755 load
cat auto-ccld.sh make-compile.sh  make-compile
chmod 755 make-compile
( cat warn-auto.sh; ./make-compile "`cat systype`" )  \
compile
chmod 755 compile
( ( ./compile tryvfork.c  ./load tryvfork ) /dev/null \
21 \
 cat fork.h2 || cat fork.h1 )  fork.h
rm -f tryvfork.o tryvfork
./compile qmail-local.c
qmail-local.c: In function `main':
qmail-local.c:448: warning: return type of `main' is not `int'
./compile qmail.c
./compile quote.c
./compile now.c
./compile gfrom.c
./compile myctime.c
./compile slurpclose.c
cat auto-ccld.sh make-makelib.sh  make-makelib
chmod 755 make-makelib
( cat warn-auto.sh; ./make-makelib "`cat systype`" )  \
makelib
chmod 755 makelib
./compile case_diffb.c
./compile case_diffs.c
./compile case_lowerb.c
./compile case_lowers.c
./compile case_starts.c
./makelib case.a case_diffb.o case_diffs.o case_lowerb.o \
case_lowers.o case_starts.o
./compile getln.c
./compile getln2.c
./makelib getln.a getln.o getln2.o
./compile subgetopt.c
./compile sgetopt.c
./makelib getopt.a subgetopt.o sgetopt.o
./compile sig_alarm.c
( ( ./compile trysgprm.c  ./load trysgprm ) /dev/null \
21 \
 echo \#define HASSIGPROCMASK 1 || exit 0 )  hassgprm.h
rm -f trysgprm.o trysgprm
./compile sig_block.c
( ( ./compile trysgact.c  ./load trysgact ) /dev/null \
21 \
 echo \#define HASSIGACTION 1 || exit 0 )  hassgact.h
rm -f trysgact.o trysgact
./compile sig_catch.c
./compile sig_pause.c
./compile sig_pipe.c
./compile sig_child.c
./compile sig_hup.c
./compile sig_term.c
./compile sig_bug.c
./compile sig_misc.c
./makelib sig.a sig_alarm.o sig_block.o sig_catch.o \
sig_pause.o sig_pipe.o sig_child.o sig_hup.o sig_term.o \
sig_bug.o sig_misc.o
./compile open_append.c
In file included from /usr/include/fcntl.h:33,
 from open_append.c:2:
/usr/include/bits/fcntl.h:113: parse error before `__off_t'
/usr/include/bits/fcntl.h:113: warning: no semicolon at end of struct or
union
/usr/include/bits/fcntl.h:114: warning: data definition has no type or
storage class
/usr/include/bits/fcntl.h:119: parse error before `l_pid'
/usr/include/bits/fcntl.h:119: warning: data definition has no type or
storage class
In file included from open_append.c:2:
/usr/include/fcntl.h:85: parse error before `__mode_t'
/usr/include/fcntl.h:114: parse error before `__off_t'
make: *** [open_append.o] Error 1

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558



RE: different folder visible from MessengerSqwebmail.

2001-04-05 Thread Kieran Barnes

sqwebmail doesnt need an imap server, it reads the mail from the maildirs.

If you want webmail software that uses imap, try squirrelmail
www.squirrelmail.org, or IMP
www.horde.org/imp (i think IMP reads from IMAP - not sure)

Either of those might fix your compatability issues.

Probably didnt answer all your questions, but I hope it helps

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


-Original Message-
From: Massimo Quintini [mailto:[EMAIL PROTECTED]]
Sent: 05 April 2001 15:03
To: [EMAIL PROTECTED]
Subject: different folder visible from MessengerSqwebmail.


I have a qmail server with server wu-imap (for Maildir) and sqwebmail
for mail access via web.

my users use the following MUAs:

NetscapeMessenger(with imap protocol)
Netscape Navigator with sqwebmail

If I create a PERSONAL FOLDER with Sqwebmail, i cannot see that folder
with Messenger and vice versa;
(in fact any MUA creates your own folders at different
locations/directory on the server )

Now, the questions!!!:

1) Is there the way to see the SAME folders with the 2 MUAs ???
2) Is there another sw for webmail "compatible" with
imap-folder-location ???

Thanks

Excuse me for my bad English

--
==
MASSIMO QUINTINI - Osservatorio Astronomico Collurania Teramo (O.A.C.T.) =
Via Mentore Maggini s.n.c. - 64100 TERAMO (Italy)=
Tel:39-0861.210490  Fax:39-0861.210492  http://www.te.astro.it   =
==





long connection times

2001-04-05 Thread Kieran Barnes

Hi, 

I have a clean install of qmail - as per LWQ
But when I try to connect to the server it takes at least 20 seconds to get
a 220. See below

I am connecting to the SMTP server locally, its running on Redhat 6.2,
kernel 2.4.2

There is no DNS server at the moment - could this be an issue?

[root@xenon /root]# telnet xenon 25
Trying 192.168.34.10...
Connected to xenon.i9000networks.com.
Escape character is '^]'.

insert 20 seconds here

220 xenon.i9000networks.com ESMTP

I only changed one thing from the LWQ install, and that was to run svscan
(from my inittab) on /var/qmail/supervise, but i since changed it back to as
per LWQ - same story.

Everything seems to be running fine...

root   538  0.0  0.5  1124  344 pts/2SApr03   0:00 svscan
root   539  0.0  0.5  1088  320 pts/2SApr03   0:00 supervise
qmail-send
root   540  0.0  0.5  1088  320 pts/2SApr03   0:00 supervise log
root   541  0.0  0.5  1088  320 pts/2SApr03   0:00 supervise
qmail-smtpd
root   542  0.0  0.5  1088  320 pts/2SApr03   0:00 supervise log
qmails 543  0.0  0.6  1140  392 pts/2SApr03   0:00 qmail-send
qmaill 548  0.0  0.5  1100  316 pts/2SApr03   0:00
/usr/local/bin/multilog t /var/log/qmail
qmaill 554  0.0  0.5  1100  316 pts/2SApr03   0:00
/usr/local/bin/multilog t /var/log/qmail/smtpd
root   555  0.0  0.5  1100  336 pts/2SApr03   0:00 qmail-lspawn
./Maildir/
qmailr 556  0.0  0.5  1100  336 pts/2SApr03   0:00 qmail-rspawn
qmailq 557  0.0  0.5  1092  344 pts/2SApr03   0:00 qmail-clean
qmaild 576  0.0  0.7  1152  468 pts/2SApr03   0:00
/usr/local/bin/tcpserver -v -p -x /etc/tcp.smtp.cdb -c 20 -u 505 -g 5

/var/log/qmail/smtpd/current shows nothing untoward.

Any ideas anyone?


Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558



RE: long connection times

2001-04-05 Thread Kieran Barnes

Thankyou,

managed to get it working with the -l -R -H flags. I probably dont need them
all, but its fine for the time being!

/usr/local/bin/tcpserver -l -p -R -H -x /etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp /var/qmail/bin/qmail-smtpd 21

Regards,

Kieran Barnes
Signum 1226 Ltd
Use our Web site at...  http://www.1226.net
Phone us on... 01772 622889
Fax us on...   01772 622558


-Original Message-
From: Henning Brauer [mailto:[EMAIL PROTECTED]]
Sent: 05 April 2001 12:29
To: qmail Mailing List (E-mail)
Subject: Re: long connection times


On Thu, Apr 05, 2001 at 11:35:44AM +0100, Kieran Barnes wrote:
 Hi, 
 
 I have a clean install of qmail - as per LWQ
 But when I try to connect to the server it takes at least 20 seconds to
get
 a 220. See below

This is not only a FAQ, it is _the_ qmail FAQ.
man tcpserver, search for ident and dns lookups.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany