Current time: 05-23-2024, 03:56 AM Hello There, Guest! (LoginRegister)


Post Reply 
SMTP Problem
Author Message
se2bass Offline
Development Team - Junior
*****
Dev Team

Posts: 133
Joined: May 2009
Reputation: 7
Post: #1
SMTP Problem
Hallo Leute,
Ich habe ein Problem bzg. ispCP 1.0.2 und SMTP.

Code:
Server Details:
Virtueller Server
50 GB Speicher
1024 MB RAM (Laut "free")

Ich habe eine Firsche insterlation von Debian Lenny gemacht und darauf wie in der Documentation beschrieben ispCP 1.0.2 insterliert.
Nach dem Login habe ich das Datenbankupdate gemacht, danach habe ich auf den Server Status geschaut und SMTP ist DOWN ...

Habe die master.cf gecheck die Platzhalter wurden ersetzt ...

Wenn ich Postfix starte sagt er das wäre erfolgreich aber wenn ich ihn dann nochmal starte kommt kein Fehler wegen das er schon laufen würde. Außerdem finde ich wenn ich "top" eingebe keinen Prozess der Postfix heißt ...

Was soll ich tun ?

Gruß
se2bass
11-06-2009 01:34 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #2
RE: SMTP Problem
hatte dir ja schon gesagt mehr infos... dann kann jemand helfen ohne log einträge keine hilfe.. please read...this

http://www.isp-control.net/forum/thread-2428.html
(This post was last modified: 11-06-2009 02:28 AM by ZooL.)
11-06-2009 02:28 AM
Visit this user's website Find all posts by this user Quote this message in a reply
se2bass Offline
Development Team - Junior
*****
Dev Team

Posts: 133
Joined: May 2009
Reputation: 7
Post: #3
RE: SMTP Problem
Ja ich hab dir auch geantwortet, welche Logs braucht ihr ich weiss net welche ihr da braucht ^^
11-06-2009 03:16 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #4
RE: SMTP Problem
/var/log/mail.* - aber nur der Schluss - wo was spannendes zum Start steht...

/J
11-06-2009 06:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #5
RE: SMTP Problem
genau Wink
11-06-2009 07:27 AM
Visit this user's website Find all posts by this user Quote this message in a reply
se2bass Offline
Development Team - Junior
*****
Dev Team

Posts: 133
Joined: May 2009
Reputation: 7
Post: #6
RE: SMTP Problem
In der mail.log steht folgendes zum Start:
Code:
Nov  6 22:49:49 kmxxxxxx-xx postfix/master[25867]: fatal: bind 0.0.0.0 port 25: Address already in use

Wo kann ich die falsche IP ändern und wie kommt diese zu stande ?

Gruß
se2bass
So hab das mit tomdooley und Google gelöst Smile

Code:
netstat -na|grep 25
Code:
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:12525         0.0.0.0:*             LISTEN

Dann habe ich über:
Code:
netstat -npl
Code:
1759/named
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN

Das heißt ja Bind wäre auf Post 25 Listen ? *lol*

Dann habe ich gelesen das Senmail schuld sein könnte und tomdooley hat mir folgendes geschreiben:
Code:
ps aux |grep sendmail
Code:
root      5928  0.0  0.0   8284   944 ?        Ss   22:26   0:00 sendmail: MTA: accepting connections
root     13366  0.0  0.0   1716   504 pts/0    S+   23:04   0:00 grep sendmail

Das heißt wohl das sendmail läuft Sad *grrr*

Code:
/etc/init.d/sendmail stop
Code:
aptitude remove sendmail
Code:
/etc/init.d/postfix restart

Jetzt läufts Smile

Gruß
se2bass

:Closed:
(This post was last modified: 11-07-2009 08:11 AM by se2bass.)
11-07-2009 07:50 AM
Find all posts by this user Quote this message in a reply
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: SMTP Problem
"netstat -tulpe"

ist sonst auch ganz informativ (und gut zu merken, wnen man die Blumen aus Holland kennt Big Grin)
11-07-2009 10:09 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)