View previous topic :: View next topic |
Author |
Message |
!equilibrium Bodhisattva
Joined: 06 Jun 2004 Posts: 2109 Location: MI/BG/LC
|
Posted: Wed Sep 01, 2004 12:21 pm Post subject: [TIP] Courier-imap 3.0.7 + vpopmail 5.6.x |
|
|
ho notato che il pacchetto di courier-imap 3.0.7 e di vpopmail 5.6.x presenti in questi giorni nel portage, danno dei problemi
in pratica vchkpw non è suidato come root e questo comporta dei problemi in caso di autenticazione smtp, in parole povere dopo l'aggiornamento non si riesce + ad inviare posta...
per chi come me ha seguito la guida http://www.gentoo.org/doc/en/qmail-howto.xml ufficiale di Gentoo (Server Mail per Hosting Virtuali con QMAIL + VPOPMAIL + SMTP-SSL), in caso di aggiornamento dei pacchetti courier-imap e vpopmail alle versioni sopra citate si ritroverà nei log errori di questo tipo:
EDIT:
mi sono accorto solo ora che il link della guida era cannato, sorry
Code: |
Sep 1 15:13:12 [vpopmail] vchkpw-smtp: vpopmail user not found yyyyy.xxxx@virtualdomain.it:172.16.1.1
Sep 1 15:13:12 [vpopmail] vchkpw: can't write MySQL logs
|
e l'impossibilità di inviare email; tutto quello che bisogna fare è eseguire i seguenti 2 comandi:
Code: |
# chown root:vpopmail /var/vpopmail/bin/vchkpw
# chmod 4711 /var/vpopmail/bin/vchkpw
|
per chi invece parte da zero seguendo la guida ufficiale, dovrà modificare la procedura di installazione riportata al Code Listing 3.2 come segue:
Code: |
# rc-update add mysql default
If you just emerged mysql for the first time, make sure you run
the ebuild <mysql.ebuild> config command and follow the
directions before starting the mysql server.
# /etc/init.d/mysql start
# nano /etc/vpopmail.conf
(Change the password from 'secret' to 'vpoppw')
# mysql -p << EOF
create database vpopmail;
use mysql;
grant select, insert, update, delete, create, drop on vpopmail.* to vpopmail@localhost identified by 'vpoppw';
flush privileges;
EOF
(The following steps may or may not be needed, but we run them just to be sure)
# chown root:vpopmail /etc/vpopmail.conf
# chmod 640 /etc/vpopmail.conf
# chown root:vpopmail /var/vpopmail/bin/vchkpw
# chmod 4711 /var/vpopmail/bin/vchkpw
|
_________________ Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe
all my contents are released under the Creative Commons Licence by-nc-nd 2.5
Last edited by !equilibrium on Wed Sep 01, 2004 8:20 pm; edited 2 times in total |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Wed Sep 01, 2004 8:06 pm Post subject: |
|
|
Ti consiglio per queste cose di usare https://bugs.gentoo.org . _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
!equilibrium Bodhisattva
Joined: 06 Jun 2004 Posts: 2109 Location: MI/BG/LC
|
Posted: Wed Sep 01, 2004 8:19 pm Post subject: |
|
|
ehmmmm... non è un bug ne dell'ebuild ne di vpopmail, è solo la procedura di configurazione a mano che va modificata perchè vpopmail ha cambiato alcune cosette sui permessi...
comunque hanno aggiornato poco fa la guida QMAIL-HOWTO online con le modifiche che ho indicato sopra, per cui il mio TIP può anche essere rimosso _________________ Arch Tester for Gentoo/FreeBSD
Equilibrium's Universe
all my contents are released under the Creative Commons Licence by-nc-nd 2.5 |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|