Hi sahsanu, thank you for your help ,
What included that backup?
a complete hestia cpanel backup: webs, dns, users, databases, etc., here is a screen schot
the past vps was on hostinger and the actual vps was restored on interserver.net
Also, show the output of these commands:
dpkg -l | grep exim
rc exim4 4.97-4ubuntu4.3 all metapackage to ease Exim MTA (v4) installation
ii exim4-base 4.97-4ubuntu4.3 amd64 support files for all Exim MTA (v4) packages
ii exim4-config 4.97-4ubuntu4.3 all configuration for the Exim MTA (v4)
ii exim4-daemon-heavy 4.97-4ubuntu4.3 amd64 Exim MTA (v4) daemon with extended features, including exiscan-acl
rc exim4-daemon-light 4.97-4ubuntu4.3 amd64 lightweight Exim MTA (v4) daemon
grep -Ev '^#|^$' /etc/exim4/update-exim4.conf.conf
dc_eximconfig_configtype=‘internet’
dc_other_hostnames=‘epsmoyobamba.com.pe’
dc_local_interfaces=‘’
dc_readhost=‘’
dc_relay_domains=‘’
dc_minimaldns=‘false’
dc_relay_nets=‘’
dc_smarthost=‘’
CFILEMODE=‘644’
dc_use_split_config=‘false’
dc_hide_mailname=‘’
dc_mailname_in_oh=‘true’
dc_localdelivery=‘mail_spool’
head -n20 /etc/exim4/exim4.conf.template
#####################################################
### main/01_exim4-config_listmacrosdefs
#####################################################
######################################################################
# Runtime configuration file for Exim 4 (Debian Packaging)
######################################################################
######################################################################
# /etc/exim4/exim4.conf.template is only used with the non-split
# configuration scheme.
# /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs is only used
# with the split configuration scheme.
# If you find this comment anywhere else, somebody copied it there.
# Documentation about the Debian exim4 configuration scheme can be
# found in /usr/share/doc/exim4-base/README.Debian.gz.
######################################################################
######################################################################
# MAIN CONFIGURATION SETTINGS
######################################################################
grep -Ev '^#|^$' /etc/dovecot/dovecot.conf
protocols = imap pop3
listen = *, ::
base_dir = /run/dovecot/
login_greeting = Mail Delivery Agent
!include conf.d/*.conf
!include_try conf.d/domains/\*.conf
service stats {
unix_listener stats-writer {
group = mail
mode = 0660
user = dovecot
}
}
namespace {
type = private
separator = /
inbox = yes
list = yes
mailbox Archive {
auto = subscribe
special_use = \\Archive
}
mailbox Drafts {
auto = subscribe
special_use = \\Drafts
}
mailbox Trash {
auto = subscribe
special_use = \\Trash
}
mailbox “Deleted Messages” {
auto = no
special_use = \\Trash
}
mailbox Spam {
auto = subscribe
special_use = \\Junk
}
mailbox Junk {
auto = no
special_use = \\Junk
}
mailbox Sent {
auto = subscribe
special_use = \\Sent
}
mailbox “Sent Mail” {
auto = no
special_use = \\Sent
}
mailbox “Sent Messages” {
auto = no
special_use = \\Sent
}
}
exim -bp
root@epsmoyobamba:\~# exim -bp
root@epsmoyobamba:\~#