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
  • Search

What Hostname to keep for Ideal Mail Delivery

General questions about VestaCP
Post Reply
  • Print view
Advanced search
20 posts
  • Previous
  • 1
  • 2
sanna
Posts: 53
Joined: Thu Feb 12, 2015 11:54 am

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by sanna » Wed Feb 25, 2015 4:21 pm

sim wrote:
affari@ mclink.it
did you really left blank space?
no no :) , thanks
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by mehargags » Wed Feb 25, 2015 5:40 pm

the remote SMTP is rejecting the incoming mail from your Server.
check
1. SPF ->
2. rDNS and make a Forward looking A record for the same
3. Setup DKIM for your domain
4. Check your IP on RBLs
Top

sanna
Posts: 53
Joined: Thu Feb 12, 2015 11:54 am

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by sanna » Wed Feb 25, 2015 9:34 pm

mehargags wrote:the remote SMTP is rejecting the incoming mail from your Server.
check
1. SPF ->
2. rDNS and make a Forward looking A record for the same
3. Setup DKIM for your domain
4. Check your IP on RBLs
thanks for help me.
I dont understand, I need to check all of these ?
I want only the email from Vesta CP panels,notifications ecc.. not a mail server
When I install it, asked only a email for "You can also check your mailbox just to ensure the password is delivered and mail server (Exim) works properly on your server." I need only this
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by mehargags » Thu Feb 26, 2015 10:15 am

Sanna,

you need to learn the basics of Email Delivery if you got to own a Server and maintain it yourself.
Please read on some good articles on this... and I can tell you it isn't hard if you are determined to learn.

If thats too much for you, sign up for Mandrill/SendGrid and relay your server's mails to them. They give you 12,000 mails a month free which I presume should be good for you to start with. They will ensure the mails are delivered to the recipients properly.

There are several threads for this, including mine! for the SMTP Relay.. pls read them through.

If you are still not able to set it up, consider hiring someone and set it up for a reasonable cost.
Top

sanna
Posts: 53
Joined: Thu Feb 12, 2015 11:54 am

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by sanna » Thu Feb 26, 2015 11:49 am

mehargags wrote:Sanna,

you need to learn the basics of Email Delivery if you got to own a Server and maintain it yourself.
Please read on some good articles on this... and I can tell you it isn't hard if you are determined to learn.

If thats too much for you, sign up for Mandrill/SendGrid and relay your server's mails to them. They give you 12,000 mails a month free which I presume should be good for you to start with. They will ensure the mails are delivered to the recipients properly.

There are several threads for this, including mine! for the SMTP Relay.. pls read them through.

If you are still not able to set it up, consider hiring someone and set it up for a reasonable cost.
ah ok , thanks mehargags, but when you install Vesta CP ,asks only a email account , to send the login and password, not asks to have a mail server for SMTP of this email message and the future notifications.
Top

mehargags
Support team
Posts: 1096
Joined: Sat Sep 06, 2014 9:58 pm
Contact:
Contact mehargags
Website Skype

Os: Debian 8x
Web: apache + nginx
Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by mehargags » Thu Feb 26, 2015 10:55 pm

Again Sanna,

This is a SERVER that you are configuring... it has an Email Server (Exim) installed in itself and has an SMTP running on itself to send out mails.

Brother...you really need to learn some basics before you OWN a Server... Please !!
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by skurudo » Fri Feb 27, 2015 6:39 am

Sanna, you get one error - [email protected]: Unrouteable address

Make sure that your hostname is a fully qualified domain.

Code: Select all

hostname

hostname -i
Top

sanna
Posts: 53
Joined: Thu Feb 12, 2015 11:54 am

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by sanna » Fri Feb 27, 2015 11:55 am

skurudo wrote:Sanna, you get one error - [email protected]: Unrouteable address

Make sure that your hostname is a fully qualified domain.

Code: Select all

hostname

hostname -i
[root@srv1 ~]# hostname
srv1.iacserver.com

[root@srv1 ~]# hostname -i
104.194.14.77

thanks Skurudo
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by skurudo » Fri Feb 27, 2015 1:44 pm

[quote="sanna"
[root@srv1 ~]# hostname
srv1.iacserver.com
[root@srv1 ~]# hostname -i
104.194.14.77
thanks Skurudo[/quote]

Too early for thanking ;-)

$ host srv1.iacserver.com
Host srv1.iacserver.com not found: 3(NXDOMAIN)

Whaaaat? ;-)

What's in your /etc/hosts ?
Top

sanna
Posts: 53
Joined: Thu Feb 12, 2015 11:54 am

Re: What Hostname to keep for Ideal Mail Delivery
  • Quote

Post by sanna » Fri Feb 27, 2015 3:09 pm

skurudo wrote:[quote="sanna"
[root@srv1 ~]# hostname
srv1.iacserver.com
[root@srv1 ~]# hostname -i
104.194.14.77
thanks Skurudo
Too early for thanking ;-)

$ host srv1.iacserver.com
Host srv1.iacserver.com not found: 3(NXDOMAIN)

Whaaaat? ;-)

What's in your /etc/hosts ?[/quote]

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
104.194.14.77 srv1.iacserver.com srv1

I need one more line ?
like : 127.0.1.1 hostname.yourdomain.tld hostname
Top


Post Reply
  • Print view

20 posts
  • Previous
  • 1
  • 2

Return to “General Discussion”



  • 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