✉️ Email Configuration and Management
Creating Email Domain
- Navigate to Email tab
- Add new domain
Click "Add new domain" - Enter domain details:
- Domain: yourdomain.com
- Spamfilter: Enable spam filtering
- DKIM: Enable for email authentication
- Active: Yes
- Save domain
Creating Email Mailbox
- Go to Email → Email Mailbox
- Click "Add new Mailbox"
- Configure mailbox:
- Email: username (without @domain)
- Password: Set strong password
- Quota: Set mailbox size limit (MB)
- Spamfilter: Move spam to Junk folder
- Enable Receiving: Yes
- Enable Sending: Yes
- Enable IMAP: Yes
- Enable POP3: Yes (if needed)
- Save mailbox
Email Client Configuration
Server Settings
Protocol | Server | Port | Security |
---|---|---|---|
IMAP | mail.yourdomain.com | 993 | SSL/TLS |
IMAP | mail.yourdomain.com | 143 | STARTTLS |
POP3 | mail.yourdomain.com | 995 | SSL/TLS |
POP3 | mail.yourdomain.com | 110 | STARTTLS |
SMTP | mail.yourdomain.com | 465 | SSL/TLS |
SMTP | mail.yourdomain.com | 587 | STARTTLS |
Email Aliases and Forwards
Creating Email Alias
- Go to Email → Email Alias
- Click "Add new Email alias"
- Enter source email (alias@yourdomain.com)
- Enter destination (real@yourdomain.com)
- Enable active
- Save
Email Forwarding
Forward emails to external addresses:
- Create alias with external destination
- Multiple destinations separated by comma
- Can keep local copy by including original mailbox
Autoresponder Setup
- Go to Email → Autoresponder
- Add new autoresponder
- Select email address
- Set subject and message
- Configure start/end dates
- Enable autoresponder
Spam Filter and Antivirus
SpamAssassin Settings
- Score 5.0: Mark as spam (default)
- Score 10.0: Reject email
- Whitelist: Add trusted senders
- Blacklist: Block specific senders
Amavis Antivirus
- Automatic virus scanning
- Quarantine infected emails
- Notification to administrator
- ClamAV integration
Email Authentication (SPF, DKIM, DMARC)
SPF Record
v=spf1 mx a ip4:YOUR_SERVER_IP ~all
DKIM Setup
- Enable DKIM in email domain settings
- ISPConfig generates DKIM keys automatically
- Add DKIM record to DNS
- Test with mail-tester.com
DMARC Record
v=DMARC1; p=quarantine; rua=mailto:dmarc@yourdomain.com
Webmail Access
ISPConfig typically includes Roundcube webmail:
- URL: https://yourdomain.com/webmail
- Login: Full email address
- Password: Mailbox password