This is the tutorial to create email on VestaCP. The entire steps for creating email on the VestaCP control panel you are using.
The following is the tutorials to create email on VestaCP.
How to create email on VestaCP control panel
Tutorials:
- Login to your VestaCP account using your VPS IP followed with port :8083, for example: https://198.49.415.439:8083.
- Now you are on the VestaCP main dashboard.
- Click the Mail.
- Click Add Account to add new email.
- Add the email account according your wish based on Domain added on your VestaCP and fill your password:
- You can also use Generate button to get the random password.
- Note your password. Because that password will be used to log-into your email account.
- To add more quote for your email just choose Advanced Options.
- You can also set the size of your email.
- You can also add alias for your email.
- If you wish to forward email to other domain’s email, then add your other domain email.
- Klik Add, dan email Anda sudah selesai dibuat. Klik Open Webmail untuk mengakses email Anda.
Well done, now you can access your RoundCube email, by using the URL like this: http://youripaddress/webmail or http://yourdomainname.com/webmail in case your domain name is already redirected to your VestaCP VPS like this:
https://198.49.415.439/webmail/
You will see the following login page like this.
How to fix SMTP Error (550): Failed to set sender
- If you receive error notification like in the following when sending email via RoundCube:
SMTP Error (550): Failed to set sender "admin@sering.online" (Access denied - Invalid HELO name (See RFC2821 4.1.3))
- So you can run the following command in SSH:
sed -i 's/drop condition = ${if isip{$sender_helo_name}}/#drop condition = ${if isip{$sender_helo_name}}/' /etc/exim/exim.conf
sed -i 's/message = Access denied - Invalid HELO name (See RFC2821 4.1.3)/#message = Access denied - Invalid HELO name (See RFC2821 4.1.3)/' /etc/exim/exim.conf
systemctl restart exim
The next thing you need to do is trying to reload the page in RoundCube webmail and try to re-send your email.
For more VestaCP tutorials.