Format
[smtp.domain.dev]:25 secure
cant be entered in
/etc/pmg/tls_policy
via the GUI.
Probably due to a format check.
Gives error:
Only
Destination: [smtp.domain.dev] is allowed, what doesn't match the postfix syntax.
As transport is:
When
[smtp.domain.dev]:25 secure
is manualy entered in
/etc/pmg/tls_policy
it works like expected.
[smtp.domain.dev]:25 secure
cant be entered in
/etc/pmg/tls_policy
via the GUI.
Probably due to a format check.
Code:
Destination: [smtp.domain.dev]:25
Policy: secure
Gives error:
Code:
Parameter verification failed. (400)
[B]destination[/B]: invalid format - value does not look like a valid domain or next-hop
Only
Destination: [smtp.domain.dev] is allowed, what doesn't match the postfix syntax.
As transport is:
domain.de smtp:[smtp.domain.dev]:25When
[smtp.domain.dev]:25 secure
is manualy entered in
/etc/pmg/tls_policy
it works like expected.