RÉSULTAT FINAL
J'ai résolu ce problème en redimensionnant mon xvda
de 700MB à 10GB. J'ai utilisé le panneau de contrôle de Linode pour le faire, ce qui implique d'éteindre le VPS, de lancer l'opération de redimensionnement, puis de le redémarrer. Un grand merci à tous ceux qui ont fourni des informations et des solutions ; ils ont tous été utiles.
QUESTION INITIALE
J'utilise Postfix comme MTA, et il a décidé au hasard d'arrêter d'accepter le courrier entrant :
Sep 14 07:50:26 zulu postfix/smtpd[27946]: warning: not enough free space in mail queue: 6832128 bytes < 1.5*message size limit
Dans mon postconf
:
message_size_limit = 10240000
queue_minfree = 25000000
Tous les courriers adressés à mon système sont rejetés avec la mention 452 4.3.1 Insufficient system storage
.
Je ne connais pas grand-chose aux partitions et à la magie qui s'y rattache, je sais seulement que Postfix me dit apparemment qu'il n'a pas d'espace, alors qu'en fait mon système a beaucoup d'espace :
Enfin, Postfix envoie toujours les avis d'échec à mon serveur postmaster@
Je suis donc vraiment perdue.
EDIT
root@zulu:/# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/xvda 679M 644M 6.9M 99% /
tmpfs 249M 0 249M 0% /lib/init/rw
udev 10M 112K 9.9M 2% /dev
tmpfs 249M 0 249M 0% /dev/shm
Pour autant que je sache, la file d'attente du courrier est stockée dans /var/spool/postfix
. Je ne suis pas tout à fait sûr de savoir comment déterminer si cela est correct, mais cela semble être le cas :
root@zulu:/var/spool/postfix# ls -al
total 84
drwxr-xr-x 21 root root 4096 Sep 6 13:58 .
drwxr-xr-x 4 root root 4096 Sep 6 06:55 ..
drwx------ 2 postfix root 4096 Sep 14 08:37 active
drwx------ 2 postfix root 4096 Sep 13 13:19 bounce
drwx------ 2 postfix root 4096 Sep 6 06:55 corrupt
drwx------ 3 postfix root 4096 Sep 12 06:13 defer
drwx------ 3 postfix root 4096 Sep 12 06:13 deferred
drwxr-xr-x 2 root root 4096 May 4 17:30 dev
drwxr-xr-x 3 root root 4096 Sep 14 07:37 etc
drwx------ 2 postfix root 4096 Sep 6 06:55 flush
drwx------ 2 postfix root 4096 Sep 6 06:55 hold
drwx------ 2 postfix root 4096 Sep 14 08:37 incoming
drwxr-xr-x 2 root root 4096 Sep 14 07:37 lib
drwx-wx--T 2 postfix postdrop 4096 Sep 8 21:41 maildrop
drwxr-xr-x 2 root root 4096 Sep 12 06:13 pid
drwx------ 2 postfix root 4096 Sep 14 07:37 private
drwx--s--- 2 postfix postdrop 4096 Sep 14 07:37 public
drwx------ 2 postfix root 4096 Sep 6 06:55 saved
drwx------ 2 postfix root 4096 Sep 6 06:55 trace
drwxr-xr-x 3 root root 4096 Sep 6 06:55 usr
drwxr-xr-x 3 root root 4096 Sep 6 13:58 var
fdisk :
root@zulu:/# fdisk -l /dev/xvda
Disk /dev/xvda: 734 MB, 734003200 bytes
255 heads, 63 sectors/track, 89 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/xvda doesn't contain a valid partition table
Je devrais probablement préciser qu'il s'agit d'un VPS Linode.