Page 1 of 1
Mailserver tot
Posted: 2006-11-16 20:08
by bardens
Seit gestern ist mein Mailserver (pretago vserver, debian, postfix) tot:
- SMTP-Zugang wird verweigert
- Mails werden ohne Fehlermeldung verschluckt
Fehlermeldung in mail.log: postfix/postfix-script: fatal: The Postfix mail system is not running
postfix start => starting the Postfix mail system
postfix stop => fatal: the Postfix mail system is not running
system reboot bringt auch nichts.
Ich habe in den letzten Tagen nichts an der Konfiguration geändert.
Was tun :-((( ?
Danke für jede Hilfe
Re: Mailserver tot
Posted: 2006-11-16 20:25
by Roger Wilco
Schau in deine Logs! Da muss mehr drinstehen, als die eine Meldung...
Re: Mailserver tot
Posted: 2006-11-16 21:08
by bardens
welche Logs soll ich zitieren?
Re: Mailserver tot
Posted: 2006-11-16 21:10
by tcsoft
oder, um die meinung von anscheinend vielen hier im forum zu vertreten, das:
besorg dir für deine spam-schleuder einen postfix-gott/guru - am besten einer der entwickler! preis: 100euro/h
Re: Mailserver tot
Posted: 2006-11-16 22:20
by Roger Wilco
bardens wrote:welche Logs soll ich zitieren?
Die relevanten. Im Zweifel findest du die mit `grep postfix /var/log/*`. Wenn wirklich nichts Weiteres in den Logs steht, erhöhe das Loglevel von Postfix bzw. füge den Parameter "-v" in der master.cf bei den Prozessen (smtpd, qmgr usw.) hinzu.
Re: Mailserver tot
Posted: 2006-11-16 22:59
by sledge0303
tcsoft wrote:oder, um die meinung von anscheinend vielen hier im forum zu vertreten, das:
besorg dir für deine spam-schleuder einen postfix-gott/guru - am besten einer der entwickler! preis: 100euro/h
was soll denn jetzt der Spruch? Wo steht denn das er eine Spamschleuder betreibt?
Ein "toter" Mailserver wird garantiert SPAM versenden, das wird dir jeder 13jährige Aushilfsadmin für 10,00€/Woche bestätigen...
Re: Mailserver tot
Posted: 2006-11-16 23:32
by lucki2
Naja, wenn der Postfix nicht hochkommt, kann es nichts in die Logs schreiben.
Jetzt wirds schwieriger.
Ein Weg an Informationen zu kommen ist tracen und das geht so:
Das rcscript packen. Es kopieren(wirklich)! In dem kopierten rcscript rumbessern(das Original nicht ändern!), evtl Kommandos per Hand ausführen, bis Du einen Fehler findest. Es geht darum einen Hinweis zu bekommen *warum* er nicht starten mag. --quiet oder so was raus. verbose schalten, ... bring das Ding irgendwie dazu Dir was zu sagen.
Re: Mailserver tot
Posted: 2006-11-16 23:39
by Joe User
Code: Select all
/etc/init.d/postfix start; sleep 10; tail -n 40 /var/log/mail.log
Re: Mailserver tot
Posted: 2006-11-17 10:13
by bardens
/etc/init.d/postfix start; sleep 10; tail -n 40 /var/log/mail.log
ich bekomme als Ergebnis:
Code: Select all
Nov 14 20:59:25 pv212 postfix/smtpd[26167]: warning: support for restriction "check_relay_domains" will be removed from Postfix; use "reject_unauth_destination" instead
Nov 14 20:59:25 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <mjmathes@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<mjmathes@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:25 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <fedete@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<fedete@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:25 pv212 postfix/smtpd[24043]: NOQUEUE: reject: RCPT from 0x573190f3.bynxx12.adsl-dhcp.tele.dk[87.49.144.243]: 550 <darinmac@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<emailnotif@ebay.com> to=<darinmac@mainedomain.de> proto=SMTP helo=<0x573190f3.bynxx12.adsl-dhcp.tele.dk>
Nov 14 20:59:25 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <rsoderman@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<rsoderman@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:25 pv212 postfix/smtpd[26174]: warning: connect #2 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:25 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <bweigan@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<bweigan@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:26 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <floorstain@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<floorstain@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:26 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <earoyo@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<earoyo@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:26 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <go82@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<go82@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:26 pv212 postfix/smtpd[24043]: NOQUEUE: reject: RCPT from 0x573190f3.bynxx12.adsl-dhcp.tele.dk[87.49.144.243]: 550 <opballed550xivmmhm@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<emailnotif@ebay.com> to=<opballed550xivmmhm@mainedomain.de> proto=SMTP helo=<0x573190f3.bynxx12.adsl-dhcp.tele.dk>
Nov 14 20:59:26 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <frostpac@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<frostpac@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:26 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <cryzw@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<cryzw@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:27 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <daleng@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<daleng@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:27 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <diboth109mobwlwn@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<diboth109mobwlwn@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:27 pv212 postfix/smtpd[24043]: NOQUEUE: reject: RCPT from 0x573190f3.bynxx12.adsl-dhcp.tele.dk[87.49.144.243]: 550 <joined@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<emailnotif@ebay.com> to=<joined@mainedomain.de> proto=SMTP helo=<0x573190f3.bynxx12.adsl-dhcp.tele.dk>
Nov 14 20:59:28 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <bvtcwoh@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<bvtcwoh@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:28 pv212 postfix/smtpd[24043]: NOQUEUE: reject: RCPT from 0x573190f3.bynxx12.adsl-dhcp.tele.dk[87.49.144.243]: 550 <freedelivery@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<emailnotif@ebay.com> to=<freedelivery@mainedomain.de> proto=SMTP helo=<0x573190f3.bynxx12.adsl-dhcp.tele.dk>
Nov 14 20:59:29 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <krazeelp@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<krazeelp@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:31 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <cknapo@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<cknapo@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:31 pv212 postfix/smtpd[24043]: disconnect from 0x573190f3.bynxx12.adsl-dhcp.tele.dk[87.49.144.243]
Nov 14 20:59:32 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <fllemij@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<fllemij@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:33 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <ml37@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<ml37@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:34 pv212 postfix/smtpd[26016]: NOQUEUE: reject: RCPT from 81-202-9-228.user.ono.com[81.202.9.228]: 550 <py45@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<reference_id_0826860ib@sparkasse.de> to=<py45@mainedomain.de> proto=SMTP helo=<81-202-9-228.user.ono.com>
Nov 14 20:59:34 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <ya49@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<ya49@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:35 pv212 postfix/smtpd[26016]: disconnect from 81-202-9-228.user.ono.com[81.202.9.228]
Nov 14 20:59:35 pv212 postfix/smtpd[26174]: warning: connect #3 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:35 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <jy53r@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<jy53r@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:36 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <dtgallegos@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<dtgallegos@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:38 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <kayceeshah@mainedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<kayceeshah@mainedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:40 pv212 postfix/smtpd[26167]: too many errors after RCPT from unknown[87.110.96.167]
Nov 14 20:59:40 pv212 postfix/smtpd[26167]: disconnect from unknown[87.110.96.167]
Nov 14 20:59:45 pv212 postfix/smtpd[26174]: warning: connect #4 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:55 pv212 postfix/smtpd[26174]: warning: connect #5 to subsystem private/proxymap: Cannot allocate memory
Nov 14 21:00:11 pv212 postfix/master[16153]: fatal: socket: Cannot allocate memory
Nov 15 09:52:19 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Nov 15 10:04:28 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Nov 15 09:23:56 pv212 postfix/sendmail[32599]: warning: premature end-of-input on /usr/sbin/postdrop -r while reading input attribute name
Nov 15 09:23:56 pv212 postfix/sendmail[32599]: fatal: dietrich@mainedomain.de(641): unable to execute /usr/sbin/postdrop -r: Success
Nov 15 09:33:43 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Außerdem der Auszug von mail.log beim Aussteigen:
Code: Select all
Nov 14 20:59:35 pv212 postfix/smtpd[26016]: disconnect from 81-202-9-228.user.ono.com[81.202.9.228]
Nov 14 20:59:35 pv212 postfix/smtpd[26174]: warning: connect #3 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:35 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <jy53r@meinedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<jy53r@meinedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:36 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <dtgallegos@meinedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<dtgallegos@meinedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:38 pv212 postfix/smtpd[26167]: NOQUEUE: reject: RCPT from unknown[87.110.96.167]: 550 <kayceeshah@meinedomain.de>: Recipient address rejected: User unknown in virtual alias table; from=<info@ebay.de> to=<kayceeshah@meinedomain.de> proto=SMTP helo=<WAIWARI>
Nov 14 20:59:40 pv212 postfix/smtpd[26167]: too many errors after RCPT from unknown[87.110.96.167]
Nov 14 20:59:40 pv212 postfix/smtpd[26167]: disconnect from unknown[87.110.96.167]
Nov 14 20:59:45 pv212 postfix/smtpd[26174]: warning: connect #4 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:55 pv212 postfix/smtpd[26174]: warning: connect #5 to subsystem private/proxymap: Cannot allocate memory
Nov 14 21:00:11 pv212 postfix/master[16153]: fatal: socket: Cannot allocate memory
Nov 15 09:52:19 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Nov 15 10:04:28 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Nov 15 09:23:56 pv212 postfix/sendmail[32599]: warning: premature end-of-input on /usr/sbin/postdrop -r while reading input attribute name
Nov 15 09:23:56 pv212 postfix/sendmail[32599]: fatal: dietrich@meinedomain.de(641): unable to execute /usr/sbin/postdrop -r: Success
Nov 15 09:33:43 pv212 postfix/postfix-script: fatal: the Postfix mail system is not running
Hilft das weiter?[/code]
Re: Mailserver tot
Posted: 2006-11-17 10:24
by captaincrunch
Nov 14 20:59:45 pv212 postfix/smtpd[26174]: warning: connect #4 to subsystem private/proxymap: Cannot allocate memory
Nov 14 20:59:55 pv212 postfix/smtpd[26174]: warning: connect #5 to subsystem private/proxymap: Cannot allocate memory
Nov 14 21:00:11 pv212 postfix/master[16153]: fatal: socket: Cannot allocate memory
Fragen, Kienzle?
Re: Mailserver tot
Posted: 2006-11-17 10:27
by sledge0303
cat /proc/user_beancounters
Wie viel Speicher hat dir denn zugesichert?
Hab mal die Leistungen des Anbieters überflogen, 9.95€ für eine Neuinstallation ...
Re: Mailserver tot
Posted: 2006-11-17 10:38
by bardens
sledge0303 wrote:Wie viel Speicher hat dir denn zugesichert?
Arbeitsspeicher=Standard 8O
Re: Mailserver tot
Posted: 2006-11-17 10:45
by sledge0303
cat /proc/user_beancounters
Poste mal die Ausgabe, bitte. Dann sehen wir mal weiter...
Re: Mailserver tot
Posted: 2006-11-17 11:22
by bardens
Code: Select all
Version: 2.5
uid resource held maxheld barrier limit failcnt
23109: kmemsize 3870909 3882110 12582912 14680064 0
lockedpages 0 0 344 344 0
privvmpages 17080 17134 65536 67072 0
shmpages 3215 3215 19567 19567 0
dummy 0 0 0 0 0
numproc 41 41 128 128 74
physpages 5462 5462 0 2147483647 0
vmguarpages 0 0 24576 2147483647 0
oomguarpages 6108 6108 24576 2147483647 0
numtcpsock 12 12 128 128 0
numflock 3 3 224 246 0
numpty 4 4 16 16 0
numsiginfo 0 0 256 256 0
tcpsndbuf 14016 14016 1416560 2768240 0
tcprcvbuf 0 1312 1416560 2768240 0
othersockbuf 65408 65408 655717 1153621 0
dgramrcvbuf 0 0 132096 132096 0
numothersock 35 35 128 128 145739
dcachesize 637328 642208 3002127 3032191 0
numfile 1435 1435 2500 2500 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
numiptent 14 14 64 64 0
Re: Mailserver tot
Posted: 2006-11-17 11:49
by sledge0303
Was den Speicher angeht, hast du 256MB unter der "Haube" und kannst bis maximal 262MB bekommen (privvmpages=65536/256)
Du hast aber hier eine Menge Fehler/Failures:
Code: Select all
numproc:
Maximum number of processes and kernel-level threads allowed for this Virtual Environment
Code: Select all
numothersock
Maximum number of non-TCP sockets
Was läuft den alles auf der Kiste? mod_sec für Apachen? PHP als Modul/CGI? Foren?
Vserver sind gut für eine eigene Homepage, für mehr aber auch nicht!
Hier kannst was darüber nachlesen:
http://wiki.openvz.org/Numproc
Re: Mailserver tot
Posted: 2006-11-17 13:16
by bardens
Was läuft den alles auf der Kiste? mod_sec für Apachen? PHP als Modul/CGI? Foren?
Vserver sind gut für eine eigene Homepage, für mehr aber auch nicht!
Außer Apache und dem Mailserver (POP3-Postfächer) nutze ich nur marginal PHP. Das kann es nicht sein.
Ich hatte schon 2 oder 3 Mal Probleme mit Postfix, war aber durch einen simplen reboot zu beseitigen.[/quote]
Re: Mailserver tot
Posted: 2006-11-17 13:18
by Joe User
Poste mal ein "ps auxf" oder "pstree" und ein "free -m".
Re: Mailserver tot
Posted: 2006-11-17 13:35
by bardens
ps auxf:
Code: Select all
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 1532 524 ? Ss Nov16 0:00 init [2]
root 28671 0.0 0.0 1724 636 ? Ss Nov16 0:00 /sbin/syslogd
root 29706 0.0 0.0 1900 744 ? S Nov16 0:00 /usr/sbin/inetutils-inetd
root 29743 0.0 0.0 2584 1204 ? S Nov16 0:00 /bin/sh /usr/bin/mysqld_safe
mysql 29809 0.0 0.1 28512 5360 ? S Nov16 0:00 _ /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking --port=3306 --socket=/var/run/mysqld/mysqld.sock
root 29810 0.0 0.0 1516 448 ? S Nov16 0:00 _ logger -p daemon.err -t mysqld_safe -i -t mysqld
root 29921 0.0 0.0 6652 1292 ? Ss Nov16 0:00 /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd/mux
root 29925 0.0 0.0 6652 1292 ? S Nov16 0:00 _ /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd/mux
root 29926 0.0 0.0 6652 1292 ? S Nov16 0:00 _ /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd/mux
root 29927 0.0 0.0 6652 1292 ? S Nov16 0:00 _ /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd/mux
root 29928 0.0 0.0 6652 1292 ? S Nov16 0:00 _ /usr/sbin/saslauthd -a pam -m /var/spool/postfix/var/run/saslauthd/mux
root 29937 0.0 0.0 4884 1692 ? Ss Nov16 0:00 /usr/sbin/sshd
root 3791 0.0 0.0 7804 2372 ? Ss 10:15 0:00 _ sshd: root@pts/3
root 3796 0.0 0.0 3080 1684 pts/3 Ss+ 10:15 0:00 | _ -bash
root 5268 0.0 0.0 7640 2300 ? Ss 10:17 0:00 _ sshd: root@notty
root 5466 0.0 0.0 4600 1332 ? Ss 10:19 0:00 | _ /usr/lib/openssh/sftp-server
root 3588 0.0 0.0 7788 2380 ? Ss 12:16 0:00 _ sshd: root@notty
root 5125 0.0 0.0 4692 1492 ? Ss 12:17 0:00 | _ /usr/lib/openssh/sftp-server
root 11797 0.0 0.0 7644 2364 ? Ss 12:27 0:00 _ sshd: root@pts/0
root 11869 0.0 0.0 3080 1684 pts/0 Ss 12:28 0:00 _ -bash
root 13404 0.0 0.0 2536 852 pts/0 R+ 12:29 0:00 _ ps auxf
root 29942 0.0 0.0 3472 736 ? Ss Nov16 0:00 /usr/sbin/vsftpd
root 29952 0.0 0.0 3068 972 ? Ss Nov16 0:07 /usr/sbin/dovecot
root 29977 0.0 0.0 6060 1592 ? S Nov16 0:01 _ dovecot-auth
dovecot 29978 0.0 0.0 3064 1296 ? S Nov16 0:02 _ imap-login
dovecot 29980 0.0 0.0 3064 1280 ? S Nov16 0:02 _ imap-login
dovecot 29981 0.0 0.0 3056 1516 ? S Nov16 0:02 _ pop3-login
dovecot 30012 0.0 0.0 3060 1392 ? S Nov16 0:02 _ pop3-login
dovecot 22118 0.0 0.0 3068 1356 ? S Nov16 0:02 _ imap-login
root 29966 0.0 0.0 1816 892 ? Ss Nov16 0:00 /usr/sbin/cron
root 29984 0.0 0.1 10620 4868 ? Ss Nov16 0:00 /usr/sbin/apache2 -k start -DSSL
root 29986 0.0 0.0 3252 1264 ? S Nov16 0:00 _ /usr/bin/perl /root/confixx/pipelog.pl
www-data 32562 0.0 0.1 10620 5136 ? S 12:14 0:00 _ /usr/sbin/apache2 -k start -DSSL
www-data 32693 0.0 0.1 10624 5172 ? S 12:14 0:00 _ /usr/sbin/apache2 -k start -DSSL
und free -m
Code: Select all
total used free shared buffers cached
Mem: 3924 3330 594 0 98 1015
-/+ buffers/cache: 2216 1707
Swap: 14998 2025 12972
Re: Mailserver tot
Posted: 2006-11-18 13:59
by bardens
Nachdem auch mit apt-get und aptitude nichts zu machen ist, habe ich eine Neuinstallation veranlaßt.
Danke für die ausführliche und nette Hilfe!!! :-D