[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: server memory & swap eaten up then freaks out



> On Mon, 2009-04-27 at 12:33 +0100, Pete Boyd wrote:
>> I have a mail and Samba PDC server that, after a couple of days, runs
>> out
>> of RAM then swap then freaks out with oom killer kicking in, at which
>> point it becomes very unresponsive and needs rebooting.
>>
>> Does anyone have any ideas of what could be causing this please?
>
> Watch the ten biggest processes, are they growing permanently?
> ps aux | sort -nr -k5 | grep -v USER | head -10
>
> Whats about the process count? How many processes running? Is this
> number constantly growing?
> ps aux | wc -l

I monitored for 2 days. In day one only three staff were in and the server
showed no strain. On day two there were 10 staff. I found that no one
single process consumes RAM but the number of imap instances grows and
grows throught the day, and with it the and amount of RAM and swap used.
Eventually there were 250 imap instances, at which point nearly all of
swap had been used up and I pre-emptively rebooted. I've summarised my
findings below.

Before seeing this issue, this server has run fine for two years with
Sarge, and fine for a couple of months with Etch. Thunderbird 2 was
installed on workstations in December. Other than that barely any changes
have been made and nothing jumps out at me as a meaningful change.
...other than a faulty web app that emailed 50GB of small emails, that
have been manually removed at the command-line from a .Trash maildir
directory with rm so as far as I can imagine are long gone.

If anyone can suggest which way I should progress with this that would be
really appreciated thanks.

This is how it looks right after a reboot:

# ps aux | wc -l
139

# ps aux | grep imap | wc -l
20

# free -m
             total       used       free     shared    buffers     cached
Mem:          2027        379       1647          0         19        134
-/+ buffers/cache:        225       1801
Swap:         2572          0       2572


This is how it looked at 15:20 just before I rebooted because it was
looking as though it would fall over soon:

# free -m
             total       used       free     shared    buffers     cached
Mem:          2027       1961         66          0        232        130
-/+ buffers/cache:       1597        429
Swap:         2572       1772        800

# ps aux | wc -l
370

# ps aux | grep imap | wc -l
250


This was vmstat -s at 14:50:

      2075976  total memory
      2023420  used memory
      1726100  active memory
       208488  inactive memory
        52556  free memory
       256460  buffer memory
       168756  swap cache
      2634620  total swap
      1362060  used swap
      1272560  free swap
        92674 non-nice user cpu ticks
        10611 nice user cpu ticks
      1318293 system cpu ticks
     38722678 idle cpu ticks
      3335461 IO-wait cpu ticks
         1057 IRQ cpu ticks
         6754 softirq cpu ticks
            0 stolen cpu ticks
     11745364 pages paged in
     21594305 pages paged out
        41058 pages swapped in
       342237 pages swapped out
     13813415 interrupts
     29292565 CPU context switches
   1240817136 boot time
        74626 forks


I'm wondering if these settings in dovecot.conf could be used to fix the
issue:

# Set max. process size in megabytes. If you don't use
# login_process_per_connection you might need to grow this.
#login_process_size = 32

# Should each login be processed in it's own process (yes), or should one
# login process be allowed to process multiple connections (no)? Yes is more
# secure, espcially with SSL/TLS enabled. No is faster since there's no need
# to create processes all the time.
#login_process_per_connection = yes

# Number of login processes to keep for listening new connections.
#login_processes_count = 3

# Maximum number of login processes to create. The listening process count
# usually stays at login_processes_count, but when multiple users start
logging
# in at the same time more extra processes are created. To prevent
fork-bombing
# we check only once in a second if new processes should be created - if all
# of them are used at the time, we double their amount until the limit set by
# this setting is reached.
#login_max_processes_count = 128

# Maximum number of connections allowed per each login process. This setting
# is used only if login_process_per_connection=no. Once the limit is reached,
# the process notifies master so that it can create a new login process.
# You should make sure that the process has at least
# 16 + login_max_connections * 2 available file descriptors.
#login_max_connections = 256


ps aux from 12:35:

server:~# ps aux
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root         1  0.0  0.0   1940   636 ?        Ss   Apr27   0:01 init [2]
root         2  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kthreadd]
root         3  0.0  0.0      0     0 ?        S<   Apr27   0:00
[migration/0]
root         4  0.0  0.0      0     0 ?        S<   Apr27   0:06
[ksoftirqd/0]
root         5  0.0  0.0      0     0 ?        S<   Apr27   0:00 [watchdog/0]
root         6  0.0  0.0      0     0 ?        S<   Apr27   0:00
[migration/1]
root         7  0.0  0.0      0     0 ?        S<   Apr27   0:02
[ksoftirqd/1]
root         8  0.0  0.0      0     0 ?        S<   Apr27   0:00 [watchdog/1]
root         9  0.0  0.0      0     0 ?        S<   Apr27   0:00
[migration/2]
root        10  0.0  0.0      0     0 ?        S<   Apr27   0:00
[ksoftirqd/2]
root        11  0.0  0.0      0     0 ?        S<   Apr27   0:00 [watchdog/2]
root        12  0.0  0.0      0     0 ?        S<   Apr27   0:00
[migration/3]
root        13  0.0  0.0      0     0 ?        S<   Apr27   0:00
[ksoftirqd/3]
root        14  0.0  0.0      0     0 ?        S<   Apr27   0:00 [watchdog/3]
root        15  0.0  0.0      0     0 ?        S<   Apr27   0:02 [events/0]
root        16  0.0  0.0      0     0 ?        S<   Apr27   0:06 [events/1]
root        17  0.0  0.0      0     0 ?        S<   Apr27   0:01 [events/2]
root        18  0.0  0.0      0     0 ?        S<   Apr27   0:02 [events/3]
root        19  0.0  0.0      0     0 ?        S<   Apr27   0:00 [khelper]
root        53  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kblockd/0]
root        54  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kblockd/1]
root        55  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kblockd/2]
root        56  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kblockd/3]
root        59  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kacpid]
root        60  0.0  0.0      0     0 ?        S<   Apr27   0:00
[kacpi_notify]
root       145  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kseriod]
root       181  0.0  0.0      0     0 ?        S<   Apr27   0:11 [kswapd0]
root       182  0.0  0.0      0     0 ?        S<   Apr27   0:00 [aio/0]
root       183  0.0  0.0      0     0 ?        S<   Apr27   0:00 [aio/1]
root       184  0.0  0.0      0     0 ?        S<   Apr27   0:00 [aio/2]
root       185  0.0  0.0      0     0 ?        S<   Apr27   0:00 [aio/3]
root       661  0.0  0.0      0     0 ?        S<   Apr27   0:00
[ksuspend_usbd]
root       667  0.0  0.0      0     0 ?        S<   Apr27   0:00 [khubd]
root       785  0.0  0.0      0     0 ?        S<   Apr27   0:00 [scsi_eh_0]
root       822  0.0  0.0      0     0 ?        S<   Apr27   0:00 [scsi_eh_1]
root       896  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ata/0]
root       897  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ata/1]
root       898  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ata/2]
root       899  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ata/3]
root       900  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ata_aux]
root      1160  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kjournald]
root      1348  0.0  0.0   2276   624 ?        S<s  Apr27   0:08 udevd
--daemon
root      1356  0.0  0.1   9544  2844 ?        S    10:40   0:00
dovecot-auth -w
vmail     1358  4.7  0.7  95408 16384 ?        D    10:40   5:15 imap
root      1443  0.0  0.2  11112  5244 ?        S    10:45   0:01
/usr/sbin/smbd -D
vmail     1537  0.0  0.0   2948  1824 ?        S    10:47   0:01 imap
vmail     1676  0.0  0.0   2448  1452 ?        S    10:51   0:01 imap
root      1718  0.0  0.0      0     0 ?        S<   Apr27   0:00
[edac-poller]
vmail     1806  4.5  0.7  95208 16236 ?        D    10:55   4:20 imap
vmail     1811  0.0  0.0   2312  1188 ?        S    10:56   0:01 imap
vmail     1816  4.1  0.7  95076 16232 ?        D    10:57   3:51 imap
vmail     1832  3.8  0.7  95076 16232 ?        D    10:58   3:32 imap
vmail     1849  3.5  0.7  95076 16228 ?        D    10:59   3:16 imap
root      1855  0.0  0.1   8628  2604 ?        Ss   11:00   0:00 sshd:
root@pts/0
root      1859  0.0  0.0   3108  1692 pts/0    Ss   11:00   0:00 -bash
vmail     1865  3.3  0.7  95076 16232 ?        D    11:00   3:02 imap
vmail     1898  0.0  0.0   2360   992 ?        S    11:01   0:00 imap
vmail     1903  3.2  0.7  95076 16232 ?        D    11:01   2:51 imap
root      2006  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kpsmoused]
root      2037  0.0  0.0      0     0 ?        S<   Apr27   0:00 [ksnapd]
root      2066  0.0  0.0      0     0 ?        S<   Apr27   0:05 [kjournald]
root      2067  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kjournald]
root      2068  0.0  0.0      0     0 ?        S<   Apr27   0:00 [kjournald]
root      2069  0.0  0.0      0     0 ?        S<   Apr27   0:02 [kjournald]
daemon    2519  0.0  0.0   1680   360 ?        Ss   Apr27   0:00
/sbin/portmap
root      2813  0.0  0.0   2552   916 ?        Ss   Apr27   0:00
/sbin/syslogd
root      2819  0.0  0.0   1572   372 ?        Ss   Apr27   0:00
/sbin/klogd -x
amavis    2859  0.0  2.2  55172 46896 ?        Ss   Apr27   0:02 amavisd
(master)
root      2866  0.0  0.0   4876   912 ?        Ss   Apr27   0:00
/usr/sbin/hpiod
hplip     2870  0.0  0.2   9708  4924 ?        S    Apr27   0:07 python
/usr/sbin/hpssd
vmail     2980  3.0  0.7  95076 16232 ?        D    11:02   2:41 imap
root      3008  0.0  0.0      0     0 ?        S<   11:03   0:03 [kjournald]
vmail     3010  2.9  0.7  95076 16232 ?        D    11:03   2:35 imap
root      3013  0.2  0.0   1888   472 pts/0    D+   11:04   0:12 rm -rf
.Trash
vmail     3062  2.8  0.7  95076 16224 ?        D    11:05   2:28 imap
clamav    3111  0.0  8.4 194208 174408 ?       Ss   Apr27   0:30
/usr/sbin/clamd
root      3125  0.0  0.1   8796  2616 ?        Ss   11:06   0:00 sshd:
root@pts/1
vmail     3131  2.8  0.7  95076 16228 ?        D    11:06   2:21 imap
root      3135  0.0  0.0   3112  1692 pts/1    Ss   11:06   0:00 -bash
vmail     3193  2.6  0.7  95076 16228 ?        D    11:07   2:13 imap
clamav    3204  0.0  0.0   2948  1200 ?        Ss   Apr27   0:00
/usr/bin/freshclam -d --quiet
root      3239  0.0  0.1   5592  2588 ?        Ss   Apr27   0:01
/usr/sbin/cupsd
vmail     3251  2.6  0.7  95076 16224 ?        D    11:08   2:09 imap
109       3254  0.0  0.0   2244   784 ?        Ss   Apr27   0:00
/usr/bin/dbus-daemon --system
root      3289  0.0  0.0   2664  1324 ?        S    Apr27   0:00 /bin/sh
/usr/bin/mysqld_safe
mysql     3326  0.0  0.9 128344 18692 ?        Sl   Apr27   0:26
/usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql
--pid-file=/var/run/my
root      3327  0.0  0.0   1556   496 ?        S    Apr27   0:00 logger -p
daemon.err -t mysqld_safe -i -t mysqld
root      3380  0.0  0.0   2676   884 ?        Ss   Apr27   0:00
/usr/sbin/inetd
root      3403  0.0  0.1  10484  3644 ?        S    11:09   0:00
/usr/sbin/smbd -D
vmail     3422  2.5  0.7  95076 16160 ?        D    11:09   2:04 imap
vmail     3435  2.4  0.7  95076 16160 ?        D    11:10   1:59 imap
root      3441  0.0  0.0   4828  1788 ?        Ss   Apr27   0:02
/usr/lib/postfix/master
vmail     3443  0.0  0.0   2416  1316 ?        S    11:11   0:00 imap
vmail     3444  0.0  0.0   2336  1236 ?        S    11:11   0:01 imap
postfix   3449  0.0  0.0   4852  1724 ?        S    Apr27   0:00 qmgr -l
-t fifo -u -c
root      3451  0.0  0.0   5888  1500 ?        Ss   Apr27   0:07
/usr/sbin/nmbd -D
root      3453  0.0  0.1  10136  2908 ?        Ss   Apr27   0:00
/usr/sbin/smbd -D
vmail     3454  2.4  0.7  95076 16164 ?        D    11:12   1:55 imap
root      3463  0.0  0.1  10196  2116 ?        S    Apr27   0:00
/usr/sbin/smbd -D
root      3464  0.0  0.0   4924  1088 ?        Ss   Apr27   0:00
/usr/sbin/sshd
root      3473  0.0  0.0   1560   392 ?        Ss   Apr27   0:00
/sbin/upsd /dev/ttyS0
vmail     3487  2.3  0.7  95076 16164 ?        D    11:13   1:49 imap
vmail     3496  2.3  0.7  95076 16160 ?        D    11:14   1:47 imap
vmail     3508  2.3  0.7  95076 15948 ?        D    11:15   1:44 imap
root      3547  0.0  0.0   1916   644 ?        Ss   Apr27   0:21
/usr/sbin/dovecot
root      3551  0.0  0.0   3012   600 ?        Ss   Apr27   0:00
/usr/sbin/famd -T 0
vmail     3553  2.2  0.7  95076 15888 ?        D    11:16   1:40 imap
statd     3559  0.0  0.0   2684  1036 ?        Ss   Apr27   0:00
/sbin/rpc.statd
daemon    3576  0.0  0.0   1824   420 ?        Ss   Apr27   0:00
/usr/sbin/atd
vmail     3581  0.0  0.0   2520  1268 ?        S    11:17   0:00 imap
root      3583  0.0  0.0   2188   856 ?        Ss   Apr27   0:00
/usr/sbin/cron
vmail     3587  2.2  0.7  95076 16052 ?        D    11:18   1:37 imap
vmail     3596  2.1  0.7  95076 16080 ?        D    11:19   1:33 imap
root      3602  0.0  0.2  10916  4688 ?        S    11:20   0:01
/usr/sbin/smbd -D
root      3665  0.0  0.1   9524  2672 ?        S    Apr27   0:15 dovecot-auth
dovecot   3666  0.0  0.0   3288  1476 ?        S    Apr27   0:15 pop3-login
dovecot   3667  0.0  0.0   3288  1476 ?        S    Apr27   0:18 pop3-login
dovecot   3668  0.0  0.0   3288  1472 ?        S    Apr27   0:18 pop3-login
vmail     3783  2.1  0.7  95076 15964 ?        D    11:20   1:30 imap
root      3807  0.0  0.3  20236  6744 ?        Ss   Apr27   0:01
/usr/sbin/apache2 -k start
vmail     3856  0.0  0.0   2344  1012 ?        S    11:21   0:00 imap
vmail     3857  0.0  0.0   2204   940 ?        S    11:21   0:00 imap
vmail     3861  2.1  0.7  95076 16160 ?        D    11:21   1:28 imap
106       3881  0.0  0.1   5472  2884 ?        Ss   Apr27   0:05
/usr/bin/fetchmail -f /etc/fetchmailrc --pidfile
/var/run/fetchmail/fetchmail.pid --syslog -
vmail     3893  2.0  0.7  95076 16020 ?        D    11:22   1:24 imap
root      3933  0.0  0.0   1568   488 tty1     Ss+  Apr27   0:00
/sbin/getty 38400 tty1
root      3945  0.0  0.0   1568   488 tty2     Ss+  Apr27   0:00
/sbin/getty 38400 tty2
root      3946  0.0  0.0   1568   488 tty3     Ss+  Apr27   0:00
/sbin/getty 38400 tty3
root      3947  0.0  0.0   1568   484 tty4     Ss+  Apr27   0:00
/sbin/getty 38400 tty4
root      3949  0.0  0.0   1568   492 tty5     Ss+  Apr27   0:00
/sbin/getty 38400 tty5
root      3951  0.0  0.0   1568   488 tty6     Ss+  Apr27   0:00
/sbin/getty 38400 tty6
vmail     3960  2.0  0.7  95076 16024 ?        D    11:23   1:21 imap
vmail     4015  2.0  0.7  95076 16016 ?        D    11:25   1:19 imap
www-data  4029  0.0  0.1  20236  3428 ?        S    Apr27   0:00
/usr/sbin/apache2 -k start
www-data  4031  0.0  0.1  20236  3428 ?        S    Apr27   0:00
/usr/sbin/apache2 -k start
www-data  4032  0.0  0.1  20236  3428 ?        S    Apr27   0:00
/usr/sbin/apache2 -k start
www-data  4033  0.0  0.1  20236  3428 ?        S    Apr27   0:00
/usr/sbin/apache2 -k start
www-data  4035  0.0  0.1  20236  3428 ?        S    Apr27   0:00
/usr/sbin/apache2 -k start
vmail     4074  2.0  0.7  95076 16052 ?        D    11:26   1:17 imap
root      4086  0.0  0.2  10756  4160 ?        S    11:26   0:00
/usr/sbin/smbd -D
vmail     4127  1.9  0.7  95076 16044 ?        D    11:27   1:14 imap
root      4143  0.0  0.2   9660  4908 ?        Ss   Apr27   0:01
/usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf
vmail     4177  1.9  0.7  95076 16128 ?        D    11:28   1:12 imap
vmail     4204  0.0  0.0   2468  1336 ?        S    11:28   0:00 imap
vmail     4241  1.9  0.7  95076 16128 ?        D    11:29   1:10 imap
vmail     4251  1.9  0.7  95076 16124 ?        D    11:30   1:08 imap
vmail     4266  1.8  0.7  95076 16156 ?        D    11:32   1:05 imap
vmail     4299  1.8  0.7  95076 16020 ?        D    11:33   1:03 imap
vmail     4306  1.8  0.7  95076 16128 ?        D    11:34   1:01 imap
vmail     4319  1.8  0.7  95076 16048 ?        D    11:35   0:59 imap
vmail     4334  1.8  0.7  95076 16040 ?        D    11:36   0:58 imap
amavis    4352  0.6  2.4  59668 51368 ?        S    11:37   0:21 amavisd
(ch8-avail)
vmail     4353  1.7  0.7  95076 16128 ?        D    11:37   0:55 imap
vmail     4373  0.0  0.0   2408  1292 ?        S    11:38   0:00 imap
vmail     4374  0.0  0.0   2416  1256 ?        S    11:38   0:01 imap
vmail     4375  0.0  0.0   2924  1736 ?        S    11:38   0:00 imap
postfix   4377  0.0  0.0   4868  1692 ?        S    Apr27   0:00 tlsmgr -l
-t unix -u -c
vmail     4378  0.0  0.0   2424  1216 ?        S    11:38   0:00 imap
vmail     4385  1.7  0.7  95076 16016 ?        D    11:39   0:54 imap
vmail     4428  1.7  0.7  95076 15988 ?        D    11:40   0:52 imap
vmail     4452  1.7  0.7  95076 16072 ?        D    11:41   0:50 imap
vmail     4469  1.7  0.7  95076 16100 ?        D    11:42   0:49 imap
vmail     4483  1.6  0.7  95076 16072 ?        D    11:43   0:46 imap
vmail     4490  1.6  0.7  95076 16012 ?        D    11:44   0:45 imap
vmail     4498  1.6  0.7  95076 15960 ?        D    11:45   0:43 imap
vmail     4520  1.6  0.7  95076 16064 ?        D    11:47   0:42 imap
vmail     4527  1.6  0.7  95076 15956 ?        D    11:48   0:41 imap
vmail     4553  1.6  0.7  95076 16072 ?        D    11:49   0:39 imap
vmail     4569  1.5  0.7  95076 16012 ?        D    11:50   0:38 imap
vmail     4587  1.5  0.7  95076 16072 ?        D    11:51   0:36 imap
vmail     4592  1.5  0.7  95076 16104 ?        R    11:52   0:35 imap
vmail     4598  1.5  0.7  95076 16044 ?        D    11:54   0:33 imap
root      4604  0.0  0.0      0     0 ?        S<   Apr27   0:00 [scsi_eh_2]
root      4605  0.0  0.0      0     0 ?        D<   Apr27   0:39
[usb-storage]
vmail     4612  1.5  0.7  95076 16068 ?        D    11:55   0:32 imap
vmail     4620  1.5  0.7  95076 16128 ?        D    11:56   0:31 imap
vmail     4626  1.5  0.7  95076 16016 ?        D    11:57   0:29 imap
vmail     4630  1.5  0.7  95076 16036 ?        D    11:58   0:29 imap
vmail     4636  1.5  0.7  95076 15984 ?        D    11:59   0:27 imap
vmail     4661  1.4  0.7  95076 16044 ?        D    12:01   0:26 imap
vmail     5717  1.4  0.7  94940 16028 ?        D    12:02   0:25 imap
vmail     5739  1.4  0.7  94940 16028 ?        D    12:03   0:24 imap
vmail     5776  1.4  0.7  94940 15996 ?        D    12:04   0:22 imap
vmail     5798  1.4  0.7  94940 16084 ?        D    12:05   0:21 imap
vmail     5806  1.4  0.7  94940 16024 ?        D    12:06   0:20 imap
amavis    5821  0.4  2.4  59452 51032 ?        S    12:07   0:05 amavisd
(ch1-avail)
vmail     5825  1.4  0.7  94940 16112 ?        D    12:08   0:19 imap
vmail     5851  1.4  0.7  94940 15896 ?        D    12:09   0:18 imap
vmail     5858  1.4  0.7  94940 16104 ?        D    12:10   0:17 imap
vmail     5863  1.4  0.7  94940 16068 ?        D    12:11   0:16 imap
vmail     5869  1.4  0.7  94940 16052 ?        D    12:12   0:15 imap
vmail     5874  1.4  0.7  94940 16004 ?        D    12:13   0:14 imap
vmail     5880  1.4  0.7  94940 16032 ?        D    12:15   0:13 imap
postfix   5900  0.0  0.0   4816  1564 ?        S    12:15   0:00 pickup -l
-t fifo -u -c
vmail     5905  1.4  0.7  94940 16020 ?        D    12:16   0:12 imap
vmail     5913  1.4  0.7  94940 15992 ?        D    12:17   0:11 imap
vmail     5922  1.4  0.7  94940 16108 ?        D    12:18   0:10 imap
vmail     5927  1.4  0.7  94940 15952 ?        D    12:19   0:09 imap
vmail     5948  1.4  0.7  94940 16072 ?        D    12:20   0:08 imap
vmail     5953  1.5  0.7  94940 16104 ?        D    12:21   0:07 imap
vmail     5979  1.5  0.7  94940 16100 ?        D    12:23   0:06 imap
vmail     5988  1.5  0.7  94940 16100 ?        D    12:24   0:05 imap
vmail     6003  1.6  0.7  94940 16104 ?        D    12:25   0:04 imap
vmail     6012  1.7  0.7  94940 16104 ?        D    12:26   0:04 imap
vmail     6027  1.9  0.7  94940 16104 ?        D    12:27   0:03 imap
dovecot   6028  0.0  0.0   3296  1472 ?        S    12:27   0:00 imap-login
vmail     6034  2.4  0.7  94940 16100 ?        D    12:29   0:02 imap
dovecot   6035  0.0  0.0   3296  1484 ?        S    12:29   0:00 imap-login
postfix   6038  0.0  0.1   7616  3484 ?        S    12:29   0:00 smtpd -n
smtp -t inet -u -c
postfix   6039  0.0  0.0   4816  1572 ?        S    12:29   0:00 proxymap
-t unix -u
postfix   6040  0.0  0.1   7288  2432 ?        S    12:29   0:00
trivial-rewrite -n rewrite -t unix -u -c
postfix   6044  0.0  0.1   7344  2540 ?        S    12:29   0:00 cleanup
-z -t unix -u -c
postfix   6045  0.0  0.0   4944  1772 ?        S    12:29   0:00 smtp -n
smtp-amavis -t unix -u -o smtp_data_done_timeout 1200 -o
smtp_send_xforward_command
postfix   6048  0.0  0.1   7484  2852 ?        S    12:29   0:00 smtpd -n
127.0.0.1:10025 -t inet -u -c -o content_filter  -o local_recipient_maps 
-o relay_
postfix   6051  0.0  0.0   4820  1640 ?        S    12:29   0:00 pipe -n
dovecot -t unix flags=DRhu user=vmail vmail argv=/usr/lib/dovecot/deliver
-d ${recip
vmail     6058  6.9  0.7  94940 16100 ?        D    12:30   0:01 imap
dovecot   6059  0.0  0.0   3296  1480 ?        S    12:30   0:00 imap-login
root      6062  0.0  0.0   2528   932 pts/1    R+   12:30   0:00 ps aux
root     14338  0.0  0.2  10716  4600 ?        S    Apr27   0:00
/usr/sbin/smbd -D
root     21843  0.0  0.0      0     0 ?        S    04:34   0:00 [pdflush]
root     21941  0.0  0.0      0     0 ?        S    04:46   0:03 [pdflush]
root     28020  0.0  0.2  10840  4408 ?        S    08:13   0:00
/usr/sbin/smbd -D
vmail    28641  0.0  0.2   7008  5404 ?        S    08:45   0:04 imap
root     29827  0.0  0.2  11220  5080 ?        S    09:05   0:01
/usr/sbin/smbd -D
vmail    30115  0.0  0.0   2520  1396 ?        S    09:09   0:02 imap
root     32201  0.0  0.2  10984  4876 ?        S    10:04   0:00
/usr/sbin/smbd -D
root     32256  0.0  0.2  11344  5348 ?        S    10:05   0:01
/usr/sbin/smbd -D
vmail    32365  0.0  0.0   2512  1440 ?        S    10:06   0:01 imap
vmail    32389  0.0  0.0   3108  1808 ?        S    10:08   0:00 imap
vmail    32451  0.0  0.0   2368  1220 ?        S    10:09   0:00 imap
vmail    32533  0.0  0.0   2440  1264 ?        S    10:12   0:01 imap
vmail    32599  0.0  0.0   2368  1304 ?        S    10:16   0:01 imap
root     32745  0.0  0.2  11428  5568 ?        S    10:24   0:01
/usr/sbin/smbd -D


lspci:

00:00.0 Host bridge: Intel Corporation E7501 Memory Controller Hub (rev 01)
00:00.1 Class ff00: Intel Corporation E7500/E7501 Host RASUM Controller
(rev 01)
00:02.0 PCI bridge: Intel Corporation E7500/E7501 Hub Interface B
PCI-to-PCI Bridge (rev 01)
00:02.1 Class ff00: Intel Corporation E7500/E7501 Hub Interface B RASUM
Controller (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #1) (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #2) (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801CA/CAM USB (Hub #3) (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 42)
00:1f.0 ISA bridge: Intel Corporation 82801CA LPC Interface Controller
(rev 02)
00:1f.1 IDE interface: Intel Corporation 82801CA Ultra ATA Storage
Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801CA/CAM SMBus Controller (rev 02)
01:1c.0 PIC: Intel Corporation 82870P2 P64H2 I/OxAPIC (rev 04)
01:1d.0 PCI bridge: Intel Corporation 82870P2 P64H2 Hub PCI Bridge (rev 04)
01:1e.0 PIC: Intel Corporation 82870P2 P64H2 I/OxAPIC (rev 04)
01:1f.0 PCI bridge: Intel Corporation 82870P2 P64H2 Hub PCI Bridge (rev 04)
02:01.0 RAID bus controller: 3ware Inc 7xxx/8xxx-series PATA/SATA-RAID
(rev 01)
04:01.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado]
(rev 6c)
04:02.0 SCSI storage controller: Adaptec AHA-2940/2940W / AIC-7871
04:03.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev 27)
04:04.0 Ethernet controller: Intel Corporation 82557/8/9 [Ethernet Pro
100] (rev 0d)
04:05.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet
Controller (rev 02)

CPU: Xeon 2.4B 2400 MHz 512 KiB 533 MT/s


-- 
Pete Boyd

Open Plan IT - http://openplanit.co.uk
The Golden Ear - http://thegoldenear.org



Reply to: