mail.rezvov.comYour mailbox runs on a dedicated mail server. The administrator gave you the address and password. Your login everywhere is the full address (for example ivan@example.com).
| Self-service portal | https://mail.rezvov.com/admin |
|---|---|
| IMAP (incoming, recommended) | mail.rezvov.com, port 993, SSL/TLS |
| POP3 (incoming, optional) | mail.rezvov.com, port 995, SSL/TLS |
| SMTP (outgoing) | mail.rezvov.com, port 465, SSL/TLS |
| Login / password | full address / your password |
There is no built-in webmail in the browser. Read your mail in a client (phone, Thunderbird, Outlook, Apple Mail) or in Gmail. Forwarding, password and auto-reply are configured in the portal.
A forwarding template is already created in your mailbox. You just edit it and turn it on.
mail@example.org with the target address:
require ["copy"]; redirect :copy "where-to-forward@gmail.com";
:copy means "forward and keep a copy on the server". If you do not need a copy, drop require and :copy:
redirect "where-to-forward@gmail.com";
To forward to several addresses, use several redirect lines:
require ["copy"]; redirect :copy "first@gmail.com"; redirect :copy "second@example.com";
Add an account over IMAP (real time): incoming IMAP mail.rezvov.com:993 SSL, outgoing SMTP mail.rezvov.com:465 SSL, login is the full address.
Want this mailbox in Gmail? Gmail removed "Check mail from other accounts" (POP fetch) in 2026, so you can no longer pull an external mailbox into Gmail directly. Use forwarding (step 1) to push your mail into Gmail in real time, and "Send mail as" (step 3) to send from your address.
Gmail → Settings → See all settings → Accounts and Import → "Send mail as" → Add another email address: SMTP mail.rezvov.com, port 465, SSL, login/password are yours.
After that you can pick your address in the "From" field when composing in Gmail.
Questions? Contact the administrator.