GNU/Linux >> LINUX-Kenntnisse >  >> Linux

Absendernamen in der Mailfunktion festlegen

Die Option -a füllt die Kopfzeile.

Kurzbefehl:

mail -a FROM:[email protected] [email protected]

langer Befehl

mail --append="FROM:[email protected]" [email protected]
 Usage: mail [OPTION...] [address...]

  -a, --append=HEADER: VALUE     append given header to 
                                 the message being sent

  -A, --attach=FILE              attach FILE
      --content-type=TYPE        set content type for 
                                 subsequent --attach options

  -e, --exist                    return true if mail exists
      --encoding=NAME            set encoding for subsequent 
                                 --attach options

  -E, --exec=COMMAND             execute COMMAND

  -F, --byname                   save messages according to sender

  -H, --headers                  write a header summary and exit

  -i, --ignore                   ignore interrupts

  -n, --norc                     do not read the system mailrc file

  -N, --nosum                    do not display initial header summary

  -p, --print, --read            print all mail to standard output

  -q, --quit                     cause interrupts to terminate program

  -r, --return-address=ADDRESS   use address as the return address 
                                 when sending mail

  -s, --subject=SUBJ             send a message with the given SUBJECT

  -t, --to                       precede message by a list of addresses

  -u, --user=USER                operate on USER's mailbox

Allgemeine Optionen

  --config-file=FILE, --rcfile=FILE
                         load this configuration file

  --config-help          show configuration file summary

  --config-lint, --rcfile-lint
                         check configuration file syntax and exit

  --config-verbose, --rcfile-verbose
                         verbosely log parsing of the configuration files

  --no-site-config, --no-site-rcfile
                         do not load site configuration file

  --no-user-config, --no-user-rcfile
                         do not load user configuration file

  --set=PARAM=VALUE      set configuration parameter

  --show-config-options  show compilation options

Globale Debugging-Einstellungen

--debug-level=LEVEL    set Mailutils debugging level

--debug-line-info      show source info with debugging messages

-?, --help             give this help list
    --usage            give a short usage message

-V, --version          print program version

Obligatorische oder optionale Argumente für lange Optionen sind auch obligatorisch oder optional für alle entsprechenden kurzen Optionen.


Versuchen Sie Folgendes:

mail -s 'Some Subject' -r 'First Last <[email protected]>' [email protected]

Dies setzt beide From: und der Absender des Umschlags.


Das hängt davon ab, welchen Mail-Client Sie verwenden. Einige Linux-Distributionen verlinken auf mailx wo Sie den -r from-addr verwenden können Parameter.

Wenn Sie Mutt haben, sollten Sie in der Lage sein, mutt -e "set from='name <[email protected]>'> zu verwenden .

Andere Distributionen mit dem mail Befehl sollte echo "test"|mail -s "subject" [email protected] -- -f [email protected] verwenden können .


Linux
  1. Richten Sie ein Mail-Relay ein

  2. Wie hängt man eine Datei mit dem Mail-Befehl unter Linux an?

  3. Wie setze ich den Namen eines Threads in Linux pthreads?

  4. Wie implementiert man ein Timeout im Lesefunktionsaufruf?

  5. Legen Sie Umgebungsvariablen in einem bestimmten Verzeichnis fest

Richten Sie mit PostfixAdmin einen Mailserver ein

So richten Sie eine Mail-Gruppe ein

Neues VPS einrichten

So richten Sie einen voll ausgestatteten Mailserver mit IRedMail auf Centos 7 VPS ein

So richten Sie einen Mailserver mit Modoboa unter Ubuntu 20.04 ein

Kann Postfix so eingerichtet werden, dass E-Mails an mehrere Empfänger weitergeleitet werden