Added sendmail::client::msa for sending mail using submission port
This commit is contained in:
parent
3f1bb7a278
commit
ca0427624b
4 changed files with 32 additions and 25 deletions
|
@ -35,6 +35,3 @@ define(`confDOMAIN_NAME', `<%= mail_domain %>')dnl
|
|||
define(`confPID_FILE', `/var/run/sm-client.pid')dnl
|
||||
<% end -%>
|
||||
FEATURE(`use_ct_file')dnl
|
||||
dnl
|
||||
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
|
||||
FEATURE(`msp', `[<%= mail_server %>]')dnl
|
||||
|
|
1
sendmail/templates/submit.mc.msa.erb
Normal file
1
sendmail/templates/submit.mc.msa.erb
Normal file
|
@ -0,0 +1 @@
|
|||
FEATURE(`msp', `[<%= mail_server %>]', `MSA')dnl
|
1
sendmail/templates/submit.mc.msp.erb
Normal file
1
sendmail/templates/submit.mc.msp.erb
Normal file
|
@ -0,0 +1 @@
|
|||
FEATURE(`msp', `[<%= mail_server %>]')dnl
|
Loading…
Add table
Add a link
Reference in a new issue