The Inbound SMTP email subsystem type allows you to configure the behavior of the email server and service.
The following properties can be set for Inbound SMTP email in the alfresco-global.properties file.
Property | Description |
---|---|
email.inbound.unknownUser | Specifies the user name to authenticate as when the sender address is not recognized, for example anonymous. |
email.inbound.enabled | Enables or disables the inbound email service, for example true. The service could be used by processes other than the email server (for example, direct RMI access), so this flag is independent of the email service. |
email.server.enabled | Enables the email server, for example true. |
email.server.port | Specifies the port number for the email server, for example 25. |
email.server.domain | Specifies the name or the IP address of the network to bind the email server to, for example alfresco.com. |
email.server.allowed.senders | Provides a comma-separated list of email REGEX patterns of allowed senders. If there are any values in the list, then all sender email addresses must match. For example: .*\@alfresco\.com, .*\@alfresco\.org. |
email.server.blocked.senders | Provides a comma-separated list of email REGEX patterns of blocked senders. If the sender email address matches this, then the message will be rejected. For example: .*\@hotmail\.com, .*\@googlemail\.com. |