Difference between revisions of "Passbolt smtp configuration"
From Notes_Wiki
(Created page with "Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Passbolt smtp configuration = Passbolt CE – SMTP Configuration = == Setup Your Own SMTP Relay Server == If you don't already have an SMTP relay, follow this guide to set one up: [http://rekallcm1/notes_wiki/index.php?title=CentOS_8.x_postfix_send_email_through_relay_or_smarthost_with_smtp_authentication How to set up Postfix SMTP relay with authentication on CentOS 8.x] == For...") |
|||
Line 2: | Line 2: | ||
= Passbolt CE – SMTP Configuration = | = Passbolt CE – SMTP Configuration = | ||
== Setup Your Own SMTP Relay Server == | === Setup Your Own SMTP Relay Server === | ||
If you don't already have an SMTP relay, follow this guide to set one up: | If you don't already have an SMTP relay, follow this guide to set one up: | ||
Latest revision as of 07:18, 30 May 2025
Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Passbolt smtp configuration
Passbolt CE – SMTP Configuration
Setup Your Own SMTP Relay Server
If you don't already have an SMTP relay, follow this guide to set one up:
How to set up Postfix SMTP relay with authentication on CentOS 8.x
For Passbolt v3.8.0 and Later (Web UI Configuration)
Log in as Administrator
- Access your Passbolt instance using an admin account.
- Go to Administration → Email server.
Select Email Provider
- Choose your email provider from the list.
- If it's not listed, select Other.
Configure Authentication
Select the appropriate authentication method:
- Username & Password – Most common
- Username only – If your relay doesn’t require a password
- None – If your SMTP relay doesn’t require authentication
Fill in SMTP Details
- SMTP Host: Enter the hostname or IP of your SMTP relay.
- Port: Typically:
- 587 for TLS
- 465 for SSL
- 25 for plain SMTP (check your relay’s requirements)
- Username: Your SMTP relay username (if required).
- Password: Your SMTP relay password (if required).
- Use TLS: Enable this if your relay supports it (recommended).
- SMTP Client: (Optional) Set to your server’s IP address if required by your relay.
- Sender Name/Email: Set the default sender name and email address.
Test Configuration
- Use the Send Test Email feature to verify the settings.
- If the test passes, proceed to save the configuration.
Save Settings
- Click Save.
- You should see:
Success: The SMTP settings have been saved successfully.
Home > Ubuntu > Ubuntu 22.04 > Ubuntu 22.04 Passbolt setup > Passbolt smtp configuration