我最近遇到了一个问题,由于 / 目录因 ~/sent 文件过多而满了,导致服务器瘫痪。我不需要存储这些文件,因此我在 /etc/Muttrc 文件中输入了“set copy=no”,但看起来发送的文件仍在创建中。有人知道为什么会这样吗?我可以做些什么来补救这种情况?
任何帮助是极大的赞赏。
mutt -v
以下结果cat /etc/*-release
:
$ cat /etc/*-release
Red Hat Enterprise Linux Server release 5.7 (Tikanga)
$ mutt -v
Mutt 1.5.21 (2010-09-15)
Copyright (C) 1996-2009 Michael R. Elkins and others.
Mutt comes with ABSOLUTELY NO WARRANTY; for details type `mutt -vv'.
Mutt is free software, and you are welcome to redistribute it
under certain conditions; type `mutt -vv' for details.
System: Linux 2.6.18-274.7.1.el5 (x86_64)
ncurses: ncurses 5.5.20060715 (compiled with 5.5)
libidn: 0.6.5 (compiled with 0.6.5)
hcache backend: This is GDBM version 1.8.0, as of May 19, 1999.
Compile options:
-DOMAIN
-DEBUG
-HOMESPOOL -USE_SETGID -USE_DOTLOCK -DL_STANDALONE +USE_FCNTL -USE_FLOCK
+USE_POP +USE_IMAP +USE_SMTP
+USE_SSL_OPENSSL -USE_SSL_GNUTLS +USE_SASL +USE_GSS +HAVE_GETADDRINFO
+HAVE_REGCOMP -USE_GNU_REGEX
+HAVE_COLOR +HAVE_START_COLOR +HAVE_TYPEAHEAD +HAVE_BKGDSET
+HAVE_CURS_SET +HAVE_META +HAVE_RESIZETERM
+CRYPT_BACKEND_CLASSIC_PGP +CRYPT_BACKEND_CLASSIC_SMIME -CRYPT_BACKEND_GPGME
-EXACT_ADDRESS -SUN_ATTACHMENT
+ENABLE_NLS -LOCALES_HACK +HAVE_WC_FUNCS +HAVE_LANGINFO_CODESET +HAVE_LANGINFO_YESEXPR
+HAVE_ICONV -ICONV_NONTRANS +HAVE_LIBIDN +HAVE_GETSID +USE_HCACHE
ISPELL="/usr/bin/ispell"
SENDMAIL="/usr/sbin/sendmail"
MAILPATH="/var/mail"
PKGDATADIR="/usr/share/mutt"
SYSCONFDIR="/etc"
EXECSHELL="/bin/sh"
-MIXMASTER
To contact the developers, please mail to <[email protected]>.
To report a bug, please visit http://bugs.mutt.org/.
$
谢谢,
答案1
添加这是~/.muttrc
:
set copy = no
set folder = ""