Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ssmtp.conf 489B

12345678910111213141516171819
  1. # Configuartion file for sSMTP sendmail
  2. # The person who gets all mail for userids < 1000
  3. # Make this empty to disable rewriting.
  4. root=SSMTP_ROOT
  5. # We want to use this with an exim container. Link these
  6. # so that that container will be reachable as 'exim' in
  7. # this container.
  8. mailhub=SSMTP_MAILHUB
  9. # Where will the mail seem to come from?
  10. rewriteDomain=SSMTP_MAILDOMAIN
  11. # The full hostname
  12. #hostname=
  13. # Are users allowed to set their own From: address? (YES/NO)
  14. FromLineOverride=YES