Hello
sorry to bother and thanks for your great work with myvesta.
I created a server and installed myvesta, so admin is working in domain.com
Then I created a user admin2, inside this user i created a new domain domain2.com from where i send emails.
But, in order to access to webmail i need to use " domain.com/webmail " (i am not able to access via domain2.com/webmail)
And, when configuring the mail client it is not identifying the smtp (mail.domain2.com)
Can you please advice?
Apply hostname SSL from other domain (and make it hostname)
for webmail - viewtopic.php?f=7&t=37
for imap/smtp:
- change hostname to domain2.com - viewtopic.php?f=23&t=194
then, in your SSH as root:
for imap/smtp:
- change hostname to domain2.com - viewtopic.php?f=23&t=194
then, in your SSH as root:
Code: Select all
HOSTNAME='domain2.com'
USER=$(v-search-domain-owner $HOSTNAME)
v-update-host-certificate "$USER" "$HOSTNAME"
For multiple SSLs see - viewtopic.php?f=16&t=57