Updates in send configurations.

This commit is contained in:
root 2018-12-25 19:10:28 +01:00
parent b3e220897d
commit 8a38133ffc
3 changed files with 4 additions and 4 deletions

View file

@ -173,7 +173,7 @@ export function getMailerTypes(t) {
{ owner.getFormValue('smtpUseAuth') && { owner.getFormValue('smtpUseAuth') &&
<div> <div>
<InputField id="smtpUser" label={t('username')} placeholder={t('usernameEgMyaccount@examplecom')}/> <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>
} }
</Fieldset> </Fieldset>
@ -221,7 +221,7 @@ export function getMailerTypes(t) {
{ owner.getFormValue('smtpUseAuth') && { owner.getFormValue('smtpUseAuth') &&
<div> <div>
<InputField id="smtpUser" label={t('username')} placeholder={t('usernameEgMyaccount@examplecom')}/> <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>
} }
</div> </div>

View file

@ -728,7 +728,7 @@
"subject": "Subject", "subject": "Subject",
"xMailer": "X-Mailer", "xMailer": "X-Mailer",
"verpBounceHandling": "VERP Bounce Handling", "verpBounceHandling": "VERP Bounce Handling",
"verpEnabled": "verpEnabled", "verpEnabled": "VERP Enabled",
"serverHostname": "Server hostname", "serverHostname": "Server hostname",
"theVerpServerHostnameEgBouncesexamplecom": "The VERP server hostname, eg. bounces.example.com", "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", "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",

View file

@ -121,7 +121,7 @@ verp:
# In most cases you do not want to use it # In most cases you do not want to use it
# Requires root privileges # Requires root privileges
enabled: false enabled: false
port: 2525 port: 25
host: 0.0.0.0 host: 0.0.0.0
# With DMARC, the Return-Path and From address must match the same domain. # 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, # By default we get around this by using the VERP address in the Sender header,