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, for Gmail) | 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";
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 settings → Accounts 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.
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.