Help center
33 results
Yes, every hosting plan includes professional email accounts; their number increases with the plan. Details for each plan are on the Web Hosting page.
Yes, you can use our professional email addresses (e.g. [email protected]) without publishing a website.
Your mailboxes use IMAP/SMTP. The server settings (incoming/outgoing, ports, SSL) are provided in cPanel and can be configured on any email client.
Yes, a webmail (such as Roundcube) is accessible from cPanel to check your emails from a browser, with no configuration required.
Standard anti-spam filtering is included. Advanced anti-spam protection is available as an option for more demanding needs.
Correctly configure your domain's SPF, DKIM and DMARC records. Our support team can help you improve deliverability.
Email storage is shared with the disk space of your hosting plan. You can distribute quotas across your mailboxes according to your needs.
Since February 2024, Gmail, Yahoo, and increasingly Microsoft Outlook require a valid DMARC record for senders exceeding 5,000 messages per day to their users. Below that threshold, SPF and DKIM alone are usually sufficient, but setting up DMARC early is still recommended. Without a compliant DMARC policy above the threshold, providers may permanently reject your messages with an SMTP 550 error — a hard bounce, not a spam folder placement. Our support team can help you configure SPF, DKIM, and DMARC for your domain.
BIMI (Brand Indicators for Message Identification) lets Gmail, Yahoo Mail and Apple Mail display your brand logo next to your emails in the inbox. Your domain needs SPF, DKIM and a DMARC policy of `p=quarantine` or `p=reject`, then you publish a `default._bimi.` DNS TXT record pointing to an SVG file of your logo. Gmail additionally requires a VMC (Verified Mark Certificate, requires a registered trademark) or CMC (Common Mark Certificate, no trademark needed). Support is live in 2026 on Gmail, Yahoo Mail, Apple Mail and Fastmail.
Yes. Gmail introduced the Common Mark Certificate (CMC) as an alternative to the VMC: it does not require a registered trademark, but you must demonstrate that your logo has been publicly displayed on your domain for at least twelve months. Yahoo Mail, Fastmail and Apple Mail support BIMI without requiring a certificate, provided DMARC is set to `p=quarantine` or `p=reject`.
The safest approach is a parallel IMAP migration: your mailboxes are copied in the background (using imapsync or your panel's built-in tool) while your MX record stays with your current provider, so recipients experience zero downtime. Once all mailboxes are synced, you switch the MX record to ServOrbit — keep both accesses active for at least 72 hours to catch any emails in transit. Visit our <a href="/hebergement-web">web hosting page</a> or reach our support team at [email protected] to get started.
In cPanel, an Email Alias lets an additional address deliver messages to the same mailbox as the primary address — for example, contact@ and info@ both land in [email protected]'s inbox. An Email Forwarder automatically sends messages received at one address to another address, which can be outside your hosting account. To create either one, go to the Email section in cPanel, choose Email Aliases or Forwarders, enter the source address and destination, then save. Changes take effect within a few minutes.
Yes, ServOrbit shared hosting plans enforce hourly sending limits to protect deliverability for all customers on shared servers. Depending on your plan, the limit is typically 500 to 1,000 emails per hour. These limits are suited for standard transactional emails such as order confirmations and customer replies, but if you need to send marketing campaigns or large volumes, it is recommended to use a dedicated SMTP service such as Mailgun, SendGrid, or Amazon SES. Using an external SMTP service does not affect your regular emails and ensures better deliverability.
Most self-hosted applications (n8n, Jitsi, Nextcloud…) let you set an external SMTP server in their settings. Use the credentials of a ServOrbit professional email address or a dedicated sending service (Brevo, Mailgun…); avoid sending directly from your VPS IP without proper SPF, DKIM and DMARC records, as ISPs routinely classify such messages as spam. Our support team is reachable at [email protected] if you need help configuring the DNS records.
Yes, no DNS records are imposed by default: you can point your MX, SPF, DKIM and DMARC records to your own server from the DNS manager in your client area. Make sure to correctly configure the PTR (rDNS) of your email server's IP address to maximise deliverability. Our support team is available at [email protected] to guide you on DNS settings.
**Email alias** and **forwarder** serve different purposes. An **alias** is an additional address on the same mailbox: emails sent to `[email protected]` and `[email protected]` land in the same mailbox if `info` is an alias of `contact`. You only have one mailbox to manage. A **forwarder** copies incoming emails to another external address: messages sent to `[email protected]` are automatically forwarded to `[email protected]`. Useful for consolidating multiple addresses into an existing mailbox, but emails are not stored with us. **Create an alias**: Client area → Email hosting → Aliases → New alias. **Create a forwarder**: Client area → Email hosting → Forwarders → New forwarder. Note: a forwarder may trigger spam filters at the final destination if your domain is not properly configured with SPF, DKIM, and DMARC.
Mautic 5.x is compatible with MySQL 8.4, but the `ONLY_FULL_GROUP_BY` SQL mode enabled by default since MySQL 8.0 causes HTTP 500 errors on certain reports (notably 'Page hits' with grouping) — the page is blank with no visible error message (issue mautic#17092). Check with `SHOW GLOBAL VARIABLES LIKE 'sql_mode'`: if the value contains `ONLY_FULL_GROUP_BY`, disable it live with `SET GLOBAL sql_mode = (SELECT REPLACE(@@sql_mode, 'ONLY_FULL_GROUP_BY', ''))` then make the change permanent in `/etc/mysql/my.cnf`. Alternatively, migrate to MariaDB 10.x which does not enable this mode by default. Always take a full backup (`mysqldump`) before any engine upgrade.
Deliverability for a .ma domain follows the same rules as any other extension: add a SPF TXT record (`v=spf1 include:your-server ~all`), enable DKIM signing from cPanel (Email Authentication > DKIM) and publish a DMARC record (`v=DMARC1; p=none; rua=mailto:your@address`) to start receiving reports. The .ma specificity is that ANRT delegates the DNS zone to our name servers when you enable managed DNS: make sure the delegation is in effect before testing your records. Our support can verify your setup at [email protected].
JMAP (RFC 8620) is a modern HTTP/JSON protocol that replaces IMAP: it synchronises mailboxes incrementally (only changes are transmitted), supports native push, and manages multiple accounts in a single connection. Stalwart Mail Server, for instance, exposes JMAP, IMAP4rev2, and SMTP simultaneously, allowing a gradual migration without cutting off existing access. Clients that support JMAP (Thunderbird 128+, native iOS/macOS apps) benefit from significantly faster synchronisation; existing IMAP clients continue to work without any changes. To deploy a compatible server on your VPS, see the <a href="/vps-cloud">ServOrbit VPS page</a>.
Migration happens in three stages: export Mailcow mailboxes as MBOX or via imapsync (account by account), install Stalwart on a VPS and configure your domains and accounts, then reimport messages via IMAP or Stalwart's built-in import tool. During the transition, keep Mailcow active and point a secondary MX at Stalwart: incoming mail reaches both servers during the switchover window. Once all messages have been copied and your DNS MX is updated to Stalwart, you can shut down Mailcow. Our team can support server migrations via the <a href="/contact">/contact</a> form (Devis / Quote type).
Mailcow is a full suite (Postfix, Dovecot, Rspamd, SOGo, Redis, MariaDB…) that consumes around 1 to 2 GB of RAM at idle — ideal if you want an integrated webmail and admin interface. Stalwart Mail Server is a single Rust binary (SMTP, IMAP, JMAP) that starts under 100 MB of RAM, a clear advantage on a 1 to 2 GB VPS shared with other services. Choose Mailcow for an all-in-one setup, Stalwart if memory footprint is your main constraint. Both can be installed on ServOrbit.com VPS plans starting at 99 DH/month.
A self-hosted mail server on a VPS is suitable for moderate volumes (a few hundred emails per day) with proper SPF/DKIM/DMARC configuration. Once your application sends several thousand emails per day or deliverability is critical (e-commerce, alerts), a specialized SMTP relay (Resend, Brevo, Postmark) offers already de-listed sending infrastructure and deliverability dashboards that are hard to replicate on your own. In either case, your domain must be registered with ServOrbit or point to our servers so you can configure the necessary SPF and DKIM DNS records.
Yes, all email accounts included in your ServOrbit hosting plans benefit from server-side anti-spam filtering and real-time antivirus scanning, before messages reach your inbox. You can fine-tune spam filter sensitivity from the management panel, create whitelists and blacklists, and check the quarantine to recover a legitimate message incorrectly blocked. This protection is enabled by default and requires no additional configuration; for advanced needs (legal archiving, end-to-end encryption), contact our support team.
In your ServOrbit cPanel, go to Email > Authentication to enable DKIM and SPF automatically. For DMARC, add a TXT record `_dmarc.your-domain.com` with the value `v=DMARC1; p=none; rua=mailto:[email protected]`, then tighten the policy after checking reports. Verify all three records are propagated on mxtoolbox.com before sending emails.
From your VPS, run `telnet smtp.gmail.com 25` or `nc -zv smtp.gmail.com 25`: if the connection times out or is refused, your provider is blocking outbound port 25. This is standard practice to limit spam — most VPS providers do it by default. To send emails from a VPS, use port 587 (STARTTLS) or 465 (SMTPS) with a trusted SMTP relay, configure a PTR record for your IP, and set up SPF, DKIM and DMARC. Contact support if you need port 25 opened for a legitimate use case.
A PTR (reverse DNS) record maps your IP address to a domain name: recipient mail servers use it to verify that the sender is legitimate. Without a valid PTR, your emails frequently land in spam or get rejected. It must match exactly the name announced in your server's SMTP banner (`myhostname` in Postfix). On a ServOrbit VPS, configure it from the client area, Network section, Reverse DNS tab. Combine it with SPF, DKIM and DMARC for optimal deliverability.
In the Gitea admin panel (Site Administration → Settings → Email), enter your hosting SMTP server (available in your cPanel → Email → Email Accounts), port 587 with STARTTLS, and the credentials of a dedicated mailbox (e.g. `[email protected]`). Enable the test email feature to validate the configuration before saving. Make sure your domain's SPF and DKIM records include the sending server to ensure deliverability of issue and pull request notifications.
Yes, ServOrbit hosting includes a CalDAV (calendars) and CardDAV (contacts) server accessible from Thunderbird, Apple Mail, Outlook or any compatible mobile application. Configure your client with the server URL shown in cPanel under "Calendars and Contacts". This sync works with the same professional mailbox, with no third-party tool or additional subscription required.
In cPanel, go to the "Mailing Lists" section to create a list managed by Mailman. You can define members, moderators, and archiving options directly from the interface. For large-scale marketing sends, we recommend using a dedicated tool (such as Mautic self-hosted on a VPS) to follow deliverability best practices.
SPF and DKIM authenticate a message's origin and integrity, but they do not tell the recipient what to do when a check fails — DMARC fills that gap by publishing an explicit policy (none, quarantine, or reject). Without DMARC, a bad actor can spoof your domain and still pass spam filters, because mail providers have no instruction to follow. Start with `p=none` to collect reports, then tighten to `p=quarantine` or `p=reject` once your legitimate sending streams are stable.
Google and Yahoo treat a complaint rate above 0.10% as a warning sign and impose restrictions from 0.30%: your emails may be massively rejected or sent to the spam folder. To monitor this rate, register your domain in Google Postmaster Tools (postmaster.google.com) and check the Spam Rate dashboard; Yahoo offers a similar feedback loop through its FBL program. Each complaint typically corresponds to a recipient clicking 'Report as spam' — review your lists regularly and remove inactive or improperly acquired subscribers.
The `List-Unsubscribe: <mailto:…>, <https://…>` header lets mail clients show an 'Unsubscribe' button directly in their interface, without the recipient needing to open the message. Since 2024, Google and Yahoo require this mechanism for bulk senders (more than 5,000 messages/day), and the 'one-click' variant (`List-Unsubscribe-Post: List-Unsubscribe=One-Click`) processes the request with a single click and no intermediate page. Your email platform should handle this header automatically; if you send campaigns from your own server, verify that your sending software generates this header correctly.
On a ServOrbit VPS, port 25 is blocked outbound by default to limit spam risk; use port 587 (STARTTLS) or port 465 (SMTPS/implicit SSL) for authenticated sending from your application. If you use an external SMTP relay (Mailgun, Brevo, etc.), configure the port recommended by that service. For cPanel-managed mailboxes on shared hosting, webmail and email clients also rely on port 587 or 465.
Browse our help center and FAQ, or reach our team — callback, WhatsApp or email. Support in French, English and Arabic.
Message us on WhatsAppopens in a new tab