Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Relay Failure
Wednesday, April 9th, 2008 at 9:36:12pm UTC 

  1. User and domain validation:
  2.  
  3. $ sudo /usr/sbin/postmap -q [email protected] pgsql:/etc/postfix/virtual.cf
  4. [email protected]
  5. $ ^virtual^vmailbox^
  6. sudo /usr/sbin/postmap -q [email protected] pgsql:/etc/postfix/vmailbox.cf
  7. holdenweb.com/dorothy/Maildir/
  8. $ sudo /usr/sbin/postmap -q holdenweb.com pgsql:/etc/postfix/vmdomains.cf
  9. holdenweb.com
  10. $
  11.  
  12. Main.cf:
  13.  
  14. queue_directory = /var/spool/postfix
  15. command_directory = /usr/sbin
  16. daemon_directory = /usr/libexec/postfix
  17. mail_owner = postfix
  18. myhostname = holdenwe.user.openhosting.com
  19. mydomain = mail.holdenweb.com
  20. myorigin = $myhostname
  21. mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain,
  22. unknown_local_recipient_reject_code = 550
  23. mynetworks_style = host
  24. home_mailbox = Maildir/
  25. debug_peer_level = 2
  26. debugger_command =
  27.          PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
  28.          xxgdb $daemon_directory/$process_name $process_id & sleep 5
  29. sendmail_path = /usr/sbin/sendmail
  30. newaliases_path = /usr/bin/newaliases
  31. mailq_path = /usr/bin/mailq
  32. setgid_group = postdrop
  33. html_directory = no
  34. manpage_directory = /usr/local/man
  35. sample_directory = /etc/postfix
  36. readme_directory = no
  37. virtual_mailbox_domains = proxy:pgsql:/etc/postfix/vmdomains.cf
  38. virtual_mailbox_base = /home/vmail
  39. virtual_mailbox_maps = proxy:pgsql:/etc/postfix/vmailbox.cf
  40. virtual_minimum_uid = 100
  41. virtual_uid_maps = static:502
  42. virtual_gid_maps = static:502
  43. virtual_alias_maps = proxy:pgsql:/etc/postfix/virtual.cf
  44. smtpd_sasl_type = dovecot
  45. smtpd_sasl_path = /var/run/dovecot/auth-client
  46. smtpd_sasl_auth_enable = yes
  47. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  48.  
  49.  
  50. Log file showing successful local and failed remote transfer
  51.  
  52. Apr  9 10:26:12 holdenwe postfix/smtpd[26483]: connect from pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]
  53. Apr  9 10:26:12 holdenwe postfix/smtpd[26483]: EB2CD85DE87: client=pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]
  54. Apr  9 10:26:13 holdenwe postfix/cleanup[26493]: EB2CD85DE87: message-id=<85DA9118C3FA4E77BF1CBF35B8F734A9@lifeboy>
  55. Apr  9 10:26:13 holdenwe postfix/qmgr[3731]: EB2CD85DE87: from=<[email protected]>, size=2182, nrcpt=1 (queue active)
  56. Apr  9 10:26:13 holdenwe spamd[7354]: spamd: connection from localhost [127.0.0.1] at port 55448
  57. Apr  9 10:26:13 holdenwe spamd[7354]: spamd: setuid to spamfilter succeeded
  58. Apr  9 10:26:13 holdenwe spamd[7354]: spamd: processing message <85DA9118C3FA4E77BF1CBF35B8F734A9@lifeboy> for spamfilter:503
  59. Apr  9 10:26:16 holdenwe postfix/smtpd[26483]: disconnect from pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]
  60. Apr  9 10:26:16 holdenwe spamd[7354]: spamd: clean message (2.6/5.0) for spamfilter:503 in 2.7 seconds, 2137 bytes.
  61. Apr  9 10:26:16 holdenwe spamd[7354]: spamd: result: . 2 - AWL,BAYES_50,HTML_90_100,HTML_MESSAGE,MIME_HTML_MOSTLY,RCVD_IN_SORBS_DUL scantime=2.7,size=2137,user=spamfilter,uid=503,required_score=5.0,rhost=localhost,raddr=127.0.0.1,rport=55448,mid=<85DA9118C3FA4E77BF1CBF35B8F734A9@lifeboy>,bayes=0.49700530200513,autolearn=no
  62. Apr  9 10:26:16 holdenwe spamd[26386]: prefork: child states: II
  63. Apr  9 10:26:16 holdenwe postfix/pickup[15548]: 558C585E3ED: uid=503 from=<[email protected]>
  64. Apr  9 10:26:16 holdenwe postfix/pipe[26496]: EB2CD85DE87: to=<[email protected]>, relay=spamfilter, delay=3.4, delays=0.61/0/0/2.8, dsn=2.0.0, status=sent (delivered via spamfilter service)
  65. Apr  9 10:26:16 holdenwe postfix/qmgr[3731]: EB2CD85DE87: removed
  66. Apr  9 10:26:16 holdenwe postfix/cleanup[26493]: 558C585E3ED: message-id=<85DA9118C3FA4E77BF1CBF35B8F734A9@lifeboy>
  67. Apr  9 10:26:16 holdenwe postfix/qmgr[3731]: 558C585E3ED: from=<[email protected]>, size=2571, nrcpt=1 (queue active)
  68. Apr  9 10:26:16 holdenwe postfix/virtual[26606]: 558C585E3ED: to=<[email protected]>, relay=virtual, delay=2.9, delays=2.9/0.01/0/0.02, dsn=2.0.0, status=sent (delivered to maildir)
  69. Apr  9 10:26:16 holdenwe postfix/qmgr[3731]: 558C585E3ED: removed
  70. Apr  9 10:26:18 holdenwe postfix/smtpd[26483]: connect from pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]
  71. Apr  9 10:26:18 holdenwe postfix/smtpd[26483]: NOQUEUE: reject: RCPT from pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]: 554 5.7.1 <[email protected]>: Relay access denied; from=<[email protected]> to=<[email protected]> proto=ESMTP helo=<lifeboy>
  72. Apr  9 10:26:21 holdenwe postfix/smtpd[26483]: disconnect from pool-71-126-145-65.washdc.fios.verizon.net[71.126.145.65]

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right