Advertisement
Guest User

Untitled

a guest
May 13th, 2016
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. broken_sasl_auth_clients = yes
  2. command_directory = /usr/local/sbin
  3. daemon_directory = /usr/local/libexec/postfix
  4. data_directory = /var/db/postfix
  5. debug_peer_level = 2
  6. debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
  7. $daemon_directory/$process_name $process_id & sleep 5
  8. home_mailbox = Maildir/
  9. html_directory = /usr/local/share/doc/postfix
  10. inet_protocols = ipv4
  11. mailq_path = /usr/local/bin/mailq
  12. manpage_directory = /usr/local/man
  13. mydestination = $mydomain, localhost.$mydomain, alojamientodesitios.net,
  14. mail.alojamientodesitios.net, server.alojamientodesitios.net
  15. mydomain = alojamientodesitios.net
  16. myhostname = server.alojamientodesitios.net
  17. mynetworks_style = host
  18. newaliases_path = /usr/local/bin/newaliases
  19. proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps
  20. $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains
  21. $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps
  22. $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
  23. $virtual_mailbox_limit_maps
  24. readme_directory = /usr/local/share/doc/postfix
  25. relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
  26. sample_directory = /usr/local/etc/postfix
  27. sendmail_path = /usr/local/sbin/sendmail
  28. setgid_group = maildrop
  29. smtp_tls_note_starttls_offer = yes
  30. smtp_use_tls = yes
  31. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
  32. reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient,
  33. reject_unauth_destination, reject_unauth_pipelining,
  34. reject_invalid_hostname, reject_rbl_client list.dsbl.org, reject_rbl_client
  35. bl.spamcop.net, reject_rbl_client sbl-xbl.spamhaus.org
  36. smtpd_sasl_auth_enable = yes
  37. smtpd_sasl_authenticated_header = yes
  38. smtpd_sasl_local_domain = $myhostname
  39. smtpd_sasl_path = private/auth
  40. smtpd_sasl_security_options = noanonymous
  41. smtpd_sasl_type = dovecot
  42. smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks
  43. smtpd_tls_CAfile = /etc/ssl/postfix/smtpd.pem
  44. smtpd_tls_cert_file = /etc/ssl/postfix/smtpd.pem
  45. smtpd_tls_key_file = /etc/ssl/postfix/smtpd.pem
  46. smtpd_tls_loglevel = 0
  47. smtpd_tls_received_header = yes
  48. smtpd_tls_session_cache_timeout = 3600s
  49. smtpd_use_tls = yes
  50. soft_bounce = no
  51. tls_random_source = dev:/dev/urandom
  52. transport_maps = hash:/usr/local/etc/postfix/transport
  53. unknown_local_recipient_reject_code = 550
  54. vacation_destination_recipient_limit = 1
  55. virtual_alias_maps =
  56. proxy:mysql:/usr/local/etc/postfix/mysql_virtual_alias_maps.cf
  57. virtual_gid_maps = static:125
  58. virtual_mailbox_base = /usr/local/virtual
  59. virtual_mailbox_domains =
  60. proxy:mysql:/usr/local/etc/postfix/mysql_virtual_domains_maps.cf
  61. virtual_mailbox_limit = 10000000000
  62. virtual_mailbox_limit_maps =
  63. proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
  64. virtual_mailbox_maps =
  65. proxy:mysql:/usr/local/etc/postfix/mysql_virtual_mailbox_maps.cf
  66. virtual_minimum_uid = 125
  67. virtual_transport = virtual
  68. virtual_uid_maps = static:125
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. smtp inet n - n - - smtpd
  77. submission inet n - n - - smtpd
  78. -o smtpd_tls_security_level=encrypt
  79. -o smtpd_sasl_auth_enable=yes
  80. -o smtpd_sasl_type=dovecot
  81. -o smtpd_sasl_path=private/auth
  82. -o smtpd_sasl_security_options=noanonymous
  83. -o smtpd_sasl_local_domain=$myhostname
  84. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  85. -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject
  86. -o smtpd_reject_unlisted_recipient=no
  87. -o smtpd_relay_restrictions=permit_sasl_authenticated,reject
  88. smtps inet n - n - - smtpd
  89. -o smtpd_tls_wrappermode=yes
  90. -o smtpd_sasl_auth_enable=yes
  91. -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  92. pickup unix n - n 60 1 pickup
  93. cleanup unix n - n - 0 cleanup
  94. qmgr unix n - n 300 1 qmgr
  95. tlsmgr unix - - n 1000? 1 tlsmgr
  96. rewrite unix - - n - - trivial-rewrite
  97. bounce unix - - n - 0 bounce
  98. defer unix - - n - 0 bounce
  99. trace unix - - n - 0 bounce
  100. verify unix - - n - 1 verify
  101. flush unix n - n 1000? 0 flush
  102. proxymap unix - - n - - proxymap
  103. proxywrite unix - - n - 1 proxymap
  104. smtp unix - - n - - smtp
  105. relay unix - - n - - smtp
  106. showq unix n - n - - showq
  107. error unix - - n - - error
  108. retry unix - - n - - error
  109. discard unix - - n - - discard
  110. local unix - n n - - local
  111. virtual unix - n n - - virtual
  112. lmtp unix - - n - - lmtp
  113. anvil unix - - n - 1 anvil
  114. scache unix - - n - 1 scache
  115. vacation unix - n n - - pipe flags=DRhu
  116. user=vacation argv=/var/spool/vacation/vacation.pl
  117.  
  118.  
  119.  
  120. after send an email from my gmail account to the new created account (consultas@alojamientodesitios.net) using postfixadmin i receive the following email into my gmail account
  121.  
  122. This is the mail system at host server.alojamientodesitios.net.
  123.  
  124. I'm sorry to have to inform you that your message could not
  125. be delivered to one or more recipients. It's attached below.
  126.  
  127. For further assistance, please send mail to postmaster.
  128.  
  129. If you do so, please include this problem report. You can
  130. delete your own text from the attached returned message.
  131.  
  132. The mail system
  133.  
  134. <consultas@alojamientodesitios.net>: unknown user: "consultas"
  135.  
  136.  
  137.  
  138. Log from /var/log/maillog after reboot and send the email.
  139.  
  140. more maillog
  141. May 13 22:34:00 server postfix[1027]: Postfix is running with backwards-compatible default settings
  142. May 13 22:34:00 server postfix[1027]: See http://www.postfix.org/COMPATIBILITY_README.html for details
  143. May 13 22:34:00 server postfix[1027]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
  144. May 13 22:34:01 server postfix/postfix-script[1084]: warning: group or other writable: /usr/local/etc/postfix/./mysql_virtual_alias_maps.cf
  145. May 13 22:34:01 server postfix/postfix-script[1095]: starting the Postfix mail system
  146. May 13 22:34:01 server postfix/master[1097]: daemon started -- version 3.1.0, configuration /usr/local/etc/postfix
  147. May 13 22:34:44 server postfix/smtpd[1231]: connect from mail.ceven.com[200.80.236.25]
  148. May 13 22:34:45 server postfix/smtpd[1231]: NOQUEUE: reject: RCPT from mail.ceven.com[200.80.236.25]: 454 4.7.1 <rgalante@bsgroup.com.ar>: Relay access denied; from=<web.team@ceven.com> to=<rgalante@bsgroup.com.ar> proto=ESMTP helo=<ARBS02-08B.ceven.com>
  149.  
  150. May 13 22:34:46 server postfix/smtpd[1231]: NOQUEUE: reject: RCPT from mail.ceven.com[200.80.236.25]: 454 4.7.1 <rgalante@bsgroup.com.ar>: Relay access denied; from=<web.team@ceven.com> to=<rgalante@bsgroup.com.ar> proto=ESMTP helo=<ARBS02-08B.ceven.com>
  151. May 13 22:34:46 server postfix/smtpd[1231]: NOQUEUE: reject: RCPT from mail.ceven.com[200.80.236.25]: 454 4.7.1 <rgalante@bsgroup.com.ar>: Relay access denied; from=<web.team@ceven.com> to=<rgalante@bsgroup.com.ar> proto=ESMTP helo=<ARBS02-08B.ceven.com>
  152. May 13 22:34:46 server postfix/smtpd[1231]: NOQUEUE: reject: RCPT from mail.ceven.com[200.80.236.25]: 454 4.7.1 <rgalante@bsgroup.com.ar>: Relay access denied; from=<web.team@ceven.com> to=<rgalante@bsgroup.com.ar> proto=ESMTP helo=<ARBS02-08B.ceven.com>
  153. May 13 22:34:47 server postfix/smtpd[1231]: disconnect from mail.ceven.com[200.80.236.25] ehlo=2 starttls=1 mail=4 rcpt=0/4 rset=3 quit=1 commands=11/15
  154. May 13 22:35:20 server postfix/smtpd[1231]: connect from sprycel.arvixecloud.com[108.175.157.253]
  155. May 13 22:35:23 server postfix/smtpd[1231]: warning: sprycel.arvixecloud.com[108.175.157.253]: SASL LOGIN authentication failed: UGFzc3dvcmQ6
  156. May 13 22:35:23 server postfix/smtpd[1231]: disconnect from sprycel.arvixecloud.com[108.175.157.253] ehlo=1 auth=0/1 quit=1 commands=2/3
  157. May 13 22:35:27 server postfix/smtpd[1231]: connect from mail-qg0-f43.google.com[209.85.192.43]
  158. May 13 22:35:28 server postfix/trivial-rewrite[1235]: warning: do not list domain alojamientodesitios.net in BOTH mydestination and virtual_mailbox_domains
  159. May 13 22:35:35 server postfix/smtpd[1231]: warning: 43.192.85.209.list.dsbl.org: RBL lookup error: Host or domain name not found. Name service error for name=43.192.85.209.list.dsbl.org type=A: Host not found, try again
  160. May 13 22:35:36 server postfix/smtpd[1231]: 0FA0C50D300: client=mail-qg0-f43.google.com[209.85.192.43]
  161. May 13 22:35:36 server postfix/cleanup[1249]: 0FA0C50D300: message-id=<573680DB.6090405@gmail.com>
  162. May 13 22:35:36 server postfix/qmgr[1099]: 0FA0C50D300: from=<joseluiszanotti@gmail.com>, size=2743, nrcpt=1 (queue active)
  163. May 13 22:35:36 server postfix/trivial-rewrite[1235]: warning: do not list domain alojamientodesitios.net in BOTH mydestination and virtual_mailbox_domains
  164. May 13 22:35:36 server postfix/local[1250]: 0FA0C50D300: to=<consultas@alojamientodesitios.net>, relay=local, delay=7.8, delays=7.8/0.03/0/0.02, dsn=5.1.1, status=bounced (unknown user: "consultas")
  165. May 13 22:35:36 server postfix/cleanup[1249]: 3B81E50D302: message-id=<20160514013536.3B81E50D302@server.alojamientodesitios.net>
  166. May 13 22:35:36 server postfix/bounce[1251]: 0FA0C50D300: sender non-delivery notification: 3B81E50D302
  167. May 13 22:35:36 server postfix/qmgr[1099]: 3B81E50D302: from=<>, size=4729, nrcpt=1 (queue active)
  168. May 13 22:35:36 server postfix/qmgr[1099]: 0FA0C50D300: removed
  169. May 13 22:35:36 server postfix/smtpd[1231]: disconnect from mail-qg0-f43.google.com[209.85.192.43] ehlo=2 starttls=1 mail=1 rcpt=1 data=1 quit=1 commands=7
  170. May 13 22:35:36 server postfix/smtp[1252]: 3B81E50D302: to=<joseluiszanotti@gmail.com>, relay=gmail-smtp-in.l.google.com[74.125.28.26]:25, delay=0.75, delays=0/0.01/0.5/0.23, dsn=2.0.0, status=sent (250 2.0.0 OK 1463189736 y2si27497879pfa.52 - gsmtp)
  171. May 13 22:35:36 server postfix/qmgr[1099]: 3B81E50D302: removed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement