php.de

Zurück   php.de > Webentwicklung > Server, Hosting und Workstations

Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 25.10.2005, 19:08  
Gast
 
Beiträge: n/a
Standard PHP mails gehen nicht mehr

Hallo!

Betreibe einen root Server unter Suse 9.0.
Nun habe ich folgendes Problem:
Der SMTP tut es. Lässt sich lokal per telnet ansprechen.
Wenn ich das ganze dann per PHP mache, dann geht es auch (Connect zum SMTP Deamon über localhost, dann per SMTP eine Mail verschicke).
Wenn ich aber unter php die mail () funktion benutze, dann geht es nicht. Sollte aber als Standard gehen.

Und das verstehe ich nicht.


Gruß,

Matthias Casper
  Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 25.10.2005, 19:15  
Gast
 
Beiträge: n/a
Standard

hmm.... dann gucken wir mal unter php.net...
da steht: PHP muss während des Kompilierens Zugriff auf die Binärversion von sendmail auf Ihrem Rechner haben. Falls Sie ein anderes Mail-Programm, wie z.B. qmail oder postfix, benutzen, müssen Sie dafür sorgen, dass Sie den passenden, mitgelieferten sendmail-Wrapper verwenden. PHP sucht nach sendmail zunächst im System-PATH und anschließend hier: /usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib. Wir empfehlen, dass sendmail auf Ihrem Rechner im PATH verfügbar ist. Der Benutzer, der PHP kompiliert hat, muss die Berechtigung haben, auf die Binärversion von sendmail zuzugreifen.

Ist das bei dir der Fall?

Gruß,
Jojo

PS: Zu deiner eigenen Sicherheit: benutze ssh nicht telnet, telnet ist so sicher, wie nehm Techniker im Rechenzentrum dein Root-Passwort zu sagen, um deinen Server zu konfigurieren...
  Mit Zitat antworten
Alt 25.10.2005, 20:22  
Gast
 
Beiträge: n/a
Standard

Hy,

sorry aber damit bin ich leider überfragt. PHP ist nicht meine Stärke.
Habe aber in usr/sbin sendmail gefunden.
  Mit Zitat antworten
Alt 25.10.2005, 21:08  
Gast
 
Beiträge: n/a
Standard

war das schon vorinstalliert?
wahrscheinlich. und wenn nicht, wirds wohl nicht nach dem apache draufgekommen sein...
1) wie wendest du mail() an?
2) hast du mal versucht, sendmail direkt von der Konsole aufzurufen?
  Mit Zitat antworten
Alt 25.10.2005, 23:33  
Erfahrener Benutzer
 
Registriert seit: 21.05.2008
Beiträge: 2.039
Sclot befindet sich auf einem aufstrebenden Ast
Standard

schmeiss yast an und mach ein sendmail restart
oder mach einfach nur ein reboot...
ich habs schon oft erlebt, das sendmail so einfach ohne ersichtliche gründe den geist aufgibt

da fällt mir noch ein... schonmal in die sendmail.cfg gescaut?
horror!
Sclot ist offline   Mit Zitat antworten
Alt 26.10.2005, 06:52  
Gast
 
Beiträge: n/a
Standard aw

Jep, sendmail ist der Horror !
Zumindest bei mir und was man so alles hört.
  Mit Zitat antworten
Alt 26.10.2005, 13:27  
Gast
 
Beiträge: n/a
Standard aw

Wegen einem neu boot. Erst nach einem neuen booten ging das php mail nicht mehr. Habe dann den Apache neu aufgesetzt, alle Dienste neu gebootet. Dann ging es wieder. Als ich dann die pop neu gebootet hatte, weil dieser Dienst noch ausstand gingen die pop mails auch wieder (normal halt),aber dafür die php mails wieder nicht.
Hast Du eine Idee was sich lohnt da wieder neu zu booten?
Denn daran liegt es mich Sicherheit ... irgendwie zumindest.
  Mit Zitat antworten
Alt 26.10.2005, 14:02  
Erfahrener Benutzer
 
Registriert seit: 21.05.2008
Beiträge: 2.039
Sclot befindet sich auf einem aufstrebenden Ast
Standard

hö? apache neu "aufsetzten" wenn mails nichtmehr gehen?
sicher das du da einen linux server hast?
hört sich alles sehr nach windows an

was passier denn wenn du den kompletten server neu startest?

alles geht, nur mail() vom apache aus geht nicht mehr?

mhm...
wär klasse wenn du mal die ausgabe von "pstree" und "ps aux" hier rein pastest
Sclot ist offline   Mit Zitat antworten
Alt 26.10.2005, 23:01  
Gast
 
Beiträge: n/a
Standard aw

init-+-agetty
|-antivir
|-authdaemond.pla---5*[authdaemond.pla]
|-bdflush
|-3*[courierlogger]
|-3*[couriertcpd]
|-cron---3*[cron]
|-69*[cronolog]
|-dhcpcd
|-httpd2-prefork---13*[httpd2-prefork]
|-httpd2-prefork-+-23*[cronolog]
| `-10*[httpd2-prefork]
|-keventd
|-khubd
|-2*[kjournald]
|-klogd
|-ksoftirqd_CPU0
|-kswapd
|-kupdated
|-6*[mingetty]
|-mysqld_safe---mysqld---mysqld---mysqld
|-named---named---3*[named]
|-nscd---nscd---5*[nscd]
|-portmap
|-resmgrd
|-spamd
|-sshd---sshd-+-bash---pstree
| `-sshd
|-svscan-+-supervise---qmail-send-+-qmail-clean
| | |-qmail-lspawn
| | |-qmail-rspawn
| | `-splogger
| |-2*[supervise---multilog]
| `-supervise---tcpserver
|-svscanboot-+-readproctitle
| `-svscan
|-syslogd
|-tcpserver
`-xinetd---visasd3---qmail


USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 620 256 ? S Oct18 0:08 init [3]
root 2 0.0 0.0 0 0 ? SW Oct18 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN Oct18 0:00 [ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW Oct18 0:01 [kswapd]
root 5 0.0 0.0 0 0 ? SW Oct18 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW Oct18 0:03 [kupdated]
root 9 0.0 0.0 0 0 ? SW Oct18 0:00 [khubd]
root 10 0.0 0.0 0 0 ? SW Oct18 0:19 [kjournald]
root 72 0.0 0.0 0 0 ? SW Oct18 0:00 [kjournald]
root 450 0.0 0.0 1520 472 ? S Oct18 0:00 /sbin/dhcpcd -H -
root 514 0.0 0.1 1560 624 ? S Oct18 0:09 /sbin/syslogd -a
root 517 0.0 0.3 2352 1504 ? S Oct18 0:00 /sbin/klogd -c 1
root 592 0.0 0.0 1524 496 ? S Oct18 0:00 /sbin/resmgrd
bin 602 0.0 0.1 1524 516 ? S Oct18 0:00 /sbin/portmap
root 637 0.0 0.2 2460 1092 ? S Oct18 0:00 /bin/sh /usr/bin/
mysql 677 0.0 2.9 22832 14496 ? S Oct18 0:02 /usr/sbin/mysqld
mysql 702 0.0 2.9 22832 14496 ? S Oct18 0:04 /usr/sbin/mysqld
mysql 703 0.0 2.9 22832 14496 ? S Oct18 0:12 /usr/sbin/mysqld
named 704 0.0 0.5 11264 2860 ? S Oct18 0:00 /usr/sbin/named -
named 705 0.0 0.5 11264 2860 ? S Oct18 0:02 /usr/sbin/named -
named 706 0.0 0.5 11264 2860 ? S Oct18 0:00 /usr/sbin/named -
named 707 0.0 0.5 11264 2860 ? S Oct18 0:01 /usr/sbin/named -
named 708 0.0 0.5 11264 2860 ? S Oct18 0:00 /usr/sbin/named -
root 749 0.0 0.3 4912 1608 ? S Oct18 0:05 /usr/sbin/sshd -o
vpopmail 932 0.0 4.1 23312 20860 ? S Oct18 0:00 /usr/sbin/spamd -
root 1014 0.0 0.1 1708 708 ? S Oct18 0:02 /usr/sbin/cron
root 1029 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1030 0.0 0.1 12160 636 ? S Oct18 0:02 /usr/sbin/nscd
root 1031 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1032 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1033 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1034 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1035 0.0 0.1 12160 636 ? S Oct18 0:00 /usr/sbin/nscd
root 1052 0.0 2.1 12612 10760 ? S Oct18 0:00 /usr/lib/AntiVir/
root 1056 0.0 0.1 1692 636 tty1 S Oct18 0:00 /sbin/mingetty --
root 1057 0.0 0.1 1692 636 tty2 S Oct18 0:00 /sbin/mingetty tt
root 1058 0.0 0.1 1692 636 tty3 S Oct18 0:00 /sbin/mingetty tt
root 1059 0.0 0.1 1692 636 tty4 S Oct18 0:00 /sbin/mingetty tt
root 1060 0.0 0.1 1692 636 tty5 S Oct18 0:00 /sbin/mingetty tt
root 1061 0.0 0.1 1692 636 tty6 S Oct18 0:00 /sbin/mingetty tt
root 1062 0.0 0.0 1492 488 ttyS0 S Oct18 0:00 /sbin/agetty -L 5
root 1063 0.0 0.2 2456 1040 ? S Oct18 0:00 /bin/sh /command/
root 1065 0.0 0.0 1512 320 ? S Oct18 0:03 svscan /service
root 1066 0.0 0.0 1344 244 ? S Oct18 0:00 readproctitle ser
root 6456 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6457 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6458 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6459 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6460 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6461 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6462 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6463 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6464 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6465 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6466 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6467 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6468 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6469 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6470 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6471 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6472 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6473 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6474 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6475 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6476 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6477 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6478 0.0 0.0 1484 284 ? S Oct18 0:00 /usr/local/visas/
root 6788 0.0 0.1 2184 916 ? S Oct18 0:00 /usr/sbin/xinetd
root 6812 0.0 0.1 1952 564 ? S Oct18 0:07 /usr/lib/courier-
root 6825 0.0 0.1 1588 524 ? S Oct18 0:00 /usr/lib/courier-
root 6826 0.0 0.1 1588 524 ? S Oct18 0:00 /usr/lib/courier-
root 6831 0.0 0.1 1588 524 ? S Oct18 0:00 /usr/lib/courier-
root 6838 0.0 0.0 1484 436 ? S Oct18 0:00 /usr/lib/courier-
root 6839 0.0 0.0 1484 436 ? S Oct18 0:00 /usr/lib/courier-
root 6840 0.0 0.0 1484 436 ? S Oct18 0:00 /usr/lib/courier-
root 6967 0.0 2.2 26932 11020 ? S Oct18 0:04 /usr/sbin/httpd2-
vpopmail 6970 0.0 2.6 28080 13092 ? S Oct18 0:00 /usr/sbin/httpd2-
vpopmail 6971 0.0 2.6 28124 13180 ? S Oct18 0:02 /usr/sbin/httpd2-
vpopmail 6972 0.0 2.8 29208 14408 ? S Oct18 0:03 /usr/sbin/httpd2-
vpopmail 6973 0.0 2.8 28816 13972 ? S Oct18 0:01 /usr/sbin/httpd2-
vpopmail 6974 0.0 2.7 28640 13788 ? S Oct18 0:00 /usr/sbin/httpd2-
vpopmail 7895 0.0 2.7 28724 13924 ? S Oct18 0:02 /usr/sbin/httpd2-
vpopmail 7897 0.0 2.6 28128 13044 ? S Oct18 0:02 /usr/sbin/httpd2-
root 14262 0.0 0.2 3076 1436 ? S Oct18 0:00 visasd3
root 14263 0.0 0.0 0 0 ? Z Oct18 0:00 [qmail] <defunct>
root 14267 0.0 0.0 1512 328 ? S Oct18 0:04 svscan
root 14268 0.0 0.0 1352 292 ? S Oct18 0:00 supervise qmail-s
root 14269 0.0 0.0 1352 292 ? S Oct18 0:00 supervise log
root 14270 0.0 0.0 1352 292 ? S Oct18 0:00 supervise qmail-s
root 14271 0.0 0.0 1352 292 ? S Oct18 0:00 supervise log
qmails 14272 0.0 0.0 1528 392 ? S Oct18 0:00 qmail-send
qmaill 14273 0.0 0.0 1364 288 ? S Oct18 0:00 /usr/local/bin/mu
qmaill 14274 0.0 0.0 1492 436 ? S Oct18 0:00 splogger qmail
root 14275 0.0 0.0 1492 324 ? S Oct18 0:00 qmail-lspawn ./Ma
qmailr 14276 0.0 0.0 1488 344 ? S Oct18 0:00 qmail-rspawn
qmailq 14277 0.0 0.0 1480 324 ? S Oct18 0:00 qmail-clean
qmaill 14278 0.0 0.0 1492 344 ? S Oct18 0:00 /usr/local/bin/mu
qmaild 14279 0.0 0.0 1548 484 ? S Oct18 0:00 /usr/local/bin/tc
vpopmail 14379 0.0 2.8 29264 14424 ? S Oct18 0:01 /usr/sbin/httpd2-
vpopmail 14382 0.0 2.8 29164 14364 ? S Oct18 0:01 /usr/sbin/httpd2-
vpopmail 14384 0.0 3.0 30024 15192 ? S Oct18 0:02 /usr/sbin/httpd2-
vpopmail 14408 0.0 2.8 28760 14088 ? S Oct18 0:02 /usr/sbin/httpd2-
vpopmail 14409 0.0 2.9 29256 14580 ? S Oct18 0:03 /usr/sbin/httpd2-
vpopmail 14410 0.0 2.9 29180 14496 ? S Oct18 0:02 /usr/sbin/httpd2-
root 14424 0.0 0.0 1548 472 ? S Oct18 0:00 tcpserver -R -D 0
root 16644 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16645 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16646 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16647 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16648 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16649 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16650 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16651 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16652 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16653 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16654 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16655 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16656 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16657 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16658 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16659 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16660 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16661 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16662 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16663 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16664 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16665 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 16666 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7860 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7861 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7862 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7863 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7864 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7865 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7866 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7867 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7868 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7869 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7870 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7871 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7872 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7873 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7874 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7875 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7876 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7877 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7878 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7879 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7880 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7881 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7882 0.0 0.0 1484 284 ? S Oct19 0:00 /usr/local/visas/
root 7920 0.0 2.3 27476 11460 ? S Oct19 0:11 /usr/sbin/httpd2-
root 18758 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18759 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18760 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18761 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18762 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18763 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18764 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18765 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18766 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18767 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18768 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18769 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18770 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18771 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18772 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18773 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18774 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18775 0.0 0.0 1616 408 ? S Oct25 0:00 /usr/local/visas/
root 18776 0.0 0.0 1616 412 ? S Oct25 0:00 /usr/local/visas/
root 18777 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18778 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18779 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
root 18780 0.0 0.0 1484 284 ? S Oct25 0:00 /usr/local/visas/
wwwrun 18783 0.0 2.3 27612 11752 ? S Oct25 0:00 /usr/sbin/httpd2-
wwwrun 32711 0.0 2.3 27612 11740 ? S 15:01 0:00 /usr/sbin/httpd2-
wwwrun 32766 0.0 2.3 27612 11780 ? S 15:03 0:00 /usr/sbin/httpd2-
wwwrun 1702 0.0 2.3 27612 11752 ? S 16:42 0:00 /usr/sbin/httpd2-
wwwrun 1768 0.0 2.3 27752 11792 ? S 16:45 0:00 /usr/sbin/httpd2-
wwwrun 9519 0.0 2.3 27612 11740 ? S 22:30 0:00 /usr/sbin/httpd2-
wwwrun 9520 0.0 2.3 27612 11736 ? S 22:30 0:00 /usr/sbin/httpd2-
wwwrun 9701 0.0 2.3 27612 11600 ? S 22:36 0:00 /usr/sbin/httpd2-
wwwrun 9888 0.0 2.3 27612 11588 ? S 22:44 0:00 /usr/sbin/httpd2-
wwwrun 9928 0.0 2.3 27612 11556 ? S 22:45 0:00 /usr/sbin/httpd2-
root 10340 0.0 0.4 5572 2364 ? S 23:00 0:00 sshd: root@pts/0
root 10341 0.0 0.4 5572 2364 ? S 23:00 0:00 sshd: root@pts/0
root 10343 0.0 0.3 3160 1792 pts/0 S 23:00 0:00 -bash
root 10369 0.0 0.0 0 0 ? Z 23:01 0:00 [cron] <defunct>
root 10372 0.0 0.1 1952 564 ? S 23:01 0:00 /usr/lib/courier-
root 10373 0.0 0.1 1952 564 ? S 23:01 0:00 /usr/lib/courier-
root 10374 0.0 0.1 1952 564 ? S 23:01 0:00 /usr/lib/courier-
root 10375 0.0 0.1 1952 564 ? S 23:01 0:00 /usr/lib/courier-
root 10376 0.0 0.1 1952 564 ? S 23:01 0:00 /usr/lib/courier-
root 10377 0.0 0.1 2860 856 pts/0 R 23:02 0:00 ps aux







Ja, genau das ist es. ()mail geht nicht mehr nach einem reboot.
Habe nun den Apache 2.0 am laufen. Vorinstalliert war der 1.3.
Aber daran kann es schlecht leigen denke ich.
  Mit Zitat antworten
Alt 27.10.2005, 00:14  
Erfahrener Benutzer
 
Registriert seit: 21.05.2008
Beiträge: 2.039
Sclot befindet sich auf einem aufstrebenden Ast
Standard

dir ist jetzt schon klar das du qmail als MTA laufen hast und nicht sendmail?

was sagt denn:
ls -la /usr/bin/sendmail

oder:

ls -la /usr/sbin/sendmail

oder was sagt generell:

whereis sendmail ?
Sclot ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
HILFE: zurücksenden von Mails deren Mailadresse falsch ist PHP Tipps 2006 3 01.05.2006 12:50
Interne Mails ver-/entschlüsseln wegen Datenschutz PHP Tipps 2006 2 28.01.2006 21:36
Mails an PHP übergeben und Inhalt auslesen? ThaRider PHP Tipps 2006 16 16.01.2006 21:59
Kann keine Mails verschicken! b++ PHP Tipps 2007 10 29.12.2005 18:17
Exim --- Mailserver empfängt keine Mails Server, Hosting und Workstations 4 23.12.2005 18:28
Mails kommen nicht an mit Hamster/Mercury bicpi PHP-Fortgeschrittene 10 26.10.2005 15:03
Mails mit PHP vom Server abrufen PHP Tipps 2005-2 1 05.09.2005 10:52
[Erledigt] mail() versucht die Mails als wwwrun an den SMTP Server zu l Server, Hosting und Workstations 3 15.06.2005 11:25
Senden von mails mit Anlage aber die Anlage ist corrupt PHP-Fortgeschrittene 5 20.04.2005 12:19
Timeout beim Mails versenden PHP-Fortgeschrittene 5 08.03.2005 15:48
Mails mit PHP empfangen themonk PHP Tipps 2005 11 04.01.2005 20:09
mails aus kmail exportieren dws Server, Hosting und Workstations 0 21.12.2004 22:32
mails los werden Spyker Server, Hosting und Workstations 3 02.09.2004 19:46
[Erledigt] Mails und MySQL Datenbanken 2 10.06.2004 13:25


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:58 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum

Creative Commons License
Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.