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, for Gmail)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. Pull your mail into a client or into Gmail

Into a regular client (Thunderbird, Apple Mail, phone mail) over IMAP (real time): add an account, incoming IMAP mail.rezvov.com:993 SSL, outgoing SMTP mail.rezvov.com:465 SSL, login is the full address.

Into Gmail over POP3 (Gmail can pull external mailboxes only over POP3, not IMAP): Gmail → Settings → See all settingsAccounts and Import → "Check mail from other accounts" → Add a mail account: POP server mail.rezvov.com, port 995, tick SSL.

Gmail polls POP on its own schedule (not instant). If you need instant delivery into Gmail, use forwarding from step 1.

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.