Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion Debian/Ubuntu
  • Search

STMPS/IMAPS certificate/hostname?

Debian/Ubuntu related topics
Locked
  • Print view
Advanced search
2 posts • Page 1 of 1
WilliamSI
Posts: 2
Joined: Sun Apr 06, 2014 4:42 pm

STMPS/IMAPS certificate/hostname?

Post by WilliamSI » Mon Apr 07, 2014 1:52 pm

Hello,

I'd like to use IMAP and SMTP via SSL (and best case perfect forward secrecy, postfix should support that) - Does Vesta install any certificates for this by default and how can they be replaced?
I'd also need to setup the mailserver hostname, just edit postfix conf?
Top

MyKEcz
Posts: 18
Joined: Fri Apr 04, 2014 8:30 am

Re: STMPS/IMAPS certificate/hostname?

Post by MyKEcz » Mon Apr 07, 2014 5:39 pm

Hostname should be same as server fqdn hostname.

I don't have any responsibility for harm of your server and services...

Set server hostname:
# echo "server01.example.com" > /etc/hostname
Then edit and point your new hostname to servers public IP (don't remove 127.0.0.1 localhost, just edit second line):
# nano /etc/hosts
.
.
192.168.1.100 server01.example.com server01
.
.
Run SH:
# /etc/init.d/hostname.sh start
Now you should see:
# hostname
server01.example.com
# hostname -f
server01.example.com
Reboot may be required.
Exim4 takes hostname from system, but postfix must be configured (VestaCP has default MTA Exim4).
Top


Locked
  • Print view

2 posts • Page 1 of 1

Return to “Debian/Ubuntu”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password