Miguel A. Velasco
2007-08-29 12:42:05 UTC
Hello, I´d like to know where may I configure my POP3 and SMTP Server
in qmailtoaster please. I´ve installed all correctly in a CentOS 5.0
distribution
what you have installed correctly? the CentOS 5 only or CentOS 5 within qmailtoaster please. I´ve installed all correctly in a CentOS 5.0
distribution
qmailtoaster ?
but now I don´t find the way to configure my "pop.mydomain.com" &
"smtp.mydomain.com" in the email server.
type netstat -pant and check if port 110 and 25 is open. or you can type"smtp.mydomain.com" in the email server.
telnet localhost 110 or telnet localhost 25
to make sure pop3 and smtp service is running
I´ve been reading information in qmailadmin and qmail docs but I don´t
know how to do it.
have you read qmailtoaster wiki on wiki.qmailtoaster.com ?know how to do it.
Thanks all for your collaboration.
Miguel A. Velasco
---------------------------------------------------------------------Miguel A. Velasco
QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
instrucctions. The only thing I haven´t installed yet is Domainkeys.
That´s what I see when I type the following commands:
[***@lorca smtp]# netstat -pant | grep -i 25
tcp 0 0 0.0.0.0:25 0.0.0.0:*
LISTEN 2690/tcpserver
[***@lorca smtp]# netstat -pant | grep -i 110
tcp 0 0 0.0.0.0:110 0.0.0.0:*
LISTEN 2699/tcpserver
[***@lorca users]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK <***@lorca.mydomain.es>
[***@lorca users]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
220 lorca.mydomain.es - Welcome to Qmail Toaster Ver. 1.3 SMTP Server ESMTP
[***@lorca bin]# netstat -a | grep smtp
tcp 0 0 *:smtp *:*
LISTEN
[***@lorca bin]# netstat -a | grep pop
tcp 0 0 *:pop3s *:*
LISTEN
tcp 0 0 *:pop3 *:*
LISTEN
I´ve been reading the wiki and the only thing I´ve seen about POP and
SMTP server is the file /var/qmail/control/smtproutes. But I write my
domain inside, restart Qmail and it doesn´t work. All local messages
delivery OK, but not external messages, that´s my problem.
Thans all for your attention.
Miguel A. Velasco
---------------------------------------------------------------------
QmailToaster hosted by: VR Hosted <http://www.vr.org>