mutt는 여전히 /etc/Muttrc에 "set copy=no"를 사용하여 ~/sent 파일을 생성하고 있습니다.

mutt는 여전히 /etc/Muttrc에 "set copy=no"를 사용하여 ~/sent 파일을 생성하고 있습니다.

최근에 대용량 ~/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 = ""

관련 정보