Hallo,
Ich habe folgendes Problem. Und zwar habe ich auf mein root server openvz installiert und habe eine ve erstellt. Lauft eigendlich alles super. So dann habe ich auf der ve ispcp 1.0.0 stable installiert, läuft ja auch eigendlich, nur das Problem ist jetzt mit Postfix. Postifx will einfach nicht starten. Ich poste mal die postfix confix und die logs.
/etc/postfix/master.cf
Code:
#
# Postfix master process configuration file. For details on the format
# of the file, see the master(5) manual page (command: "man 5 master").
#
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - - - - smtpd
#submission inet n - - - - smtpd
# -o smtpd_enforce_tls=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
# For AOL-Accounts
587 inet n - - - - smtpd
-o smtpd_client_restrictions=permit_sasl_authenticated,reject_unauth_destination
#628 inet n - - - - qmqpd
pickup fifo n - - 60 1 pickup
cleanup unix n - - - 0 cleanup
qmgr fifo n - n 300 1 qmgr
#qmgr fifo n - - 300 1 oqmgr
tlsmgr unix - - - 1000? 1 tlsmgr
rewrite unix - - - - - trivial-rewrite
bounce unix - - - - 0 bounce
defer unix - - - - 0 bounce
trace unix - - - - 0 bounce
verify unix - - - - 1 verify
flush unix n - - 1000? 0 flush
proxymap unix - - n - - proxymap
smtp unix - - - - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - - - - smtp
-o fallback_relay=
# -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq unix n - - - - showq
error unix - - - - - error
discard unix - - - - - discard
local unix - n n - - local
virtual unix - n n - - virtual
lmtp unix - - - - - lmtp
anvil unix - - - - 1 anvil
scache unix - - - - 1 scache
# ====================================================================
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2001-2006 by moleSoftware GmbH
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $Id$
# @link http://isp-control.net
# @author ispCP Team
# ====================================================================
# AMaViS => Antivir / Antispam
amavis unix - - n - 2 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
localhost:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o smtpd_override_options=no_address_mappings
-o mynetworks=127.0.0.0/8
-o strict_rfc821_envelopes=yes
# ispCP autoresponder
ispcp-arpl unix - n n - - pipe
flags=O user=vmail argv=/var/www/ispcp/engine/messager/ispcp-arpl-msgr
# TLS - Activate, if TLS is avaiable/used
smtps inet n - - - - smtpd
-o smtpd_tls_wrappermode=yes
-o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent. See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop unix - n n - - pipe
flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix - n n - 2 pipe
flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
/etc/postfix/main.cf
Code:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2001-2006 by moleSoftware GmbH
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $Id$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################
# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
# Some common configuration parameters
inet_interfaces = all
mynetworks_style = host
myhostname = supervserver.ath.cx
mydomain = supervserver.ath.cx.local
myorigin = $myhostname
smtpd_banner = $myhostname ESMTP ispCP 1.0.0 OMEGA Managed
setgid_group = postdrop
# Receiving messages parameters
mydestination = $myhostname, $mydomain
append_dot_mydomain = no
append_at_myorigin = yes
local_transport = local
virtual_transport = virtual
transport_maps = hash:/etc/postfix/ispcp/transport
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
# Delivering local messages parameters
mail_spool_directory = /var/mail
# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit = 0
mailbox_command = procmail -a "$EXTENSION"
# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit = 0
biff = no
recipient_delimiter = +
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
# ispCP Autoresponder parameters
ispcp-arpl_destination_recipient_limit = 1
# Delivering virtual messages parameters
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_limit = 0
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_minimum_uid = 1000
virtual_uid_maps = static:1000
virtual_gid_maps = static:8
# SASL paramters
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain =
broken_sasl_auth_clients = yes
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,
permit_sasl_authenticated,
reject_invalid_helo_hostname,
reject_non_fqdn_helo_hostname
smtpd_sender_restrictions = reject_non_fqdn_sender,
reject_unknown_sender_domain,
permit_mynetworks,
permit_sasl_authenticated
smtpd_recipient_restrictions = reject_non_fqdn_recipient,
reject_unknown_recipient_domain,
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
reject_unlisted_recipient,
check_policy_service inet:127.0.0.1:12525,
check_policy_service inet:127.0.0.1:60000,
permit
smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining
# TLS parameters; activate, if avaible/used
#smtpd_use_tls = yes
#smtpd_tls_loglevel = 2
#smtpd_tls_cert_file = /etc/postfix/cert.pem
#smtpd_tls_key_file = /etc/postfix/privkey.pem
#smtpd_tls_auth_only = no
#smtpd_tls_received_header = yes
# AMaViS parameters; activate, if available/used
#content_filter = amavis:[127.0.0.1]:10024
# Quota support; activate, if available/used
#virtual_create_maildirsize = yes
#virtual_mailbox_extended = yes
#virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounce = yes
/var/log/mail.err
Code:
Jun 14 11:09:34 myhostname postfix/master[1755]: fatal: pipe: Cannot allocate memory
Jun 14 11:10:14 myhostname postfix/master[640]: fatal: pipe: Cannot allocate memory
/var/log/mail.info
Code:
Jun 1 18:35:25 vs506 authdaemond: modules="authpam", daemons=5
Jun 1 18:35:25 vs506 authdaemond: Installing libauthpam
Jun 1 18:35:25 vs506 authdaemond: Installation complete: authpam
Jun 1 18:35:30 vs506 postfix/master[3113]: fatal: socket: Cannot allocate memory
Jun 1 18:35:33 vs506 postfix/policyd-weight[3294]: policyd-weight 0.1.14 beta started and daemonized using default settings, $USER=polw, EUID: 105, UID: 105
Jun 1 18:35:33 vs506 postfix/policyd-weight[3295]: cache spawned
Jun 1 18:35:34 vs506 postgrey[3458]: Process Backgrounded
Jun 1 18:35:34 vs506 postgrey[3458]: 2009/06/01-18:35:34 postgrey (type Net::Server::Multiplex) starting! pid(3458)
Jun 1 18:35:34 vs506 postgrey[3458]: Binding to TCP port 60000 on host 127.0.0.1
Jun 1 18:35:34 vs506 postgrey[3458]: Setting gid to "110 110"
Jun 1 18:35:34 vs506 postgrey[3458]: Setting uid to "106"
Jun 1 18:38:03 vs506 postfix/master[4362]: fatal: pipe: Cannot allocate memory
Jun 1 18:38:03 vs506 authdaemond: stopping authdaemond children
Jun 1 18:38:03 vs506 authdaemond: modules="authuserdb authpam", daemons=5
Jun 1 18:38:03 vs506 authdaemond: Installing libauthuserdb
Jun 1 18:38:03 vs506 authdaemond: Installation complete: authuserdb
Jun 1 18:38:03 vs506 authdaemond: Installing libauthpam
Jun 1 18:38:03 vs506 authdaemond: Installation complete: authpam
Jun 1 18:44:20 vs506 postgrey[3458]: 2009/06/01-18:44:20 Server closing!
Jun 1 18:44:20 vs506 authdaemond: stopping authdaemond children
Jun 1 18:44:23 vs506 postfix/policyd-weight[22581]: Daemon terminated.
Jun 14 11:09:33 myhostname postfix/policyd-weight[1648]: policyd-weight 0.1.14 beta started and daemonized using default settings, $USER=polw, EUID: 105, UID: 105
Jun 14 11:09:33 myhostname postfix/policyd-weight[1649]: cache spawned
Jun 14 11:09:33 myhostname postgrey[1652]: Process Backgrounded
Jun 14 11:09:33 myhostname postgrey[1652]: 2009/06/14-11:09:33 postgrey (type Net::Server::Multiplex) starting! pid(1652)
Jun 14 11:09:33 myhostname postgrey[1652]: Binding to TCP port 60000 on host 127.0.0.1
Jun 14 11:09:33 myhostname postgrey[1652]: Setting gid to "110 110"
Jun 14 11:09:33 myhostname postgrey[1652]: Setting uid to "106"
Jun 14 11:09:33 myhostname authdaemond: modules="authuserdb authpam", daemons=5
Jun 14 11:09:33 myhostname authdaemond: Installing libauthuserdb
Jun 14 11:09:33 myhostname authdaemond: Installation complete: authuserdb
Jun 14 11:09:33 myhostname authdaemond: Installing libauthpam
Jun 14 11:09:33 myhostname authdaemond: Installation complete: authpam
Jun 14 11:09:34 myhostname postfix/master[1755]: fatal: pipe: Cannot allocate memory
Jun 14 11:10:01 myhostname postgrey[1652]: 2009/06/14-11:10:01 Server closing!
Jun 14 11:10:01 myhostname authdaemond: stopping authdaemond children
Jun 14 11:10:03 myhostname postfix/policyd-weight[2125]: Daemon terminated.
Jun 14 11:10:14 myhostname postfix/policyd-weight[533]: policyd-weight 0.1.14 beta started and daemonized using default settings, $USER=polw, EUID: 105, UID: 105
Jun 14 11:10:14 myhostname postfix/policyd-weight[534]: cache spawned
Jun 14 11:10:14 myhostname postgrey[537]: Process Backgrounded
Jun 14 11:10:14 myhostname postgrey[537]: 2009/06/14-11:10:14 postgrey (type Net::Server::Multiplex) starting! pid(537)
Jun 14 11:10:14 myhostname postgrey[537]: Binding to TCP port 60000 on host 127.0.0.1
Jun 14 11:10:14 myhostname postgrey[537]: Setting gid to "110 110"
Jun 14 11:10:14 myhostname postgrey[537]: Setting uid to "106"
Jun 14 11:10:14 myhostname authdaemond: modules="authuserdb authpam", daemons=5
Jun 14 11:10:14 myhostname authdaemond: Installing libauthuserdb
Jun 14 11:10:14 myhostname authdaemond: Installation complete: authuserdb
Jun 14 11:10:14 myhostname authdaemond: Installing libauthpam
Jun 14 11:10:14 myhostname authdaemond: Installation complete: authpam
Jun 14 11:10:14 myhostname postfix/master[640]: fatal: pipe: Cannot allocate memory
Jun 14 11:10:57 myhostname courierpop3login: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:10:57 myhostname courierpop3login: Disconnected, ip=[::ffff:80.82.223.195]
Jun 14 11:10:58 myhostname imapd: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:10:58 myhostname imapd: Disconnected, ip=[::ffff:80.82.223.195], time=0
Jun 14 11:10:58 myhostname postfix/policyd-weight[899]: child: spawned
Jun 14 11:12:16 myhostname amavis[2712]: starting. /usr/sbin/amavisd-new at myhostname.ath.cx amavisd-new-2.4.2 (20060627), Unicode aware
Jun 14 11:12:16 myhostname amavis[2712]: Perl version 5.008008
Jun 14 11:12:16 myhostname amavis[2717]: Module Amavis::Conf 2.068
Jun 14 11:12:16 myhostname amavis[2717]: Module Archive::Tar 1.30
Jun 14 11:12:16 myhostname amavis[2717]: Module Archive::Zip 1.16
Jun 14 11:12:16 myhostname amavis[2717]: Module BerkeleyDB 0.31
Jun 14 11:12:16 myhostname amavis[2717]: Module Compress::Zlib 1.42
Jun 14 11:12:16 myhostname amavis[2717]: Module Convert::TNEF 0.17
Jun 14 11:12:16 myhostname amavis[2717]: Module Convert::UUlib 1.06
Jun 14 11:12:16 myhostname amavis[2717]: Module Digest::MD5 2.36
Jun 14 11:12:16 myhostname amavis[2717]: Module MIME::Entity 5.420
Jun 14 11:12:16 myhostname amavis[2717]: Module MIME::Parser 5.420
Jun 14 11:12:16 myhostname amavis[2717]: Module MIME::Tools 5.420
Jun 14 11:12:16 myhostname amavis[2717]: Module Mail::Header 1.74
Jun 14 11:12:16 myhostname amavis[2717]: Module Mail::Internet 1.74
Jun 14 11:12:16 myhostname amavis[2717]: Module Net::Cmd 2.26
Jun 14 11:12:16 myhostname amavis[2717]: Module Net::SMTP 2.29
Jun 14 11:12:16 myhostname amavis[2717]: Module Net::Server 0.94
Jun 14 11:12:16 myhostname amavis[2717]: Module Time::HiRes 1.86
Jun 14 11:12:16 myhostname amavis[2717]: Module Unix::Syslog 0.100
Jun 14 11:12:16 myhostname amavis[2717]: Amavis::DB code loaded
Jun 14 11:12:16 myhostname amavis[2717]: Amavis::Cache code loaded
Jun 14 11:12:16 myhostname amavis[2717]: SQL base code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: SQL::Log code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: SQL::Quarantine NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: Lookup::SQL code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: Lookup::LDAP code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: AM.PDP-in proto code loaded
Jun 14 11:12:16 myhostname amavis[2717]: SMTP-in proto code loaded
Jun 14 11:12:16 myhostname amavis[2717]: Courier proto code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: SMTP-out proto code loaded
Jun 14 11:12:16 myhostname amavis[2717]: Pipe-out proto code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: BSMTP-out proto code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: Local-out proto code loaded
Jun 14 11:12:16 myhostname amavis[2717]: OS_Fingerprint code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: ANTI-VIRUS code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: ANTI-SPAM code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: ANTI-SPAM-SA code NOT loaded
Jun 14 11:12:16 myhostname amavis[2717]: Unpackers code loaded
Jun 14 11:12:16 myhostname amavis[2717]: Found $file at /usr/bin/file
Jun 14 11:12:16 myhostname amavis[2717]: No $dspam, not using it
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .mail
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .asc
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .uue
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .hqx
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .ync
Jun 14 11:12:16 myhostname amavis[2717]: No decoder for .F tried: unfreeze, freeze -d, melt, fcat
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .Z at /bin/uncompress
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .gz
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .bz2 at /bin/bzip2 -d
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .lzo at /usr/bin/lzop -d
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .rpm at /usr/bin/rpm2cpio
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .cpio at /usr/bin/pax
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .tar at /usr/bin/pax
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .deb at /usr/bin/ar
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .zip
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .rar at /usr/bin/unrar
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .arj at /usr/bin/arj
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .arc at /usr/bin/arc
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .zoo at /usr/bin/zoo
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .lha at /usr/bin/lha
Jun 14 11:12:16 myhostname amavis[2717]: No decoder for .doc tried: ripole
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .cab at /usr/bin/cabextract
Jun 14 11:12:16 myhostname amavis[2717]: No decoder for .tnef
Jun 14 11:12:16 myhostname amavis[2717]: Internal decoder for .tnef
Jun 14 11:12:16 myhostname amavis[2717]: Found decoder for .exe at /usr/bin/unrar; /usr/bin/lha; /usr/bin/arj
Jun 14 11:12:16 myhostname amavis[2717]: Creating db in /var/lib/amavis/db/; BerkeleyDB 0.31, libdb 4.4
Jun 14 11:12:24 myhostname imapd: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:12:24 myhostname courierpop3login: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:12:24 myhostname courierpop3login: Disconnected, ip=[::ffff:80.82.223.195]
Jun 14 11:12:24 myhostname imapd: Disconnected, ip=[::ffff:80.82.223.195], time=0
Jun 14 11:13:21 myhostname spamd[2731]: logger: removing stderr method
Jun 14 11:13:22 myhostname spamd[2733]: rules: meta test DIGEST_MULTIPLE has undefined dependency 'DCC_CHECK'
Jun 14 11:13:22 myhostname spamd[2733]: spamd: server started on port 783/tcp (running version 3.1.7-deb3)
Jun 14 11:13:22 myhostname spamd[2733]: spamd: server pid: 2733
Jun 14 11:13:22 myhostname spamd[2733]: spamd: server successfully spawned child process, pid 2734
Jun 14 11:13:22 myhostname spamd[2733]: spamd: server successfully spawned child process, pid 2735
Jun 14 11:13:22 myhostname spamd[2733]: prefork: child states: SI
Jun 14 11:13:22 myhostname spamd[2733]: prefork: child states: II
Jun 14 11:13:24 myhostname courierpop3login: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:13:24 myhostname courierpop3login: Disconnected, ip=[::ffff:80.82.223.195]
Jun 14 11:13:24 myhostname imapd: Connection, ip=[::ffff:80.82.223.195]
Jun 14 11:13:24 myhostname imapd: Disconnected, ip=[::ffff:80.82.223.195], time=0
Jun 14 11:13:24 myhostname spamd[2734]: spamd: connection from localhost.localdomain [127.0.0.1] at port 43003
Jun 14 11:13:24 myhostname spamd[2734]: spamd: bad protocol: header error: (closed before headers) at /usr/sbin/spamd line 1699.
Jun 14 11:13:24 myhostname spamd[2733]: prefork: child states: II
ausgabe von vzfree
Code:
VPS Speichernutzung:
Momentan genutzt: 753.887 MB
Maximal genutzt: 769.379 MB
Zugesichert: 1024 MB
Maximal nutzbar: 2048 MB
ausgabe von cat /proc/user_beancounters
Code:
Version: 2.5
uid resource held maxheld barrier limit failcnt
101: kmemsize 7438838 8601003 14372700 14790164 0
lockedpages 0 5 256 256 0
privvmpages 194730 196961 524288 524288 0
shmpages 2060 2076 21504 21504 0
dummy 0 0 0 0 0
numproc 118 127 240 240 0
physpages 42186 42635 0 9223372036854775807 0
vmguarpages 0 0 262144 2147483647 0
oomguarpages 42186 42635 262144 2147483647 0
numtcpsock 20 33 360 360 0
numflock 12 17 188 206 0
numpty 1 1 16 16 0
numsiginfo 0 10 256 256 0
tcpsndbuf 211856 281616 1720320 2703360 0
tcprcvbuf 214776 910360 1720320 2703360 0
othersockbuf 43928 75240 1126080 2097152 0
dgramrcvbuf 0 4360 262144 262144 0
numothersock 57 120 120 120 378
dcachesize 553071 640398 3409920 3624960 0
numfile 2352 2455 9312 9312 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
dummy 0 0 0 0 0
numiptent 10 34 128 128 0
Ich hoffe ihr könnt mir dabei helfen.
MFG
pfreak[/code]