PakOgah escribió:
Miguel A. Velasco wrote:
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 with 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
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 ?

Thanks all for your collaboration.
Miguel A. Velasco


---------------------------------------------------------------------
    QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


I´ve installed CentOS with qmailtoaster following the wiki.qmailtoaster instrucctions. The only thing I haven´t installed yet is Domainkeys.
That´s what I see when I type the following commands:

[EMAIL PROTECTED] smtp]# netstat -pant | grep -i 25
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 2690/tcpserver
[EMAIL PROTECTED] smtp]# netstat -pant | grep -i 110
tcp 0 0 0.0.0.0:110 0.0.0.0:* LISTEN 2699/tcpserver

[EMAIL PROTECTED] users]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>

[EMAIL PROTECTED] 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

[EMAIL PROTECTED] bin]# netstat -a | grep smtp
tcp 0 0 *:smtp *:* LISTEN
[EMAIL PROTECTED] 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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to