# Email Settings
The Email role automatically inherits Enhance's global Email Service settings. Smart host settings can be overridden on a per server basis.
# Configure Global Email Service settings
To configure global Email role settings:
- Open Settings in the left sidebar
- Select Service settings in the menu
- Navigate to the Email section
The following Email settings can be configured:
Maximum mailbox message Applied per hour.
Maximum website messages Applied per hour per website. This setting will take precedence over maximum mailbox messages.
# Smart host setting
This will automatically configure your email server to send all outbound email through a third party with authentication.
To override SMTP settings on a per server basis:
- Open Servers in the left side bar
- Select Manage on the server
- Navigate to the ‘Role’ you’d like to configure custom settings for
- Click Settings
Any inherited global settings will be tagged 'Default'. Any custom or edited default settings will not be tagged.
# Manual Postfix configurations
# To increase the attachment size for a mailbox:
In /etc/postfix/main.cf, add the key message_size_limit and the value (in bytes). Then run postfix reload
to apply it.