mail.mysite.com for smtp

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
kkonline
Forum Contributor
Posts: 251
Joined: Thu Aug 16, 2007 12:54 am

mail.mysite.com for smtp

Post by kkonline »

Hi,
For configuring mail.mysite.com as a smtp server so as tom send mails using it on port 25. Do i need to create a subdomain with "mail" and if so what shal be ip address that should be mapped to ip. Th ip address of the vps hosting or of that of domain name as ns1.domaincompany.com.

The issue is that I am not able to ping mail.myite.com ; I have installed postfix

Code: Select all

debian:/var/www/ispconfig# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 mail.mysite.com ESMTP Postfix (Debian/GNU)
ehlo localhost
250-mail.mysite.com
250-PIPELINING
250-SIZE 10240000
250-VRFY
250-ETRN
250-STARTTLS
250-AUTH LOGIN PLAIN
250-AUTH=LOGIN PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
 
User avatar
ghurtado
Forum Contributor
Posts: 334
Joined: Wed Jul 23, 2008 12:19 pm

Re: mail.mysite.com for smtp

Post by ghurtado »

The IP of your host, ie: the IP of your website.
Post Reply