PATH:
etc
#@ /etc/s-nail.rc #@ Configuration file for S-nail v14.9.22. #@ The syntax of this file is interpreted as follows: #@ - Any leading and trailing whitespace (space, tabulator, newline: " \t\n"), #@ and all members of (the internal variable) *ifs-ws* are removed. #@ - Empty lines are ignored. #@ - Any other line is a command line. Such lines may spread over multiple #@ lines if a reverse solidus character \ is placed as the last character of #@ all lines except the final one; any leading whitespace of follow lines is #@ removed, but trailing whitespace before "escaped newlines" is not. #@ - The number sign # is the comment-command and causes the (joined) line #@ (content) to be ignored. #@ S-nail v14.9.22 / 2021-02-24 ## Variables # The standard POSIX 2008/Cor 2-2016 mandates the following initial settings # which are established independendly from this file: # [a] noallnet, noappend, asksub, noaskbcc, noaskcc, noautoprint, # [b-e] nobang, nocmd, nocrt, nodebug, nodot, escape="~", # [f-i] noflipr, nofolder, header, nohold, noignore, noignoreeof, # [j-o] nokeep, nokeepsave, nometoo, nooutfolder, # [p-r] nopage, prompt="? ", noquiet, norecord, # [s] save, nosendwait, noshowto, nosign, noSign, # [t-z] toplines="5" # # Notes: # - In this implementation: # + *sendwait* is set by default (and has extended meaning). # + no*onehop* does not exist. # (To pass options through to the MTA, either add them after a "--" # separator on the command line or set the *mta-arguments* variable.) # - *hold, *keep*, and *keepsave* are deliberately set below. # (Keep in SYNC: mx/nail.h:okeys, ./nail.rc, ./nail.1:"Initial settings"!) # Adjustments of standard imposed default- as well as other settings follow. # - Some of the latter are not portable and may thus have no effect with # other Mail(1) / mailx(1) / mail(1) programs. # - "wysh" is one of the "Command modifiers" and is not portable: before v15 it # changes the syntax of some old-style commands to sh(1)ell style quoting, # also see "COMMANDS" -> "Shell-style argument quoting" in the manual. # - Availability of entries marked [OPTION] is a compile-time decision. # If threaded mode is activated, automatically collapse thread. set autocollapse # Enter threaded mode automatically. #set autosort=thread # Append rather than prepend when writing to mbox automatically. # Has no effect unless *hold* is unset (it is set below). # This is a traditional entry and should usually be set. set append # Confirm sending of messages: set asksend # Uncomment this in order to get coloured output in $PAGER (if possible). #set colour-pager # If your $PAGER is less(1) or lv(1) you will usually be served with # ? wysh set PAGER=less; environ unset LESS # ? wysh set PAGER=lv; environ unset LV # Assume a CRT-like terminal and invoke $PAGER if output does not fit on # the screen. (Set crt=0 to always page; value treated as number of lines.) set crt # When entering compose mode, directly startup into $EDITOR, as via `~e'. # If the value is "v", startup into $VISUAL instead, as via `~v'. #set editalong=v # When spawning an editor in compose mode (`~e', `~v', *editalong*), allow # editing of headers. set editheaders # Startup into interactive mode even if the (given) mailbox is empty. set emptystart # When `reply'ing etc. name parts and comments are stripped from receiver # addresses unless this variable is set. set fullnames # [OPTION] Add more entries to the history as is done by default. # The latter will cause the built-in editor to save those entries, too. # (The *history-file* variable controls persistency of the history.) set history-gabby=all history-gabby-persist # Do not move read messages of system mailboxes to MBOX by default since this # is likely to be irritating for most users today; also see *keepsave*. set hold # Quote the original message in replies with "> " as usual on the Internet. # POSIX mandates tabulator ("wysh set indentprefix=$'\t'") as default. set indentprefix="> " # Honour Mail-Followup-To: headers when replying etc. set followup-to-honour=ask-yes # Mark messages that have been answered. set markanswered # Try to circumvent false or missing MIME Content-Type descriptions. # Do set a value for extended behaviour (see the manual). #set mime-counter-evidence set mime-counter-evidence=0b1111 # Control loading of mime.types(5) file, "s"ystem and/or "u"ser, etc. # Builtin types exist and may be sufficient. The default equals "us". #set mimetypes-load-control # Do not remove empty (MBOX) system mailboxes. (_No_ empty (MBOX) mailbox # at all if $POSIXLY_CORRECT a.k.a. *posix* is set!) # This may be relevant for privacy since other users could otherwise create # them with different permissions. set keep # Do not move `save'd or `write'n message to $MBOX by default since this is # likely to be irritating for most users today; also see *hold*. set keepsave # An informational prompt (and see "Gimmicks" below). # Of interest may also be \${^ERRQUEUE-EXISTS} and \${^ERRQUEUE-COUNT}. # Note the _real_ evaluation occurs once used (see *prompt* manual entry). #wysh set prompt='?\$?!\$!/\$^ERRNAME[\${account-name}#\${mailbox-display}]? ' # Automatically quote the text of the message that is responded to. set quote # When replying, do not merge From: and To: of the original message # into To:. Instead old From: -> new To:, old To: -> merge Cc:. set recipients-in-cc # When responding to a message, try to answer in the same character set # (which is subject to `charsetalias' expansion, though). #set reply-in-same-charset # Honour Reply-To: headers when replying etc. set reply-to-honour=ask-yes # [OPTION] Outgoing messages are sent in UTF-8 if possible, otherwise LATIN1. # Note: it is highly advisable to read the section "Character sets" of the # manual in order to understand all the possibilities that exist to fine-tune # charset usage (variables also of interest: *ttycharset*, *charset-8bit*, # *sendcharsets-else-ttycharset*; and of course we inherit the $LC_CTYPE / # $LC_ALL / $LANG environment variables and react upon them). set sendcharsets=utf-8,iso-8859-1 # Display real sender names in header summaries instead of only addresses. set showname # Show recipients of messages sent by the user himself in header summaries. set showto ## Commands # Most commands are not portable to other Mail(1) / mailx(1) / mail(1) # programs, which is why most commands are commented out. To remain portable, # place anything specific in its own file, and then # set mailx-extra-rc=~/.my-file" # in $MAILRC (usually ~/.mailrc). # The below use the \ command modifier to avoid `commandalias' checks # Map ISO-8859-1 to LATIN1, and LATIN1 to CP1252. # (These mappings are not applied to character sets specified by other # variables, e.g., *sendcharsets*). #\charsetalias iso-8859-1 latin1 latin1 cp1252 # Only include the selected header fields when printing messages # (`headerpick' is not portable, so use the standard `retain') retain date sender from to cc subject message-id mail-followup-to reply-to #\headerpick type retain from_ date sender from to cc subject \ # message-id mail-followup-to reply-to # - when forwarding messages #\headerpick forward retain subject date sender from to cc # - and do not include these when saving message, etc. #\if "$features" =@ ,+regex, # \headerpick save ignore '^Original-.*$' '^X-.*$' #\end ## Some pipe-TYPE/SUBTYPE entries # HTML as text, inline display via lynx(1). #\if "$features" !@ ,+filter-html-tagsoup, # \set pipe-text/html='?* lynx -stdin -dump -force_html' #\endif # "External body", URL type supported only. #\wysh set pipe-message/external-body='?* echo $MAILX_EXTERNAL_BODY_URL' # PDF display, asynchronous display: via `mimeview' command only. #\wysh set pipe-application/pdf='?=&@\ # trap "rm -f \"${MAILX_FILENAME_TEMPORARY}\"" EXIT;\ # trap "trap \"\" INT QUIT TERM; exit 1" INT QUIT TERM;\ # mupdf "${MAILX_FILENAME_TEMPORARY}"' ## Gimmicks # More key bindings for the Mailx-Line-Editor (when in interactive mode). #\if terminal && "$features" =@ +key-bindings # \bind base $'\e',d mle-snarf-word-fwd # \bind base $'\e',$'\c?' mle-snarf-word-bwd # \bind base $'\e',f mle-go-word-fwd # \bind base $'\e',b mle-go-word-bwd # \bind base $'\cL' mle-clear-screen # \bind compose :kf1 ~v #\endif # Coloured prompt for the Mailx-Line-Editor (when in interactive mode). #\if terminal && "$features" =@ +mle && "$features" =@ +colour # \colour 256 mle-position fg=202 # \colour 256 mle-prompt fg=203 # \colour 256 mle-error bg=124 # \colour iso mle-position ft=bold # \colour iso mle-prompt fg=brown # \colour iso mle-error bg=red # \colour mono mle-position ft=reverse # \colour mono mle-prompt ft=bold # \colour mono mle-error ft=reverse #\endif # Install file-extension handlers to handle MBOXes in various formats. #\filetype \ # bz2 'bzip2 -dc' 'bzip2 -zc' \ # gpg 'gpg -d' 'gpg -e' \ # gz 'gzip -dc' 'gzip -c' \ # xz 'xz -dc' 'xz -zc' \ # zst 'zstd -dc' 'zstd -19 -zc' \ # zst.pgp 'gpg -d | zstd -dc' 'zstd -19 -zc | gpg -e' # If mail is send from cron scripts and iconv(3) is compiled it, it could be # that sending fails because of invalid (according to locale) character input. # This undesired event can be prevented as follows, the (possibly) resulting # octet-stream message data can be read nonetheless via # *mime-counter-evidence*=0b1111: #\if ! terminal && "$LOGNAME" == root # \set mime-force-sendout #\endif # s-it-mode # Fedora-specific defaults set bsdcompat set noemptystart set prompt='& '
[+]
..
[+]
lvm
[+]
dracut.conf.d
[-] sudoers
[edit]
[-] ips.remotedns
[edit]
[-] freetds.conf
[edit]
[-] chrony.keys
[edit]
[+]
tmpfiles.d
[-] nfsmount.conf
[edit]
[+]
kdump
[-] DIR_COLORS
[edit]
[-] .updated
[edit]
[-] localtime
[edit]
[-] exim.conf.dist
[edit]
[-] group-
[edit]
[-] profile
[edit]
[-] dracut.conf
[edit]
[+]
audit
[-] mailips
[edit]
[+]
alsa
[+]
wireplumber
[-] ipaddrpool
[edit]
[-] printcap
[edit]
[-] issue
[edit]
[-] exim.pl
[edit]
[+]
rc.d
[+]
terminfo
[+]
samba
[+]
debuginfod
[-] userdomains
[edit]
[+]
libssh
[-] rsyslog.conf
[edit]
[+]
rc6.d
[-] cpupdate.conf
[edit]
[-] trueuserowners
[edit]
[-] sudo-ldap.conf
[edit]
[-] shells
[edit]
[+]
microcode_ctl
[-] exim.crt
[edit]
[+]
flatpak
[-] stats.conf
[edit]
[+]
imunify-agent-proxy
[+]
pki
[+]
sgml
[+]
nginx
[+]
rc1.d
[-] inittab
[edit]
[-] cpsources.conf.plugins.example
[edit]
[-] nanorc
[edit]
[-] recent_recipient_mail_server_ips
[edit]
[-] magic
[edit]
[+]
scl
[+]
yum.repos.d
[-] subuid
[edit]
[+]
pure-ftpd
[-] relayhostsusers
[edit]
[-] pure-ftpd.conf
[edit]
[-] named.conf.precpanelinstall
[edit]
[+]
krb5.conf.d
[-] wwwacct.conf.shadow.cache
[edit]
[+]
modprobe.d
[-] hostname
[edit]
[-] wgetrc
[edit]
[-] idmapd.conf
[edit]
[-] trusted_mail_users
[edit]
[+]
rc5.d
[-] blocked_incoming_email_country_ips
[edit]
[-] senderverifybypasshosts
[edit]
[-] outgoing_mail_hold_users
[edit]
[-] environment
[edit]
[+]
libibverbs.d
[-] libaudit.conf
[edit]
[-] rpc
[edit]
[-] relayhosts
[edit]
[-] my.cnf
[edit]
[-] subgid
[edit]
[-] manualmx
[edit]
[+]
proftpd
[-] sestatus.conf
[edit]
[-] trustedmailhosts
[edit]
[+]
modulefiles
[+]
depmod.d
[-] request-key.conf
[edit]
[+]
yum
[-] nocgiusers
[edit]
[-] ld.so.conf
[edit]
[-] shadow
[edit]
[+]
alternatives
[+]
vfilters
[+]
gss
[+]
request-key.d
[+]
rc4.d
[-] networks
[edit]
[+]
authselect
[-] localaliases
[edit]
[-] ftpd-ca.pem
[edit]
[+]
sysctl.d
[+]
dovecot
[+]
chkserv.d
[+]
gnupg
[-] userips
[edit]
[+]
skel
[-] favicon.png
[edit]
[+]
pam.d
[-] .whostmgrft
[edit]
[-] spammeripblocks
[edit]
[-] named.conf.cache
[edit]
[+]
cl.selector
[+]
xml
[+]
plymouth
[+]
ld.so.conf.d
[-] nsswitch.conf.bak
[edit]
[+]
crypto-policies
[-] eximrejects.rpmorig
[edit]
[-] webspam
[edit]
[-] localdomains.rpmnew
[edit]
[+]
imunify360-webshield
[-] mailbox_formats
[edit]
[-] pinforc
[edit]
[-] fprintd.conf
[edit]
[-] antivirus.exim
[edit]
[+]
rsyslog.d
[-] localdomains
[edit]
[+]
vdomainaliases
[-] digestshadow
[edit]
[+]
sos
[-] grub2.cfg
[edit]
[-] chrony.conf
[edit]
[-] named.conf.prerebuilddnsconfig
[edit]
[-] resolv.conf
[edit]
[+]
NetworkManager
[-] named.conf.rebuilddnsconfig
[edit]
[-] updatedb.conf
[edit]
[+]
libnl
[-] system-release-cpe
[edit]
[-] wwwacct.conf
[edit]
[+]
imunify360-wafd
[-] skipsmtpcheckhosts
[edit]
[+]
bluetooth
[+]
mail
[-] exim.pl.local
[edit]
[-] exports
[edit]
[-] locales.conf
[edit]
[-] DIR_COLORS.lightbgcolor
[edit]
[+]
ImageMagick-6
[-] named.root.key
[edit]
[+]
sw-engine
[+]
udev
[-] odbcinst.ini
[edit]
[-] exim.conf.mailman2.exiscan.dist
[edit]
[-] dbowners
[edit]
[-] trueuserdomains
[edit]
[-] libuser.conf
[edit]
[-] .pwd.lock
[edit]
[-] demousers
[edit]
[+]
polkit-1
[+]
dconf
[+]
groff
[-] passwd.cache
[edit]
[-] group
[edit]
[+]
exports.d
[-] cron.deny
[edit]
[+]
iproute2
[+]
popt.d
[+]
sasl2
[-] s-nail.rc
[edit]
[-] mailhelo
[edit]
[+]
nftables
[+]
gssproxy
[-] cpanel_mail_netblocks
[edit]
[-] logrotate.conf
[edit]
[-] eximrejects
[edit]
[-] filesystems
[edit]
[+]
my.cnf.d
[-] demouids
[edit]
[-] ips.dnsmaster
[edit]
[-] blocked_incoming_email_domains
[edit]
[-] rsyncd.conf
[edit]
[-] virc
[edit]
[-] exim_suspended_list
[edit]
[-] backupmxhosts
[edit]
[+]
keyutils
[-] sudo.conf
[edit]
[-] mailcap
[edit]
[-] shadow.nouids.cache
[edit]
[+]
profile.d
[-] agent360.ini
[edit]
[+]
firewalld
[-] system-release
[edit]
[+]
openldap
[+]
apache2
[-] bashrc
[edit]
[-] demodomains
[edit]
[+]
cifs-utils
[+]
rc0.d
[-] csh.login
[edit]
[-] named.conf.zonedir.cache
[edit]
[-] cpbackup-exclude.conf
[edit]
[-] papersize
[edit]
[-] neighbor_netblocks
[edit]
[+]
dpkg
[+]
pkcs11
[+]
security
[-] gshadow-
[edit]
[-] named.conf
[edit]
[-] named.rfc1912.zones
[edit]
[-] nsswitch.conf
[edit]
[-] exim_trusted_configs
[edit]
[+]
dhcp
[-] remotedomains
[edit]
[+]
default
[+]
X11
[-] pcp.conf
[edit]
[+]
logrotate.d
[+]
dbus-1
[-] subuid-
[edit]
[-] ssldomains
[edit]
[-] yum.conf
[edit]
[-] aliases
[edit]
[+]
csf
[+]
smartmontools
[-] pool.conf
[edit]
[-] ips
[edit]
[-] bindresvport.blacklist
[edit]
[+]
modules-load.d
[-] hosts
[edit]
[+]
pulse
[+]
sssd
[+]
tpm2-tss
[-] recent_authed_mail_ips_users
[edit]
[-] fuse.conf
[edit]
[-] mime.types
[edit]
[-] cpanel_exim_system_filter
[edit]
[-] domain_remote_mx_ips.cdb
[edit]
[-] sysctl.conf
[edit]
[-] recent_authed_mail_ips
[edit]
[-] ftpd-rsa.pem
[edit]
[-] inputrc
[edit]
[+]
cagefs
[+]
dnf
[+]
nvme
[+]
cron.d
[+]
glvnd
[-] csh.cshrc
[edit]
[-] blocked_incoming_email_countries
[edit]
[-] userbwlimits
[edit]
[-] nfs.conf
[edit]
[+]
pcp
[-] crontab
[edit]
[-] spammers
[edit]
[-] elinks.conf
[edit]
[-] odbc.ini
[edit]
[+]
bash_completion.d
[+]
libpaper.d
[-] wwwacct.conf.cache
[edit]
[-] wwwacct.conf.shadow
[edit]
[+]
grub.d
[-] ips.remotemail
[edit]
[-] passwd-
[edit]
[-] xattr.conf
[edit]
[+]
cron.hourly
[-] makedumpfile.conf.sample
[edit]
[+]
gcrypt
[-] krb5.conf
[edit]
[-] pure-ftpd.pem
[edit]
[+]
valiases
[+]
cron.monthly
[+]
sudoers.d
[-] crypttab
[edit]
[-] GREP_COLORS
[edit]
[-] nscd.conf
[edit]
[+]
cron.weekly
[-] anacrontab
[edit]
[+]
pm
[+]
chkconfig.d
[-] greylist_common_mail_providers
[edit]
[-] lock_manager_local.ini
[edit]
[+]
pkgconfig
[+]
systemd
[+]
ostree
[+]
keys
[+]
libreport
[-] issue.net
[edit]
[+]
statetab.d
[-] cpspamd.conf
[edit]
[+]
pdns
[-] subgid-
[edit]
[-] mtab
[edit]
[-] passwd.nouids.cache
[edit]
[-] machine-id
[edit]
[-] greylist_trusted_netblocks
[edit]
[+]
sysconfig
[+]
tuned
[+]
issue.d
[-] asound.conf
[edit]
[-] domainusers
[edit]
[+]
rpm
[+]
rwtab.d
[-] locale.conf
[edit]
[+]
egl
[-] exim.conf.localopts
[edit]
[+]
environment-modules
[+]
init.d
[-] shadow-
[edit]
[-] ethertypes
[edit]
[+]
motd.d
[-] almalinux-release
[edit]
[-] userdatadomains.json
[edit]
[-] email_send_limits
[edit]
[+]
iscsi
[-] services
[edit]
[-] login.defs
[edit]
[-] eximmailtrap
[edit]
[+]
fonts
[-] man_db.conf
[edit]
[-] host.conf
[edit]
[-] ftpd-rsa-key.pem
[edit]
[+]
UPower
[-] passwd
[edit]
[-] trusted-key.key
[edit]
[-] ld.so.cache
[edit]
[-] domainips
[edit]
[+]
multipath
[-] mdadm.conf
[edit]
[-] outgoing_mail_suspended_users
[edit]
[+]
named
[-] userdatadomains
[edit]
[+]
mcelog
[-] exim.conf.mailman2.dist
[edit]
[+]
cron.daily
[+]
ssl
[+]
rc3.d
[+]
cpanel
[-] redhat-release
[edit]
[-] netconfig
[edit]
[-] secondarymx
[edit]
[+]
opt
[+]
geoclue
[+]
selinux
[+]
lsm
[+]
rc2.d
[+]
binfmt.d
[-] exim.key
[edit]
[+]
imunify360
[-] rc.local
[edit]
[+]
kernel
[-] vconsole.conf
[edit]
[+]
ssh
[-] userplans
[edit]
[-] kdump.conf
[edit]
[-] mke2fs.conf
[edit]
[-] at.deny
[edit]
[-] exim.conf
[edit]
[+]
xdg
[-] adjtime
[edit]
[-] fstab
[edit]
[-] motd
[edit]
[-] exim.conf.localopts.shadow
[edit]
[-] os-release
[edit]
[-] gshadow
[edit]
[-] vimrc
[edit]
[-] protocols
[edit]