...
acl_check_rcpt:
deny sender_domains = +local_domains
!hosts = +relay_from_hosts
!authenticated = *
message = 5 min timeout
accept authenticated = *
deny message = "Vy ne proshli SMTP-avtorizaciju. Posetite http://10.26.0.1/faq.php ili obratites' k sysadmin'u."
accept hosts = :
...
_____________
######################################################################
# AUTHENTICATION CONFIGURATION #
######################################################################
# There are no authenticator specifications in this default configuration file.
begin authenticators
plain:
driver= plaintext
public_name = PLAIN
server_condition = ${if saslauthd{{$1}{$2}}{1}{0}}
login:
driver = plaintext
public_name= LOGIN
server_prompts = "Username:: : Password::"
server_condition = ${if saslauthd{{$1}{$2}}{1}{0}}