Updates in send configurations.
This commit is contained in:
parent
b3e220897d
commit
8a38133ffc
3 changed files with 4 additions and 4 deletions
|
@ -173,7 +173,7 @@ export function getMailerTypes(t) {
|
|||
{ owner.getFormValue('smtpUseAuth') &&
|
||||
<div>
|
||||
<InputField id="smtpUser" label={t('username')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
<InputField id="smtpPassword" label={t('password')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
<InputField id="smtpPassword" type="password" label={t('password')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
</div>
|
||||
}
|
||||
</Fieldset>
|
||||
|
@ -221,7 +221,7 @@ export function getMailerTypes(t) {
|
|||
{ owner.getFormValue('smtpUseAuth') &&
|
||||
<div>
|
||||
<InputField id="smtpUser" label={t('username')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
<InputField id="smtpPassword" label={t('password')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
<InputField id="smtpPassword" type="password" label={t('password')} placeholder={t('usernameEgMyaccount@examplecom')}/>
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
|
|
@ -728,7 +728,7 @@
|
|||
"subject": "Subject",
|
||||
"xMailer": "X-Mailer",
|
||||
"verpBounceHandling": "VERP Bounce Handling",
|
||||
"verpEnabled": "verpEnabled",
|
||||
"verpEnabled": "VERP Enabled",
|
||||
"serverHostname": "Server hostname",
|
||||
"theVerpServerHostnameEgBouncesexamplecom": "The VERP server hostname, eg. bounces.example.com",
|
||||
"verpBounceHandlingServerHostnameThis": "VERP bounce handling server hostname. This hostname is used in the SMTP envelope FROM address and the MX DNS records should point to this server",
|
||||
|
|
|
@ -121,7 +121,7 @@ verp:
|
|||
# In most cases you do not want to use it
|
||||
# Requires root privileges
|
||||
enabled: false
|
||||
port: 2525
|
||||
port: 25
|
||||
host: 0.0.0.0
|
||||
# With DMARC, the Return-Path and From address must match the same domain.
|
||||
# By default we get around this by using the VERP address in the Sender header,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue