Page 1 of 1

I built source code succefully, but

Posted: Thu Aug 31, 2006 9:39 am
by wildhuman
But when I installed this zimbra which I built from source code, it required me password when starting zimbra services. But I only setup the passwd for the admin when I installed this source version. And I remember there is no passwd when I installed the binary version zimbra.

:confused:

What is the reason?

I built source code succefully, but

Posted: Thu Aug 31, 2006 9:46 am
by adobrin
zimbra should be a sudoer:


%zimbra ALL=NOPASSWD:/opt/zimbra/openldap-2.3.21/libexec/slapd

%zimbra ALL=NOPASSWD:/opt/zimbra/postfix-2.2.9/sbin/postfix, /opt/zimbra/postfix-2.2.9/sbin/postalias, /opt/zimbra/postfix-2.2.9/sbin/qshape.pl, /opt/zimbra/postfix-2.2.9/sbin/postconf,/opt/zimbra/postfix-2.2.9/sbin/postsuper

%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmqstat

%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmtomcatstart

%zimbra ALL=NOPASSWD:/opt/zimbra/perdition/sbin/perdition


I built source code succefully, but

Posted: Thu Aug 31, 2006 5:57 pm
by wildhuman
[quote user="adobrin"]zimbra should be a sudoer:


%zimbra ALL=NOPASSWD:/opt/zimbra/openldap-2.3.21/libexec/slapd

%zimbra ALL=NOPASSWD:/opt/zimbra/postfix-2.2.9/sbin/postfix, /opt/zimbra/postfix-2.2.9/sbin/postalias, /opt/zimbra/postfix-2.2.9/sbin/qshape.pl, /opt/zimbra/postfix-2.2.9/sbin/postconf,/opt/zimbra/postfix-2.2.9/sbin/postsuper

%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmqstat

%zimbra ALL=NOPASSWD:/opt/zimbra/libexec/zmtomcatstart

%zimbra ALL=NOPASSWD:/opt/zimbra/perdition/sbin/perdition

[/QUOTE]
The install.sh has setup this file by self. Because I used postfix-2.2.11,so it is different the source code 2.2.9, now I changed to 2.2.9, it never requires passwd.