Displaying 3 results from an estimated 3 matches for "smtpd_access_policy".
2015 Sep 29
2
BUG: service(auth) crash when quota-status lookup an address with local-part starting with auth_master_user_separator
...e local-part starting with the same character as
'auth_master_user_separator', dovecot/auth crash:
My 'auth_master_user_separator' is '*'
# telnet localhost 25001
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
request=smtpd_access_policy
sender=johndoe at example.com
recipient=*@example.com
size=100000000
action=DEFER_IF_PERMIT Internal error occurred. Refer to server log for
more information.
request=smtpd_access_policy
sender=johndoe at example.com
recipient=*janedoe at example.com
size=100000000
action=DEFER_IF_PERMIT Intern...
2014 Feb 22
0
Dovecot / Postfix and the quota-status
Dovecot Version: 2.2.12
Postfix Version: 2.9.6
Hello
I've configured the quota-status service (socket and port).
When I call the service with shell, he replied
request=smtpd_access_policy
sender=sender at domain.tld
recipient=recipient at domain.tld
size=100000
action=552 5.2.2 Mailbox is full
In shell the service returns a 552 when the quota is exceeded, but when
postfix call it, the service return alway DUNNO.
How it's possible to debug the quota-status for understand why...
2013 May 14
2
2.2.1 and quota-status
....com): Error: user c at roessner-network-solutions.com: Error reading configuration: net_connect_unix(/var/run/dovecot/config) failed: Permission denied
Also the following test does not succeed:
telnet localhost 12340
Trying ::1...
Connected to localhost.
Escape character is '^]'.
request=smtpd_access_policy
sender=foo at bar.tld
recipient=c at roessner-network-solutions.com
size=10000000000
action=
^]
telnet> quit
Connection closed.
Nothing in the logs. Just an empty answer.
Here is my config:
doveconf -n
# 2.2.1: /etc/dovecot/dovecot.conf
# OS: Linux 3.8.6-hardened x86_64 Gentoo Base System r...