jayanta_maildrop skrev, on 30-11-2007 12:00:
I am trying to setup a mail server with the following softwares and
RPMS(all these rpms are installed in a single machine localhost):-
Operating System:-
-------------------
1.RHEL 3.0 update 6
SMTP:-
--------
2.postfix-2.0.16-14
IMAP,POP3 & authlib:-
--------------------
3.courier-authlib-debuginfo-0.59.3-10.rh3ES
4.courier-authlib-0.59.3-10.rh3ES
5.courier-authlib-pipe-0.59.3-10.rh3ES
6.courier-authlib-ldap-0.59.3-10.rh3ES
7.courier-imap-4.1.3-1.3ES
Openldap:-
-----------
8.openldap-devel-2.0.27-17
9.openldap-2.0.27-17
10openldap-servers-2.0.27-17
11.openldap-clients-2.0.27-17
Webmail:-
12. squirrelmail-1.4.3a-11.EL3
and i have downloaded the source code of maildrop “maildrop-2.0.4.tar.bz2”.
From this source code i have done the compilation. Compilation is done in
three parts:-
In the tarball you downloaded is an rpm spec file. You could better do
'rpmbuild -ta maildrop-2.0.4.tar.bz2' as an ordinary user and build an
rpm and install that.
[...]
Warning: Cannot modify header information - headers already sent by (output
started at /usr/share/squirrelmail/functions/page_header.php:29) in
/usr/share/squirrelmail/src/compose.php on line 407
That's a SquirrelMail php error.
--Tonni