dragon001
New Member
Hab jetzt ein kleines problem:
Ich hab einen vServer mit Confixx laufen.
Als OS ist Debian installiert.
Alles funktioniert gut.
Einziges Problem:
Mail popa3d läuft nicht auf port 110.
hier ein portscan:
der popa3d läuft standart gemäß via xinetd
die config von xinetd:
# default: off
# description: The POP3 service allows remote users to access their mail
# using an POP3 client such as Netscape Communicator, mutt,
# or fetchmail.
service pop3
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/popa3d
# log_on_success += USERID
# log_on_failure += USERID
disable = no
}
# default: off
# description: The POP3S service allows remote users to access their mail
# using an POP3 client with SSL support such as fetchmail.
service pop3s
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/stunnel
server_args = -s root -l /usr/sbin/popa3d -- popa3d
log_on_success += USERID
log_on_failure += USERID
disable = no
}
includedir /etc/xinetd.d/
Bin mit meinem latein am ende.
Ist auch sehr dringend, da mir die kunden im genick sitzen.
MFG
draco
Ich hab einen vServer mit Confixx laufen.
Als OS ist Debian installiert.
Alles funktioniert gut.
Einziges Problem:
Mail popa3d läuft nicht auf port 110.
hier ein portscan:
Code:
(The 1654 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
21/tcp open ftp
22/tcp open ssh
25/tcp open smtp
53/tcp open domain
80/tcp open http
443/tcp open https
465/tcp open smtps
587/tcp open submission
995/tcp open pop3s
der popa3d läuft standart gemäß via xinetd
die config von xinetd:
# default: off
# description: The POP3 service allows remote users to access their mail
# using an POP3 client such as Netscape Communicator, mutt,
# or fetchmail.
service pop3
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/popa3d
# log_on_success += USERID
# log_on_failure += USERID
disable = no
}
# default: off
# description: The POP3S service allows remote users to access their mail
# using an POP3 client with SSL support such as fetchmail.
service pop3s
{
socket_type = stream
wait = no
user = root
server = /usr/sbin/stunnel
server_args = -s root -l /usr/sbin/popa3d -- popa3d
log_on_success += USERID
log_on_failure += USERID
disable = no
}
includedir /etc/xinetd.d/
Bin mit meinem latein am ende.
Ist auch sehr dringend, da mir die kunden im genick sitzen.
MFG
draco