diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/msmtp/msmtprc.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/msmtp/msmtprc.erb b/templates/msmtp/msmtprc.erb index 50fd71a..855ebe7 100644 --- a/templates/msmtp/msmtprc.erb +++ b/templates/msmtp/msmtprc.erb @@ -2,4 +2,4 @@ account default host localhost port 25 auto_from on -maildomain <%= scope.lookupvar('::fqdn') %> +maildomain <%= @maildomain %> |