Skip to content
Snippets Groups Projects
Commit bc5aa62a authored by Alexandre Lossent's avatar Alexandre Lossent
Browse files

Set default sender and fix mail config

parent 0a5f817a
No related branches found
No related tags found
1 merge request!62Set default sender and fix mail config
...@@ -71,11 +71,13 @@ data: ...@@ -71,11 +71,13 @@ data:
ignore received in-reply-to message-id references ignore received in-reply-to message-id references
ignore mime-version content-transfer-encoding ignore mime-version content-transfer-encoding
# Only include selected header fields when forwarding messages.
fwdretain subject date from to
# For Linux and BSD, this should be set. # For Linux and BSD, this should be set.
set bsdcompat set bsdcompat
# CERN-specific configuration # CERN-specific configuration
set smtp=cernmx.cern.ch set v15-compat=yes
set mta=smtp://cernmx.cern.ch:25 smtp-use-starttls smtp-auth=none
# By default sender (if not specified when sending mail) looks like <apache@webeos-project-i01-el9-78c9646546-shqmf> and this is considered spoofing by mail servers.
# Mail team tells us to use an address @cern.ch, it does not have to actually exist.
# Generic <no-reply@cern.ch> is discouraged as all mails from that address count against a single per-sender limit.
set from="WebEOS web sites <webeos-no-reply@cern.ch>"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment