Ale*_*lex 0 email php sendmail disk-space-utilization
我正在尝试使用 PHP 发送带有附件的电子邮件,但出现此错误:
Insufficient disk space; try again later
Insufficient disk space; try again later
returntosender: cannot select queue for root
Insufficient disk space; try again later
returntosender: cannot select queue for postmaster
queueup: cannot create queue file qfp5M7HeoG001376, euid=51, fd=-1, fp=0x0: No space left on device
Run Code Online (Sandbox Code Playgroud)
我查了一下,好像有空格:
Size Used Avail Use% Mounted on
112G 89G 18G 84% /
99M 22M 73M 23% /boot
4.9G 33M 4.6G 1% /tmp
4.9G 4.6G 0 100% /var
Run Code Online (Sandbox Code Playgroud)
我尝试附加的文件小于 4MB。知道这是从哪里来的,我该如何解决?