Current time: 09-28-2024, 09:43 PM 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: #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
Post Reply 


Messages In This Thread
SMTP Problem - se2bass - 11-06-2009, 01:34 AM
RE: SMTP Problem - ZooL - 11-06-2009, 02:28 AM
RE: SMTP Problem - se2bass - 11-06-2009, 03:16 AM
RE: SMTP Problem - joximu - 11-06-2009, 06:12 AM
RE: SMTP Problem - ZooL - 11-06-2009, 07:27 AM
RE: SMTP Problem - se2bass - 11-07-2009 07:50 AM
RE: SMTP Problem - joximu - 11-07-2009, 10:09 PM

Forum Jump:


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