Patrick Schmid schrieb:
> Hi zusammen,
> 
> Ich bin gerade dabei Postfix auf meinem System zu installieren. Es hat
> auch alles wunderbar geklappt, bis zu dem Punkt, wo ich aus einer Datei
> eine Datenbank erzeugen soll mit folgendem Befehl:
>         
>         sudo postmap /etc/postfix/sasl_password 
> 
> Die Ausgabe davon ist wie folgend aufgeführt "Permission denied", obwohl
> ich eine Root-Shell habe:
> 
>         [EMAIL PROTECTED]:~$ sudo -s
>         [EMAIL PROTECTED]:~# postmap /etc/postfix/sasl_password 
>         postmap: fatal: open database /etc/postfix/sasl_password.db:
> Permission denied
>         [EMAIL PROTECTED]:~# postmap /etc/postfix/sasl_password 
>         postmap: fatal: open database /etc/postfix/sasl_password.db:
> Permission denied
>         [EMAIL PROTECTED]:~# 
> 
> Ich habe mich bei der Installation streng an eine Anleitung aus dem
> uu.de-Wiki gehalten -> http://wiki.ubuntuusers.de/Postfix 
> 
> Hat jemand eine Idee, was ich falsch mache?
> 
> grz
> Patrick
> 
> 
> 
> _______________________________________________
> postfix-users mailing list
> [email protected]
> http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

ich hab auf ubuntu noch keine sasl db gemacht
evtl muss du da erst mit sasl-lib oder sowas vorher installieren

mach mal ein touch /etc/postfix/sasl_password
das erzeugt dann erstmal das file

und dann erst postmap /etc/postfix/sasl_password

default muesste dann eine hash db sein
/etc/postfix/sasl_password.db

kann man auch so machen
postmap hash:/etc/postfix/sasl_password



-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria
_______________________________________________
postfix-users mailing list
[email protected]
http://de.postfix.org/cgi-bin/mailman/listinfo/postfix-users

Antwort per Email an