Defines the system administrator's email address. It will be displayed in the error screens of the application.
This setting can not be deactivated.
Default value:
--- support@<OTRS_CONFIG_FQDN>
Makes the application check the syntax of email addresses.
This setting can not be deactivated.
Default value:
--- '1'
Defines a regular expression that filters all email addresses that should not be used in the application.
This setting can not be deactivated.
Default value:
--- '@(example)\.(..|...)$'
Defines a regular expression that excludes some addresses from the syntax check (if "CheckEmailAddresses" is set to "Yes"). Please enter a regex in this field for email addresses, that aren't syntactically valid, but are necessary for the system (i.e. "root@localhost").
This setting can not be deactivated.
Default value:
--- ^(root@localhost|admin@localhost)$
Makes the application check the MX record of email addresses before sending an email or submitting a telephone or email ticket.
This setting can not be deactivated.
Default value:
--- '1'
Defines the address of a dedicated DNS server, if necessary, for the "CheckMXRecord" look-ups.
This setting is not active by default.
Default value:
--- ns.example.com
Defines the fall-back path to open fetchmail binary. Note: The name of the binary needs to be 'fetchmail', if it is different please use a symbolic link.
This setting is not active by default.
Default value:
--- /usr/bin/fetchmail
Specifies the email address that should be used by the application when sending notifications. The email address is used to build the complete display name for the notification master (i.e. "OTRS Notifications" otrs@your.example.com). You can use the OTRS_CONFIG_FQDN variable as set in your configuation, or choose another email address.
This setting can not be deactivated.
Default value:
--- otrs@<OTRS_CONFIG_FQDN>
Specifies the name that should be used by the application when sending notifications. The sender name is used to build the complete display name for the notification master (i.e. "OTRS Notifications" otrs@your.example.com).
This setting can not be deactivated.
Default value:
--- OTRS Notifications
Defines default headers for outgoing emails.
This setting is not active by default.
Default value:
--- 'Auto-Submitted:': auto-generated 'Precedence:': bulk
Sends all outgoing email via bcc to the specified address. Please use this only for backup reasons.
Default value:
--- ''
Forces encoding of outgoing emails (7bit|8bit|quoted-printable|base64).
This setting is not active by default.
Default value:
--- base64
If set, this address is used as envelope sender in outgoing messages (not notifications - see below). If no address is specified, the envelope sender is equal to queue e-mail address.
This setting is not active by default.
Default value:
--- ''
Defines the module to send emails. "Sendmail" directly uses the sendmail binary of your operating system. Any of the "SMTP" mechanisms use a specified (external) mailserver. "DoNotSendEmail" doesn't send emails and it is useful for test systems.
This setting can not be deactivated.
Default value:
--- Kernel::System::Email::Sendmail
If any of the "SMTP" mechanisms was selected as SendmailModule, and authentication to the mail server is needed, a password must be specified.
This setting is not active by default.
Default value:
--- MailserverPassword
If any of the "SMTP" mechanisms was selected as SendmailModule, and authentication to the mail server is needed, an username must be specified.
This setting is not active by default.
Default value:
--- MailserverLogin
If "Sendmail" was selected as SendmailModule, the location of the sendmail binary and the needed options must be specified.
This setting can not be deactivated.
Default value:
--- /usr/sbin/sendmail -i -f
If any of the "SMTP" mechanisms was selected as SendmailModule, the mailhost that sends out the mails must be specified.
This setting can not be deactivated.
Default value:
--- mail.example.com
If any of the "SMTP" mechanisms was selected as SendmailModule, the port where your mailserver is listening for incoming connections must be specified.
This setting is not active by default.
Default value:
--- '25'
If set, this address is used as envelope sender header in outgoing notifications. If no address is specified, the envelope sender header is empty (unless SendmailNotificationEnvelopeFrom::FallbackToEmailFrom is set).
This setting is not active by default.
Default value:
--- ''
If no SendmailNotificationEnvelopeFrom is specified, this setting makes it possible to use the email's from address instead of an empty envelope sender (required in certain mail server configurations).
This setting is not active by default.
Default value:
--- 0