Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-05 Thread Alexander Farber
Also needed for Gmail in sendmail.mc: define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl FEATURE(`authinfo',`hash /etc/mail/auth/client-info')dnl ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-05 Thread Alexander Farber
Thanks Craig for your comments. I've got my sendmail on CentOS 6 working with: # yum erase postfix # yum install sendmail sendmail-cf # mkdir /etc/mail/auth # chmod 700 /etc/mail/auth # mkdir /etc/mail/certs # chmod 700 /etc/mail/certs Create the file /etc/mail/auth/client-info: AuthInfo:smtp.

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Craig White
On Oct 4, 2011, at 1:46 PM, Alexander Farber wrote: > Hello, > > On Tue, Oct 4, 2011 at 10:37 PM, Craig White wrote: >>> postfix/smtp[2061]: warning: TLS library problem: >>> 2061:error:0906D06C:PEM routines:PEM_read_bio:no start >>> line:pem_lib.c:698:Expecting: TRUSTED CERTIFICATE: >>> postfi

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Alexander Farber
Hello, On Tue, Oct 4, 2011 at 10:37 PM, Craig White wrote: >> postfix/smtp[2061]: warning: TLS library problem: >> 2061:error:0906D06C:PEM routines:PEM_read_bio:no start >> line:pem_lib.c:698:Expecting: TRUSTED CERTIFICATE: >> postfix/smtp[2061]: warning: TLS library problem: >> 2061:error:140DC0

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Craig White
On Oct 4, 2011, at 12:18 PM, Alexander Farber wrote: > Thank you, the "ls -laF" tip is good > > And now I unfortunately get: > > postfix/postfix-script[2054]: starting the Postfix mail system > postfix/master[2056]: daemon started -- version 2.6.6, configuration > /etc/postfix > postfix/qmg

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Alexander Farber
Eventhough I have at the bottom of main.cf: GMail SSL SMTP Relay relayhost = [smtp.gmail.com]:587 #auth smtp_sasl_auth_enable=yes smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd #tls smtp_use_tls = yes smtp_sasl_security_options = noanonymous smtp_sasl_tls_security_options = noanonym

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Alexander Farber
Thank you, the "ls -laF" tip is good And now I unfortunately get: postfix/postfix-script[2054]: starting the Postfix mail system postfix/master[2056]: daemon started -- version 2.6.6, configuration /etc/postfix postfix/qmgr[2059]: F10CC31D62CC: from=, size=609, nrcpt=1 (queue active) postfix/

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread Alexander Farber
Nevermind - solved that by # sudo chown root.root sasl_passwd (sorry, too tired in the evening) On Tue, Oct 4, 2011 at 9:04 PM, Alexander Farber wrote: > I'm trying to configure mail forwarding through Gmail > on CentOS 6 with postfix, following the blog > http://carlton.oriley.net/blog/?p=31 >

Re: [CentOS] postmap: fatal: open database /etc/postfix/sasl_passwd.db: Permission denied

2011-10-04 Thread m . roth
Alexander Farber wrote: > I'm trying to configure mail forwarding through Gmail > on CentOS 6 with postfix, following the blog > http://carlton.oriley.net/blog/?p=31 > and I think the blog has missed the step: > > # postmap /etc/postfix/sasl_passwd > > - as I've seen in the /var/log/maillog: > > p