Guest User

Untitled

a guest
Oct 6th, 2018
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  2. biff = no
  3.  
  4. # appending .domain is the MUA's job.
  5. append_dot_mydomain = no
  6.  
  7. # Uncomment the next line to generate "delayed mail" warnings
  8. #delay_warning_time = 4h
  9.  
  10. readme_directory = no
  11.  
  12. # TLS parameters
  13. smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
  14. smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
  15. smtpd_use_tls=yes
  16. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  17. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  18.  
  19. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  20. # information on enabling SSL in the smtp client.
  21.  
  22. myhostname = server.com
  23. alias_database = hash:/etc/aliases
  24. myorigin = /etc/mailname
  25. mydestination = localhost, localhost.localdomain, localhost
  26. relayhost =
  27. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  28. message_size_limit = 5120000
  29. mailbox_size_limit = 5120000
  30. recipient_delimiter = +
  31. inet_interfaces = all
  32.  
  33. # to forward to another domain
  34. virtual_alias_maps = hash:/etc/postfix/virtual
  35. inet_protocols = ipv4
  36.  
  37. root root@server.com
  38. postgres info@server.com
  39.  
  40. Delivered-To: info@server.com
  41. Received: by 2002:aed:2f41:0:0:0:0:0 with SMTP id l59-v6csp1151407qtd;
  42. Fri, 5 Oct 2018 17:01:30 -0700 (PDT)
  43. X-Google-Smtp-Source: ACcGV634DT4ke7ML+6DR3ZbuM0ejugIaHIVQ0A5hTlmrTZQGXwR7JjeJs48KeoNHV3o6zeeGjrp1
  44. X-Received: by 2002:a50:8e56:: with SMTP id 22-v6mr17250946edx.101.1538784090699;
  45. Fri, 05 Oct 2018 17:01:30 -0700 (PDT)
  46. ARC-Seal: i=1; a=rsa-sha256; t=1538784090; cv=none;
  47. d=google.com; s=arc-20160816;
  48. b=LVJKKOt6I2s8vjwvsViL5b7wbkfbzHlQNGu9spySNuQpj8pDSyOa22qvFMw0hy9AL4
  49. qx8pOqm4iXiREJ6MK+tLEHQ6f1MehnnbxvKNyMwlpZ3GwKPaXYA3di5RZBeXpYJvqINP
  50. wppqIUo7IFGSQ4nxsZOABbGalB91piDYlEdUS7mZLTeq2krADoDLy1qZJVp0zXRLCXez
  51. 6pASUh4UZv4MfyPOwXRM8pEkefEEEwj3pwW38luavDba9G9qzYaTS9DRR9zBYqI4NPII
  52. azKKqgqScaPJ/kj3wFCx7xkQ1Zkt/9qpL1/K09qpQfCBF09SVFrKnj5Jp6EtH+sCwbYx
  53. BK3Q==
  54. ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816;
  55. h=date:message-id:subject:to:from;
  56. bh=N+L1jS190l79xwwSepOlGcofnIXcnMDJmaZWohHFPME=;
  57. b=MfrDCRJLJYqKIOzGHDeEYD1OYxc/qQoVRALEo8KxIWVig51edIPOvy7eUgYljVUqss
  58. oUmQHIwgMiIjDIpnzG4qDAKoB9F9bWu0IhB8k900+iK1+ZH7sOKPFLwBHXtQhBp7SxOG
  59. 0OEe5MVSCozsVGnQ6z2MDno/zsrG2uqmDQetL2g3ogCePP9kjzqA0KB2bLnPauktDD2T
  60. Eljz1nrGyJKcnAlb8JVMPD9DFggLBPpmk1yY8hahTmT91B/CVRMSNKXKRInH/msvJWIM
  61. 0lOKkic1tb7mdmoAsCh+BfCiUtxsLk+ndK7TmOS03NzXvEPE7t0xU6I7G7qzeiiQwOre
  62. Nnyg==
  63. ARC-Authentication-Results: i=1; mx.google.com;
  64. spf=neutral (google.com: 123.123.123.123 is neither permitted nor denied by best guess record for domain of postgres@server.com) smtp.mailfrom=postgres@server.com
  65. Return-Path: <postgres@server.com>
  66. Received: from server.com ([123.123.123.123])
  67. by mx.google.com with ESMTP id o20-v6si8540152edr.352.2018.10.05.17.01.30
  68. for <info@server.com>;
  69. Fri, 05 Oct 2018 17:01:30 -0700 (PDT)
  70. Received-SPF: neutral (google.com: 123.123.123.123 is neither permitted nor denied by best guess record for domain of postgres@server.com) client-ip=123.123.123.123;
  71. Authentication-Results: mx.google.com;
  72. spf=neutral (google.com: 123.123.123.123 is neither permitted nor denied by best guess record for domain of postgres@server.com) smtp.mailfrom=postgres@server.com
  73. Received: by server.com (Postfix, from userid 105)
  74. id 0901860898; Sat, 6 Oct 2018 02:01:20 +0200 (CEST)
  75. From: root@server.com (Cron Daemon)
  76. To: postgres@server.com
  77. Subject: Cron <postgres@treemapp> /var/lib/postgresql/pg_backup_rotated.sh
  78. Content-Type: text/plain; charset=ANSI_X3.4-1968
  79. X-Cron-Env: <SHELL=/bin/sh>
  80. X-Cron-Env: <HOME=/var/lib/postgresql>
  81. X-Cron-Env: <PATH=/usr/bin:/bin>
  82. X-Cron-Env: <LOGNAME=postgres>
  83. Message-Id: <20181006000120.0901860898@server.com>
  84. Date: Sat, 6 Oct 2018 02:01:20 +0200 (CEST)
  85.  
  86. *** Message Text ****
Add Comment
Please, Sign In to add comment