Re: [exim] builtin greylisting?

Top Page
Delete this message
Reply to this message
Author: Marten Lehmann
Date:  
CC: exim-users
Subject: Re: [exim] builtin greylisting?
Hello,

today I experienced a problem with this solution which I didn't expected:

# touch test
touch: cannot touch `test': No space left on device

It seems that this directories and files have eaten all available nodes
in the filesystem although a lot of GB space was left on the device. But
on the other hand I cannot see that from a "tune2fs -l":

Filesystem volume name:   /var
Last mounted on:          <not available>
Filesystem UUID:          4b53107b-e52a-4298-86cd-727ba5e88eff
Filesystem magic number:  0xEF53
Filesystem revision #:    1 (dynamic)
Filesystem features:      has_journal ext_attr resize_inode dir_index 
filetype needs_recovery sparse_super large_file
Default mount options:    (none)
Filesystem state:         clean
Errors behavior:          Continue
Filesystem OS type:       Linux
Inode count:              3522560
Block count:              7036470
Reserved block count:     351823
Free blocks:              6906096
Free inodes:              3522412
First block:              0
Block size:               4096
Fragment size:            4096
Reserved GDT blocks:      1024
Blocks per group:         32768
Fragments per group:      32768
Inodes per group:         16384
Inode blocks per group:   512
Filesystem created:       Mon Oct 31 18:19:35 2005
Last mount time:          Wed Oct 18 15:24:03 2006
Last write time:          Wed Oct 18 15:24:03 2006
Mount count:              7
Maximum mount count:      -1
Last checked:             Sun May 14 16:11:07 2006
Check interval:           0 (<none>)
Reserved blocks uid:      0 (user root)
Reserved blocks gid:      0 (group root)
First inode:              11
Inode size:               128
Journal inode:            8
First orphan inode:       2408450
Default directory hash:   tea
Directory Hash Seed:      90acb8fe-9314-4351-b579-9297bd0e3509
Journal backup:           inode blocks


When I removed one greylist directory recursively everything worked
again. But for how long?

Regards
Marten