Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
mutt /
examples /
[ HOME SHELL ]
Name
Size
Permission
Action
Mush.rc
441
B
-rw-r--r--
Muttrc
178.06
KB
-rw-r--r--
Pine.rc
1022
B
-rw-r--r--
Tin.rc
606
B
-rw-r--r--
bgedit-detectgui.sh
1.29
KB
-rw-r--r--
bgedit-screen-tmux.sh
1.93
KB
-rw-r--r--
colors.angdraug
4.64
KB
-rw-r--r--
colors.default
611
B
-rw-r--r--
colors.linux
605
B
-rw-r--r--
gpg.rc
4.67
KB
-rw-r--r--
markdown2html
9.48
KB
-rw-r--r--
mutt_oauth2.py
17.29
KB
-rw-r--r--
mutt_oauth2.py.README
14.06
KB
-rw-r--r--
mutt_xtitle
311
B
-rw-r--r--
pgp2.rc
1.66
KB
-rw-r--r--
pgp5.rc
1.75
KB
-rw-r--r--
pgp6.rc
1.68
KB
-rw-r--r--
ray.muttrc
1.93
KB
-rw-r--r--
sample.mailcap
134
B
-rw-r--r--
sample.muttrc
12.66
KB
-rw-r--r--
sample.muttrc-compress
1.31
KB
-rw-r--r--
sample.muttrc-sidebar
3.9
KB
-rw-r--r--
sample.muttrc-starter
2.65
KB
-rw-r--r--
sample.muttrc-tlr
10.57
KB
-rw-r--r--
sample.vimrc-sidebar
2.62
KB
-rw-r--r--
smime.rc
4.19
KB
-rw-r--r--
smime_keys_test.pl
3.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sample.muttrc-starter
# # Starter muttrc file, with just a few suggestions and settings. # # This file purposely doesn't include hooks, keybinding, macros, colors, etc. # Read the manual, explore, and have fun! # ############### # Identity # set realname = "Example User" set from = "user@example.com" # If you have another address: alternates "^mutt@example\.com$" # Or, if you use the entire domain: alternates "@example\.com$" set reverse_name ############### # Example: local mailboxes # # Some people use mbsync or getmail to retrieve their mail locally. # set folder = ~/Mail # This has the shortcut '+' or '=' set spoolfile = "+inbox" # This has the shortcut '!' set record = "+sent" set trash = "+trash" set postponed = "+drafts" mailboxes ! +mutt +family +work ############### # Example: Gmail over IMAP # set imap_user = ".....@gmail.com" # To avoid storing your password in the .muttrc: # echo -n 'mypassword' | gpg --encrypt -r 0x1234567890ABCDEF > ~/.mutt/account.gpg set imap_pass = "`gpg --batch -q --decrypt ~/.mutt/account.gpg`" set folder = imaps://imap.gmail.com/ set spoolfile = "+INBOX" unset record # Gmail auto-stores in "+[Gmail].Sent Mail" unset trash # Unset, deletion will remove labels set postponed = "+[Gmail].Drafts" set mail_check = 60 ############### # Pager settings # ignore * unignore From Message-ID Date To Cc Bcc Subject set pager_stop unset markers # Prefer plain text to html. # However, for brain dead clients that bundle attachments inside a # multipart/alternative, prefer that alternative. alternative_order multipart/mixed multipart/related text/plain # Consult mime.types for determining types of these attachments mime_lookup application/octet-stream # This requires a ~/.mailcap entry with the copiousoutput flag, such as: # text/html; lynx -dump -width ${COLUMNS:-80} %s; nametemplate=%s.html; copiousoutput auto_view text/html ############### # Index settings # set quit = ask-yes set sort = threads # Remember to `mkdir -p ~/.mutt/hcache` first: set header_cache= "~/.mutt/hcache" ############### # Message composition settings # set edit_headers # set editor = "emacsclient -a emacs -t" # set editor = "vim" set mime_type_query_command = "xdg-mime query filetype" # msmtp is a solid SMTP client. # mutt also has built-in SMTP, or you can use an MTA like exim4 or postfix. set sendmail = "/usr/bin/msmtp" # lbdb is a versatile contact query tool. # Invoke via ctrl-t in an address prompt set query_command = "/usr/bin/lbdbq" ############### # GnuPG # unset crypt_use_gpgme source /usr/local/share/doc/mutt/samples/gpg.rc set pgp_default_key = "0x1234567890ABCDEF" set crypt_opportunistic_encrypt set postpone_encrypt
Close