View Full Version : postfix hangs up
reivilo
17th June 2008, 18:56
Hi
I've a server with ispconfig/debian 4.0 and postfix as MTA.
Sometimes the server is totally down and the only solution is to reboot it without any services do a "postsuper -d ALL" and after that it restart till next crash.
I've some errors in my logs :
Jun 17 15:56:53 ns354829 courierpop3login: authentication error: Input/output error
Jun 17 15:57:50 ns354829 postfix/bounce[19066]: fatal: lock file bounce CFE1D3F22: Resource temporarily unavailable
Jun 17 15:58:41 ns354829 postfix/bounce[19067]: fatal: lock file bounce CFE1D3F22: Resource temporarily unavailable
Jun 17 17:04:42 ns354829 courierpop3login: authentication error: Input/output error
Jun 17 17:05:39 ns354829 courierpop3login: authentication error: Input/output error
Jun 17 17:09:23 ns354829 courierpop3login: authentication error: Input/output error
Jun 17 17:11:00 ns354829 courierpop3login: authentication error: Input/output error
cat /etc/postfix/main.cf
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
# appending .domain is the MUA's job.
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
# TLS parameters
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.
myhostname = mail.replacedbymydomain.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
relayhost =
mynetworks = 127.0.0.0/8, 91.XX.XX.95
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = ipv4
smtpd_sasl_local_domain =
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
smtpd_tls_auth_only = no
smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
virtual_maps = hash:/etc/postfix/virtusertable
mydestination = /etc/postfix/local-host-names
#default_destination_concurrency_limit = 5
#default_destination_rate_delay = 60s
deliver_lock_attempts = 20
deliver_lock_delay = 1s
cat /etc/postfix/master.cf
#
# 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_authenticate d,reject
#smtps inet n - - - - smtpd
# -o smtpd_tls_wrappermode=yes
# -o smtpd_sasl_auth_enable=yes
# -o smtpd_client_restrictions=permit_sasl_authenticate d,reject
#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
#
# ================================================== ==================
# 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/sbin/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}
I've looking for a long time and now I'm thinking about reinstall all : server ispconfig or switching from postfix to sendmail... All suggestions are welcome.
till
17th June 2008, 19:32
Please reconfigure your system to use clamd instead of clamav:
http://www.howtoforge.com/forums/showthread.php?t=16204
Neither a reintsall nor switching to sendmail will bring you any benefit.
reivilo
17th June 2008, 20:23
Thanks for fast answer.
I've made all the changes to reflect your suggestion but I'm not sure it was totally the problem.
Now my server hangs again, it's really slow and that my ps ax output :
ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 init [2]
2 ? S< 0:00 [kthreadd]
3 ? S< 0:00 [migration/0]
4 ? S< 0:00 [ksoftirqd/0]
5 ? S< 0:00 [migration/1]
6 ? S< 0:00 [ksoftirqd/1]
7 ? S< 0:00 [events/0]
8 ? S< 0:00 [events/1]
9 ? S< 0:00 [khelper]
87 ? S< 0:00 [kblockd/0]
88 ? S< 0:00 [kblockd/1]
90 ? S< 0:00 [kacpid]
91 ? S< 0:00 [kacpi_notify]
172 ? S< 0:00 [ata/0]
173 ? S< 0:00 [ata/1]
174 ? S< 0:00 [ata_aux]
175 ? S< 0:00 [ksuspend_usbd]
180 ? S< 0:00 [khubd]
183 ? S< 0:00 [kseriod]
226 ? D 0:00 [pdflush]
227 ? D 0:00 [pdflush]
228 ? D< 0:00 [kswapd0]
229 ? S< 0:00 [aio/0]
230 ? S< 0:00 [aio/1]
235 ? S< 0:00 [xfslogd/0]
236 ? S< 0:00 [xfslogd/1]
237 ? S< 0:00 [xfsdatad/0]
238 ? S< 0:00 [xfsdatad/1]
239 ? S< 0:00 [xfs_mru_cache]
919 ? S< 0:00 [scsi_eh_0]
921 ? S< 0:00 [scsi_eh_1]
987 ? S< 0:00 [kpsmoused]
999 ? S< 0:00 [rpciod/0]
1000 ? S< 0:00 [rpciod/1]
1003 ? D< 0:00 [md2_raid1]
1005 ? D< 0:00 [md2_resync]
1007 ? S< 0:00 [md1_raid1]
1009 ? D< 0:00 [md1_resync]
1010 ? D< 0:00 [kjournald]
1133 ? S<s 0:00 udevd --daemon
2229 ? D< 0:00 [kjournald]
3236 ? Ds 0:00 /sbin/syslogd -a /var/lib/named/dev/log
3242 ? Ss 0:00 /sbin/klogd -x
3308 ? S 0:00 /bin/sh /usr/bin/mysqld_safe
3345 ? Sl 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-external-locking --por
3346 ? S 0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld
3400 ? S 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start /usr/lib/courier/courier-authlib/authdaemond
3401 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3408 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3409 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3410 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3411 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3412 ? S 0:00 /usr/lib/courier/courier-authlib/authdaemond
3415 ? S 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/imapd.pid -start -name=imapd /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=20 -no
3416 ? S 0:00 /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=20 -nodnslookup -noidentlookup 143 /usr/lib/courier/courier/imaplogin /usr/bin/im
3427 ? S 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/imapd-ssl.pid -start -name=imapd-ssl /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperi
3428 ? S 0:00 /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=20 -nodnslookup -noidentlookup 993 /usr/bin/couriertls -server -tcpd /usr/lib/cou
3433 ? S 0:00 /usr/sbin/couriertcpd -pid=/var/run/courier/pop3d.pid -stderrlogger=/usr/sbin/courierlogger -maxprocs=40 -maxperip=4 -nodnslookup -noiden
3435 ? S 0:00 /usr/sbin/courierlogger courierpop3login
3446 ? S 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/pop3d-ssl.pid -start -name=pop3d-ssl /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperi
3447 ? S 0:00 /usr/sbin/couriertcpd -address=0 -maxprocs=40 -maxperip=4 -nodnslookup -noidentlookup 995 /usr/bin/couriertls -server -tcpd /usr/lib/cour
3485 ? Ss 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5
3486 ? S 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5
3487 ? S 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5
3488 ? S 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5
3489 ? S 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5
3496 ? Ss 0:00 /usr/sbin/sshd
3538 ? Ss 0:00 /usr/sbin/ntpd -p /var/run/ntpd.pid -u 109:109 -g
3566 ? Ss 0:00 /usr/sbin/cron
3587 ? Ssl 0:00 /usr/sbin/bacula-sd -c /etc/bacula/bacula-sd.conf -u bacula -g tape
3601 ? Ssl 0:00 /usr/sbin/bacula-fd -c /etc/bacula/bacula-fd.conf
3614 ? Ssl 0:00 /usr/sbin/bacula-dir -c /etc/bacula/bacula-dir.conf -u bacula -g bacula
3665 ? Ss 0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
3666 ? D 0:00 /bin/bash /root/ispconfig/sv/ispconfig_wconf
3669 ? S 0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
3807 ? Ds 0:00 /usr/sbin/apache2 -k start
3808 ? S 0:00 /root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d
3809 ? S 0:00 /root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d
3888 ? D 0:00 /usr/sbin/apache2 -k start
3890 ? D 0:00 /usr/sbin/apache2 -k start
3891 ? S 0:00 /usr/sbin/apache2 -k start
3892 ? D 0:00 /usr/sbin/apache2 -k start
3893 ? D 0:00 /usr/sbin/apache2 -k start
3895 ? Ss 0:00 /usr/lib/postfix/master
3908 ? S 0:00 pickup -l -t fifo -u -c
3909 ? S 0:00 qmgr -l -t fifo -u
3919 ? S 0:00 cleanup -z -t unix -u -c
3920 ? S 0:00 smtpd -n smtp -t inet -u -c
3921 ? S 0:00 trivial-rewrite -n rewrite -t unix -u -c
3922 ? S 0:00 proxymap -t unix -u
3923 ? S 0:00 local -t unix
3924 ? S 0:00 smtpd -n smtp -t inet -u -c
3925 ? S 0:00 smtpd -n smtp -t inet -u -c
3926 ? S 0:00 local -t unix
3928 ? S 0:00 local -t unix
3929 ? S 0:00 local -t unix
3930 ? S 0:00 local -t unix
3931 ? Ss 0:00 /usr/bin/procmail -f-
3937 ? S 0:00 local -t unix
3938 ? S 0:00 local -t unix
3944 ? S 0:00 local -t unix
3945 ? S 0:00 local -t unix
3946 ? Z 0:00 [sh] <defunct>
3950 ? S 0:00 smtpd -n smtp -t inet -u -c
3951 ? S 0:00 smtpd -n smtp -t inet -u -c
3953 ? Ss 0:00 /usr/bin/procmail -f-
3955 ? S 0:00 /usr/bin/procmail -f-
3956 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web11/user/cereg2/.user_p
3957 ? Ss 0:00 /usr/bin/procmail -f-
3958 ? Ss 0:00 /usr/bin/procmail -f-
3960 ? S 0:00 local -t unix
3961 ? Ss 0:00 /usr/bin/procmail -f-
3963 ? Z 0:00 [sh] <defunct>
3973 ? S 0:00 /usr/bin/procmail -f-
3974 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web11/user/camous/.user_p
3975 ? Ss 0:00 /usr/bin/procmail -f-
3977 ? Ss 0:00 /usr/bin/procmail -f-
3979 ? Ss 0:00 /usr/bin/procmail -f-
3981 ? Z 0:00 [sh] <defunct>
3982 ? Z 0:00 [sh] <defunct>
3991 ? S 0:00 /usr/bin/procmail -f-
3992 ? S 0:00 /usr/bin/procmail -f-
3993 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web8/user/agsi01/.user_pr
-----------big snip-----------
4401 ? S 0:00 /usr/bin/procmail -f-
4402 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu23/.user
4403 ? Z 0:00 [sh] <defunct>
4404 ? Z 0:00 [sh] <defunct>
4412 ? Ss 0:00 /usr/bin/procmail -f-
4414 ? Ss 0:00 /usr/bin/procmail -f-
4417 ? Z 0:00 [sh] <defunct>
4418 ? S 0:00 /usr/bin/procmail -f-
4419 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web74/user/watipi17fr/.us
4424 ? Ss 0:00 /usr/bin/procmail -f-
4426 ? Ss 0:00 /usr/bin/procmail -f-
4428 ? Ss 0:00 /usr/bin/procmail -f-
4430 ? Ss 0:00 /usr/bin/procmail -f-
4432 ? Ss 0:00 /usr/bin/procmail -f-
4433 ? Ss 0:00 /usr/bin/procmail -f-
4448 ? Z 0:00 [sh] <defunct>
4453 ? S 0:00 /usr/bin/procmail -f-
4454 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web11/user/cereg3/.user_p
4455 ? Z 0:00 [sh] <defunct>
4460 ? Z 0:00 [sh] <defunct>
4461 ? Z 0:00 [sh] <defunct>
4470 ? Ss 0:00 /usr/bin/procmail -f-
4472 ? S 0:00 /usr/bin/procmail -f-
4473 ? S 0:00 /usr/bin/procmail -f-
4474 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web43/user/hydro11/.user_
4475 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web43/user/hydro11/.user_
4476 ? Z 0:00 [sh] <defunct>
4481 ? Z 0:00 [sh] <defunct>
4482 ? Z 0:00 [sh] <defunct>
4491 ? S 0:00 /usr/bin/procmail -f-
4492 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web43/user/hydro6/.user_p
4493 ? S 0:00 /usr/bin/procmail -f-
4494 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web38/user/daudet/.user_pr
4495 ? S 0:00 /usr/bin/procmail -f-
4496 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web38/user/daudet/.user_pr
4497 ? Ss 0:00 /usr/bin/procmail -f-
4499 ? Z 0:00 [sh] <defunct>
4504 ? Ss 0:00 /usr/bin/procmail -f-
4506 ? S 0:00 /usr/bin/procmail -f-
4507 ? S 0:00 /usr/bin/procmail -f-
4508 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu26/.user
4509 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu26/.user
4512 ? Z 0:00 [sh] <defunct>
4513 ? Z 0:00 [sh] <defunct>
4520 ? Z 0:00 [sh] <defunct>
4527 ? Ss 0:00 /usr/bin/procmail -f-
4529 ? Z 0:00 [sh] <defunct>
4534 ? Ss 0:00 /usr/bin/procmail -f-
4537 ? S 0:00 /usr/bin/procmail -f-
4538 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web11/user/valette/.user_
4552 tty1 Ss+ 0:00 /sbin/getty 38400 tty1
4554 tty2 Ss+ 0:00 /sbin/getty 38400 tty2
4555 tty3 Ss+ 0:00 /sbin/getty 38400 tty3
4557 tty4 Ss+ 0:00 /sbin/getty 38400 tty4
4558 tty5 Ss+ 0:00 /sbin/getty 38400 tty5
4560 tty6 Ss+ 0:00 /sbin/getty 38400 tty6
4562 ? S 0:00 local -t unix
4563 ? S 0:00 local -t unix
4564 ? S 0:00 local -t unix
4565 ? S 0:00 local -t unix
4566 ? S 0:00 local -t unix
4577 ? S 0:00 /usr/bin/procmail -f-
4578 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web19/user/ag-i/.user_pre
4579 ? S 0:00 /usr/bin/procmail -f-
4580 ? S 0:00 /usr/bin/procmail -f-
4581 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web19/user/registrar/.use
4582 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web19/user/registrar/.use
4583 ? Ss 0:00 /usr/bin/procmail -f-
4584 ? Z 0:00 [sh] <defunct>
4585 ? Z 0:00 [sh] <defunct>
4594 ? Z 0:00 [sh] <defunct>
4599 ? S 0:00 /usr/bin/procmail -f-
4600 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr-paris/.use
4601 ? Z 0:00 [sh] <defunct>
4602 ? Z 0:00 [sh] <defunct>
4605 ? Z 0:00 [sh] <defunct>
4613 ? Z 0:00 [sh] <defunct>
4620 ? Z 0:00 [sh] <defunct>
4625 ? S 0:00 /usr/bin/procmail -f-
4626 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr3/.user_pre
4627 ? S 0:00 /usr/bin/procmail -f-
4628 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr1/.user_pre
4629 ? S 0:00 /usr/bin/procmail -f-
4630 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr1/.user_pre
4631 ? S 0:00 /usr/bin/procmail -f-
4632 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/anne/.user_pre
4633 ? S 0:00 /usr/bin/procmail -f-
4634 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/varnold/.user_
4635 ? S 0:00 /usr/bin/procmail -f-
4636 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/plecomte/.user
4637 ? S 0:00 /usr/bin/procmail -f-
4638 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web43/user/hydro4/.user_p
4639 ? Z 0:00 [sh] <defunct>
4644 ? S 0:00 /usr/bin/procmail -f-
4645 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web8/user/agsi10/.user_pr
4646 ? Z 0:00 [sh] <defunct>
4652 ? S 0:00 cleanup -z -t unix -u -c
4653 ? S 0:00 local -t unix
4654 ? Ss 0:00 /usr/bin/procmail -f-
4655 ? D 0:00 cleanup -z -t unix -u -c
4657 ? S 0:00 local -t unix
4658 ? Z 0:00 [sh] <defunct>
4659 ? S 0:00 /usr/bin/procmail -f-
4660 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/dbonhomme/.use
4665 ? S 0:00 local -t unix
4671 ? Ss 0:00 /usr/bin/procmail -f-
4673 ? Ss 0:00 /usr/bin/procmail -f-
4675 ? S 0:00 /usr/bin/procmail -f-
4676 ? S 0:00 /usr/bin/procmail -f-
4677 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web28/user/audit7/.user_pr
4678 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web28/user/audit7/.user_pr
4679 ? Ss 0:00 /usr/bin/procmail -f-
4681 ? Ss 0:00 /usr/bin/procmail -f-
4683 ? S 0:00 /usr/bin/procmail -f-
4684 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web7/user/perfectys02/.us
4685 ? S 0:00 local -t unix
4686 ? S 0:00 local -t unix
4687 ? S 0:00 local -t unix
4688 ? S 0:00 local -t unix
4689 ? S 0:00 local -t unix
4691 ? Ss 0:00 /usr/bin/procmail -f-
4694 ? Z 0:00 [sh] <defunct>
4698 ? S 0:00 /usr/bin/procmail -f-
4699 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu22/.user
4706 ? Ss 0:00 /usr/bin/procmail -f-
4708 ? Ss 0:00 /usr/bin/procmail -f-
4710 ? Z 0:00 [sh] <defunct>
4715 ? Ss 0:00 /usr/bin/procmail -f-
4717 ? Ss 0:00 /usr/bin/procmail -f-
4719 ? Ss 0:00 /usr/bin/procmail -f-
4721 ? S 0:00 local -t unix
4722 ? S 0:00 local -t unix
4723 ? S 0:00 local -t unix
4724 ? S 0:00 local -t unix
4725 ? S 0:00 local -t unix
4726 ? S 0:00 local -t unix
4727 ? Z 0:00 [sh] <defunct>
4732 ? S 0:00 /usr/bin/procmail -f-
4733 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/cmigliorini/.u
4734 ? S 0:00 /usr/bin/procmail -f-
4735 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web28/user/audit5/.user_pr
4736 ? Ss 0:00 /usr/bin/procmail -f-
4738 ? S 0:00 local -t unix
4739 ? S 0:00 local -t unix
4740 ? S 0:00 local -t unix
4741 ? Ss 0:00 /usr/bin/procmail -f-
4742 ? Ss 0:00 /usr/bin/procmail -f-
4744 ? Ss 0:00 /usr/bin/procmail -f-
4745 ? Ss 0:00 /usr/bin/procmail -f-
4747 ? Z 0:00 [sh] <defunct>
4748 ? Z 0:00 [sh] <defunct>
4749 ? Z 0:00 [sh] <defunct>
4751 ? Z 0:00 [sh] <defunct>
4764 ? S 0:00 /usr/bin/procmail -f-
4765 ? S 0:00 /usr/bin/procmail -f-
4766 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu18/.user
4767 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu14/.user
4769 ? S 0:00 /usr/bin/procmail -f-
4770 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu14/.user
4771 ? S 0:00 /usr/bin/procmail -f-
4772 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu18/.user
4773 ? Ss 0:00 /usr/bin/procmail -f-
4774 ? Ss 0:00 /usr/bin/procmail -f-
4775 ? Ss 0:00 /usr/bin/procmail -f-
4776 ? S 0:00 local -t unix
4777 ? Ss 0:00 /usr/bin/procmail -f-
4780 ? Z 0:00 [sh] <defunct>
4787 ? Ss 0:00 /usr/bin/procmail -f-
4791 ? Z 0:00 [sh] <defunct>
4797 ? Ss 0:00 /usr/bin/procmail -f-
4800 ? Ss 0:00 /usr/bin/procmail -f-
4802 ? Ss 0:00 /usr/bin/procmail -f-
4804 ? Ss 0:00 /usr/bin/procmail -f-
4806 ? Ss 0:00 /usr/bin/procmail -f-
4808 ? Ss 0:00 /usr/bin/procmail -f-
4810 ? Ss 0:00 /usr/bin/procmail -f-
4812 ? Z 0:00 [sh] <defunct>
4813 ? Z 0:00 [sh] <defunct>
4814 ? Z 0:00 [sh] <defunct>
4827 ? Z 0:00 [sh] <defunct>
4832 ? S 0:00 /usr/bin/procmail -f-
4833 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr2/.user_pre
4834 ? Ss 0:00 /usr/bin/procmail -f-
4836 ? S 0:00 /usr/bin/procmail -f-
4837 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/gmanhaudier/.u
4838 ? S 0:00 /usr/bin/procmail -f-
4839 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web60/user/spm/.user_prefs
4840 ? S 0:00 /usr/bin/procmail -f-
4841 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu15/.user
4842 ? S 0:00 /usr/bin/procmail -f-
4843 ? S 0:00 /usr/bin/procmail -f-
4844 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu19/.user
4845 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu19/.user
4846 ? Z 0:00 [sh] <defunct>
4851 ? Ss 0:00 /usr/bin/procmail -f-
4852 ? S 0:00 local -t unix
4853 ? S 0:00 local -t unix
4854 ? S 0:00 cleanup -z -t unix -u -c
4855 ? Ss 0:00 /usr/bin/procmail -f-
4856 ? S 0:00 local -t unix
4857 ? Z 0:00 [sh] <defunct>
4859 ? S 0:00 /usr/bin/procmail -f-
4860 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web71/user/rteberteloot/.u
4864 ? S 0:00 local -t unix
4865 ? S 0:00 /usr/bin/procmail -f-
4866 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu11/.user
4867 ? Ss 0:00 /usr/bin/procmail -f-
4868 ? Z 0:00 [sh] <defunct>
4870 ? S 0:00 /usr/bin/procmail -f-
4871 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web33/user/cbr-paris/.use
4872 ? Z 0:00 [sh] <defunct>
4880 ? Ss 0:00 /usr/bin/procmail -f-
4881 ? Z 0:00 [sh] <defunct>
4884 ? Z 0:00 [sh] <defunct>
4885 ? Z 0:00 [sh] <defunct>
4893 ? Ss 0:00 /usr/bin/procmail -f-
4896 ? Z 0:00 [sh] <defunct>
4899 ? Ss 0:00 /usr/bin/procmail -f-
4901 ? S 0:00 /usr/bin/procmail -f-
4902 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/dbonhomme/.use
4905 ? Z 0:00 [sh] <defunct>
4908 ? S 0:00 /usr/bin/procmail -f-
4909 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu11/.user
4913 ? S 0:00 /usr/bin/procmail -f-
4914 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/ccroce/.user_p
4915 ? S 0:00 /usr/bin/procmail -f-
4916 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/jmeslin/.user_
4917 ? Z 0:00 [sh] <defunct>
4921 ? S 0:00 /usr/bin/procmail -f-
4922 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web36/user/citev/.user_pre
4924 ? Z 0:00 [sh] <defunct>
4929 ? Z 0:00 [sh] <defunct>
4931 ? Z 0:00 [sh] <defunct>
4939 ? S 0:00 /usr/bin/procmail -f-
4940 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web62/user/ccbbois03/.user
4941 ? Z 0:00 [sh] <defunct>
4946 ? Z 0:00 [sh] <defunct>
4951 ? Z 0:00 [sh] <defunct>
4956 ? S 0:00 /usr/bin/procmail -f-
4957 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu28/.user
4958 ? Z 0:00 [sh] <defunct>
4963 ? S 0:00 /usr/bin/procmail -f-
4964 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu5/.user_
4965 ? Z 0:00 [sh] <defunct>
4966 ? S 0:00 /usr/bin/procmail -f-
4967 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu4/.user_
4972 ? S 0:00 /usr/bin/procmail -f-
4973 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web74/user/watipi10fr/.us
4974 ? Ss 0:00 /usr/bin/procmail -f-
4976 ? Z 0:00 [sh] <defunct>
4980 ? Z 0:00 [sh] <defunct>
4982 ? Z 0:00 [sh] <defunct>
4983 ? Z 0:00 [sh] <defunct>
4994 ? S 0:00 /usr/bin/procmail -f-
4995 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web74/user/watipi11fr/.us
4998 ? Ss 0:00 /usr/bin/procmail -f-
5000 ? S 0:00 /usr/bin/procmail -f-
5001 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/nmakara/.user_
5002 ? Z 0:00 [sh] <defunct>
5007 ? S 0:00 /usr/bin/procmail -f-
5008 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web43/user/hydro1/.user_p
5009 ? S 0:00 /usr/bin/procmail -f-
5010 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web60/user/spm20/.user_pre
5011 ? S 0:00 /usr/bin/procmail -f-
5012 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web60/user/spm1/.user_pref
5013 ? Z 0:00 [sh] <defunct>
5018 ? S 0:00 /usr/bin/procmail -f-
5019 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu12/.user
5020 ? S 0:00 /usr/bin/procmail -f-
5021 ? Z 0:00 [sh] <defunct>
5022 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu1/.user_
5024 ? S 0:00 /usr/bin/procmail -f-
5025 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu9/.user_
5027 ? S 0:00 /usr/bin/procmail -f-
5028 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web71/user/dcalbo/.user_pr
5029 ? S 0:00 /usr/bin/procmail -f-
5030 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web71/user/gcalbo/.user_pr
5033 ? S 0:00 /usr/bin/procmail -f-
5034 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web71/user/dcalbo/.user_pr
5035 ? S 0:00 /usr/bin/procmail -f-
5036 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web31/user/prnimesauto/.u
5037 ? S 0:00 /usr/bin/procmail -f-
5038 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web65/user/gaxieu16/.user
5039 ? Z 0:00 [sh] <defunct>
5045 ? Z 0:00 [sh] <defunct>
5050 ? S 0:00 /usr/bin/procmail -f-
5051 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/var/www/web36/user/citev2/.user_pr
5052 ? S 0:00 /usr/bin/procmail -f-
5053 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web11/user/cereg6/.user_p
5054 ? Ss 0:00 /usr/bin/procmail -f-
5056 ? Z 0:00 [sh] <defunct>
5061 ? S 0:00 /usr/bin/procmail -f-
5062 ? D 0:00 /usr/bin/perl -T -w /home/admispconfig/ispconfig/tools/spamassassin/usr/bin/spamassassin --prefs-file=/home/www/web7/user/perfectys01/.us
5076 ? D 0:00 /usr/sbin/apache2 -k start
5079 ? S 0:00 /usr/sbin/apache2 -k start
5080 ? D 0:00 /usr/sbin/apache2 -k start
5081 ? D 0:00 /usr/sbin/apache2 -k start
5082 ? S 0:00 /usr/sbin/apache2 -k start
5083 ? D 0:00 /usr/sbin/apache2 -k start
5084 ? S 0:00 /usr/sbin/apache2 -k start
5086 ? D 0:00 /usr/sbin/apache2 -k start
5096 ? D 0:00 /usr/sbin/apache2 -k start
5098 ? Ss 0:00 sshd: root@pts/0
5099 ? D 0:00 /usr/sbin/apache2 -k start
5104 ? S 0:00 /usr/sbin/apache2 -k start
5105 ? D 0:00 /usr/sbin/apache2 -k start
5106 ? S 0:00 smtpd -n smtp -t inet -u -c
5108 ? D 0:00 /usr/sbin/apache2 -k start
5113 ? D 0:00 /usr/sbin/apache2 -k start
5114 ? S 0:00 /usr/sbin/apache2 -k start
5118 ? D 0:00 /usr/sbin/apache2 -k start
5119 ? D 0:00 /usr/sbin/apache2 -k start
5129 pts/0 Ss 0:00 -bash
5132 ? D 0:00 /usr/sbin/apache2 -k start
5134 ? D 0:00 /usr/sbin/apache2 -k start
5137 pts/0 R+ 0:00 ps ax
5138 ? S 0:00 /usr/sbin/apache2 -k start
5140 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5142 ? S 0:00 /usr/sbin/apache2 -k start
5144 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5162 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5165 ? D 0:00 /usr/sbin/apache2 -k start
5166 ? S 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5167 ? S 0:00 smtpd -n smtp -t inet -u -c
5168 ? S 0:00 smtpd -n smtp -t inet -u -c
5169 ? S 0:00 smtpd -n smtp -t inet -u -c
5170 ? S 0:00 smtpd -n smtp -t inet -u -c
5171 ? S 0:00 smtpd -n smtp -t inet -u -c
5172 ? S 0:00 smtpd -n smtp -t inet -u -c
5175 ? S 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5178 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5179 ? S 0:00 smtpd -n smtp -t inet -u -c
5180 ? S 0:00 smtpd -n smtp -t inet -u -c
5181 ? S 0:00 smtpd -n smtp -t inet -u -c
5182 ? S 0:00 smtpd -n smtp -t inet -u -c
5184 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5187 ? S 0:00 smtpd -n smtp -t inet -u -c
5189 ? S 0:00 smtpd -n smtp -t inet -u -c
5190 ? S 0:00 smtpd -n smtp -t inet -u -c
5191 ? S 0:00 smtpd -n smtp -t inet -u -c
5192 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5193 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5200 ? S 0:00 smtpd -n smtp -t inet -u -c
5207 ? S 0:00 smtpd -n smtp -t inet -u -c
5208 ? S 0:00 smtpd -n smtp -t inet -u -c
5218 ? S 0:00 smtpd -n smtp -t inet -u -c
5221 ? S 0:00 smtpd -n smtp -t inet -u -c
5222 ? S 0:00 smtpd -n smtp -t inet -u -c
5223 ? D 0:00 /usr/lib/courier/courier/courierpop3d Maildir
5225 ? S 0:00 smtpd -n smtp -t inet -u -c
5226 ? S 0:00 smtpd -n smtp -t inet -u -c
5227 ? S 0:00 smtpd -n smtp -t inet -u -c
5228 ? S 0:00 smtpd -n smtp -t inet -u -c
5229 ? S 0:00 smtpd -n smtp -t inet -u -c
5230 ? S 0:00 smtpd -n smtp -t inet -u -c
5231 ? S 0:00 smtpd -n smtp -t inet -u -c
5232 ? S 0:00 smtpd -n smtp -t inet -u -c
5233 ? S 0:00 smtpd -n smtp -t inet -u -c
5234 ? S 0:00 smtpd -n smtp -t inet -u -c
5235 ? S 0:00 smtpd -n smtp -t inet -u -c
5236 ? S 0:00 smtpd -n smtp -t inet -u -c
5237 ? S 0:00 smtpd -n smtp -t inet -u -c
5238 ? S 0:00 smtpd -n smtp -t inet -u -c
5239 ? S 0:00 smtpd -n smtp -t inet -u -c
5240 ? S 0:00 smtpd -n smtp -t inet -u -c
5241 ? S 0:00 smtpd -n smtp -t inet -u -c
5242 ? S 0:00 smtpd -n smtp -t inet -u -c
5243 ? S 0:00 smtpd -n smtp -t inet -u -c
5244 ? S 0:00 smtpd -n smtp -t inet -u -c
5245 ? S 0:00 smtpd -n smtp -t inet -u -c
5246 ? S 0:00 smtpd -n smtp -t inet -u -c
5248 ? S 0:00 smtpd -n smtp -t inet -u -c
5249 ? S 0:00 smtpd -n smtp -t inet -u -c
5250 ? S 0:00 sleep 10
5251 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
5253 ? S 0:00 smtpd -n smtp -t inet -u -c
5254 ? S 0:00 smtpd -n smtp -t inet -u -c
5255 ? S 0:00 smtpd -n smtp -t inet -u -c
5256 ? S 0:00 smtpd -n smtp -t inet -u -c
5257 ? S 0:00 smtpd -n smtp -t inet -u -c
5258 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
5263 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
5264 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
5268 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
5273 ? D 0:00 /usr/lib/courier/courier/courierpop3login /usr/lib/courier/courier/courierpop3d Maildir
I hope you can help me
reivilo
18th June 2008, 12:18
I've change from spamassassin to spamc and started spamd daemon and now it's working.
I've also installed spamassassin on my debian aptitude install spamassassin, but I still use binaries from ispconfig, but peharps it was missing complementary packages.
Thanks again.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.