Your email on mail.rezvov.com

Your 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).

Server settings

Self-service portalhttps://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 / passwordfull 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.

1. Forwarding to another address (you set this up yourself)

A forwarding template is already created in your mailbox. You just edit it and turn it on.

  1. Open https://mail.rezvov.com/admin and sign in with your address and password.
  2. On the left, go to Sieve Scripts and open the forward script.
  3. In Script Content, replace mail@example.org with the target address:
    require ["copy"];
    redirect :copy "where-to-forward@gmail.com";
  4. Turn on the Active toggle and click Save.

: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";

2. Read your mail in a client (Thunderbird, Apple Mail, phone)

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.

3. Send "from your address" in Gmail

Gmail → Settings → See all settingsAccounts 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.

Also in the portal

Questions? Contact the administrator.