try with apple
This commit is contained in:
@@ -60,10 +60,9 @@ in {
|
|||||||
# enable the ${service} service
|
# enable the ${service} service
|
||||||
services.postfix = {
|
services.postfix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
relayHost = "smtp.gmail.com";
|
relayHost = "smtp.mail.me.com";
|
||||||
relayPort = cfg.port;
|
relayPort = cfg.port;
|
||||||
config = {
|
config = {
|
||||||
#smtp_use_tls = "yes";
|
|
||||||
smtp_tls_security_level = "may";
|
smtp_tls_security_level = "may";
|
||||||
smtp_sasl_auth_enable = "yes";
|
smtp_sasl_auth_enable = "yes";
|
||||||
smtp_sasl_security_options = "";
|
smtp_sasl_security_options = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user