Current time: 05-03-2024, 08:58 PM Hello There, Guest! (LoginRegister)


Post Reply 
Gentoo Installation
Author Message
Zothos Offline
Release Manager
*****
Dev Team

Posts: 1,262
Joined: Feb 2007
Reputation: 10
Post: #4
RE: Gentoo Installation
I have to say, nice work Wink but! ^^

Code:
to disable the annoying admin email notices, edit /var/www/ispcp/gui/include/ispcp-lib.php on line 134 change

$cfg['LOG_LEVEL'] = E_USER_NOTICE;
to
$cfg['LOG_LEVEL'] = E_USER_ERROR;

Code:
make the ssl certs. the postfix already had some made in /etc/ssl/postfix so i just used them. see in my main.cf down lower.

/usr/sbin/mkpop3dcert
/usr/sbin/mkimapdcert
cd /etc/proftpd/
openssl genrsa -des3 -out ssl.key 5120
openssl rsa -noout -text -in ssl.key
openssl req -new -x509 -days 365 -key ssl.key -out ssl.crt
openssl x509 -noout -text -in ssl.crt
cp ssl.key ssl.key.orig
openssl rsa -in ssl.key.orig -out ssl.key

are not gentoo related.

Code:
before we run the setup lets fix a few things so we dont get any errors.

mkdir /etc/ispcp/cron.d/backup
touch /etc/ispcp/cron.d/backup/ispcp
mkdir /etc/ispcp/cron.d/working
touch /etc/ispcp/cron.d/working/ispcp
mkdir /var/log/proftpd
touch /var/log/proftpd/ftp_traff.log
mkdir /var/run/courier
touch /var/log/mail.log

should be fixed by rats

Code:
and change line 201 and 203 or you will have problems adding domains, some of the gid's are taken.

APACHE_SUEXEC_MIN_GID = 2501

APACHE_SUEXEC_MIN_UID = 2501
not gentoo related

Code:
after its installed and no errors, edit /etc/ispcp/ispcp.conf and add these so you can login

CMD_BZCAT = /bin/bzcat
CMD_GZCAT = /bin/zcat
CMD_GZIP = /bin/gzip
ZIP = gzip
im will update the gentoo ispcp.conf i this evening so its not nessesary

Code:
install perl-net-libidn.. isnt in portage anymore no idea why

wget http://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN-0.10.tar.gz
tar xzf Net-LibIDN-0.10.tar.gz
cd Net-LibIDN-0.10
perl Makefile.PL
make
make install
was in portage a week ago XD so it should be there... Tongue
03-05-2008 01:59 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Gentoo Installation - kevin666 - 03-04-2008, 06:06 PM
RE: Gentoo Installation - gOOvER - 03-04-2008, 06:13 PM
RE: Gentoo Installation - kevin666 - 03-04-2008, 06:29 PM
RE: Gentoo Installation - Zothos - 03-05-2008 01:59 AM
RE: Gentoo Installation - Zothos - 03-05-2008, 04:38 AM
RE: Gentoo Installation - kevin666 - 03-05-2008, 06:04 AM
RE: Gentoo Installation - Zothos - 03-06-2008, 04:06 AM
RE: Gentoo Installation - kevin666 - 03-14-2008, 06:24 PM
RE: Gentoo Installation - gOOvER - 03-06-2008, 05:07 AM
RE: Gentoo Installation - Zothos - 03-06-2008, 05:12 AM
RE: Gentoo Installation - gOOvER - 03-06-2008, 05:48 AM
RE: Gentoo Installation - pgentoo - 08-10-2008, 06:32 AM
RE: Gentoo Installation - kevin666 - 08-10-2008, 09:28 AM
RE: Gentoo Installation - Kev - 10-22-2008, 08:59 AM
RE: Gentoo Installation - pgentoo - 10-24-2008, 03:54 AM
RE: Gentoo Installation - Kev - 10-28-2008, 08:44 AM
RE: Gentoo Installation - pgentoo - 10-28-2008, 08:59 AM
RE: Gentoo Installation - Kev - 10-28-2008, 09:12 AM
RE: Gentoo Installation - biologist - 03-15-2009, 11:49 PM
RE: Gentoo Installation - pgentoo - 03-16-2009, 08:43 AM
RE: Gentoo Installation - biologist - 03-16-2009, 08:46 AM
RE: Gentoo Installation - pgentoo - 03-22-2009, 04:12 AM
RE: Gentoo Installation - biologist - 03-22-2009, 04:20 AM
RE: Gentoo Installation - pgentoo - 03-23-2009, 04:20 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)