All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
41 lines
699 B
Cheetah
41 lines
699 B
Cheetah
primary_hostname = %HOSTNAME%
|
|
qualify_domain = %LOCALMAILNAME%
|
|
|
|
acl_smtp_rcpt = acl_check_rcpt
|
|
|
|
begin routers
|
|
smarthost_route:
|
|
driver = manualroute
|
|
domains = *
|
|
transport = smarthost_smtp
|
|
route_list = * %SMARTHOST%
|
|
|
|
begin transports
|
|
smarthost_smtp:
|
|
driver = smtp
|
|
port = 25
|
|
multi_domain
|
|
hosts_require_auth = *
|
|
|
|
begin authenticators
|
|
plain:
|
|
driver = plaintext
|
|
public_name = PLAIN
|
|
client_send = ^%SMARTHOST_USER%^%SMARTHOST_PASS%
|
|
|
|
login:
|
|
driver = plaintext
|
|
public_name = LOGIN
|
|
client_send = : %SMARTHOST_USER% : %SMARTHOST_PASS%
|
|
|
|
begin acl
|
|
acl_check_rcpt:
|
|
accept
|
|
hosts = %RELAYNETS%
|
|
deny
|
|
message = "Relaying denied"
|
|
|
|
begin rewrite
|
|
*@* ${1}@${qualify_domain} Ffrs
|
|
|