If you have purchased a VPS, you have the option to send your emails via our Smarthost relay powered by MailChannels Smart Host. By doing this, you can ensure that your emails always reach their destination.
Relay server is: relay.hostup.se
You can send via both port 25 and 587 with TLS encryption.
[Prerequisites]
- You must be a VPS customer with us and use our IP addresses.
- Make sure you have root access to your VPS.
Configure Postfix
If you’re using Postfix, you can do the following to send emails via our relay.
Edit the /etc/postfix/main.cf file and set the following value:
relayhost = [relay.hostup.se]
That’s all. For the changes to take effect, you need to restart Postfix.
systemctl restart postfix
cPanel configuration
If you’re using cPanel setting up smarthost is also easy! Simply navigate to the exim config and change Smarthost support to * relay.hostup.se:587 as the image below shows:

SPF record
Domains need to have the following SPF record: v=spf1 a mx include:spf.hostup.se ~all
If you already have an SPF record, simply add include:spf.hostup.se to your current SPF record to also allow our relay to send mail.
Security: allow only your VPS IP to send mail
To allow only your VPS and no one else to send mail via relay, add a TXT record under _hostup. with the content v=mc1 auth=YOUR IP in your DNS. Example below:
_hostup.example.com v=mc1 auth=10.0.0.1
The example above only allows 10.0.0.1 to send mail via relay.