Webuzo
Configuring a smarthost for Webuzo
This guide will walk you through the process of setting up JetEmail as a smarthost in Webuzo. By integrating JetEmail’s advanced features, you’ll enhance your email performance, improve deliverability, and benefit from robust security and streamlined email management.
Setting up Webuzo
Access Exim Configuration
- Log in to Webuzo Admin Panel
- Navigate to Email > Mail Settings
- Select the “custom code” option from the Exim Configuration Manager
Edit Authenticators Configuration
Add the following code to the authenticators section:
Replace Your_JetEmail_Username
and Your_JetEmail_Password
with your actual JetEmail SMTP user credentials.
Edit Routers Configuration
Add the following code to the routers section:
Edit Transport Configuration
Add the following code to the transport section:
DKIM Selector Note: If your Webuzo installation was completed prior to February 3, 2025, change dkim_selector = default
to dkim_selector = x
in the configuration above.
Restart Services
After making these changes:
- Save all configuration files
- Restart the Exim service
Test Configuration
Send a test email to ensure the new configuration is working correctly.
Troubleshooting
If you encounter any issues:
- Double-check your SMTP credentials
- Verify that port 25 is open in your firewall
- Check the Exim logs for any error messages
- Ensure your account is active and in good standing
For further assistance, contact support.