Hi There,
i have a litte problem if i want to send a e-mail over ssl, here is my config:
master.cf
Code:
tlsmgr unix - - - 1000? 1 tlsmgr
smtps inet n - y - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
only if i want to sent it over ssl this error i get in the mail.log
Code:
May 19 21:44:44 fdo-s2 postfix/smtpd[18942]: connect from 188-195-140-169-dynip.superkabel.de[188.195.140.169]
May 19 21:44:44 fdo-s2 postfix/smtpd[18942]: setting up TLS connection from 188-195-140-169-dynip.superkabel.de[188.195.140.169]
May 19 21:44:45 fdo-s2 postfix/smtpd[18942]: Anonymous TLS connection established from 188-195-140-169-dynip.superkabel.de[188.195.140.169]: TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)
May 19 21:44:45 fdo-s2 postfix/smtpd[18942]: warning: mysql:/etc/postfix/client_access.cf: table lookup problem
May 19 21:44:45 fdo-s2 postfix/smtpd[18942]: NOQUEUE: reject: RCPT from 188-195-140-169-dynip.superkabel.de[188.195.140.169]: 451 4.3.5 <188-195-140-169-dynip.superkabel.de[188.195.140.169]>: Client host rejected: Server configuration error; from=<flo@codefact.de> to=<flo@f-do.de> proto=ESMTP helo=<Florians-MacBook-Pro.local>
May 19 21:44:46 fdo-s2 postfix/smtpd[18942]: disconnect from 188-195-140-169-dynip.superkabel.de[188.195.140.169]
the client_access.cf:
Code:
hosts = unix:/var/run/mysqld/mysqld.sock
user = mail
password = xxx
dbname = mail
query = SELECT action FROM access WHERE client != '' && action != '' && client = '%s' && active = 1;
The Table access is empty.
SO can you help me?
Thanks...
Recent comments
19 hours 59 min ago
20 hours 5 min ago
1 day 1 hour ago
1 day 7 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 14 hours ago
1 day 20 hours ago
2 days 36 min ago
2 days 2 hours ago