Hi Steffen,

you can put "check_policy_service,inet:127.0.0.1:10031" in your "smtps" section in "master.cf" after "smtpd_client_restrictions=" and then restart postfix. This should activate policyd for smtps on port 465 too.
Check your logs after restart to be sure all is running correctly.

Are you sure roundcoube connects via smtps to postfix and smtps?
The first row of the logs below say something else. "uid=33" tells me that the mail was submitted by the webservers user id. On Debian user id 33 is the user on which apache is running (www-data).

Am 03.11.2013 17:41, schrieb Steffen Wegner:
Nov  3 17:08:17 server1 postfix/pickup[3329]: 76EB034006F: uid=33 
from=<[email protected]>
Nov  3 17:08:17 server1 postfix/cleanup[6730]: 76EB034006F: 
message-id=<[email protected]>
Nov  3 17:08:17 server1 postfix/qmgr[1843]: 76EB034006F: 
from=<[email protected]>, size=522, nrcpt=1 (queue active)
Nov  3 17:08:17 server1 postfix/smtp[6736]: 76EB034006F: 
to=<[email protected]>, relay=mx-ha03.web.de[213.165.67.104]:25, 
delay=0.44, delays=0.03/0.01/0.2/0.21, dsn=2.0.0, status=sent (250 Requested mail 
action okay, completed: id=0M71LJ-1VpQMm3FJN-00wknM)
Nov  3 17:08:17 server1 postfix/qmgr[1843]: 76EB034006F: removed


If I read your logs correctly it seems that roundcube does not connect via smtps, but it uses the local php mail function. See here for a explanation of local submissions: http://www.postfix.org/OVERVIEW.html

I have no experience with roundcube but you should check your roundcube config to see if it uses the local sendmail command or really the smtps port 465.

Reagards
Urban










_______________________________________________
Users mailing list
[email protected]
http://lists.policyd.org/mailman/listinfo/users_lists.policyd.org

Reply via email to