Guest User

Untitled

a guest
Feb 20th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. postfix/smtp[45785]: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused
  2. postfix/smtp[45785]: 2F7131F9A97: to=<user@host.tld>, relay=none, delay=76041, delays=76040/0.36/0.05/0, dsn=4.4.1, status=deferred (connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
  3. postfix/error[45790]: 550D61F9A99: to=<user@host.tld>, relay=none, delay=76040, delays=76040/0.39/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to 127.0.0.1[127.0.0.1]:10024: Connection refused)
  4. postfix/postscreen[45872]: NOQUEUE: reject: RCPT from [100.200.100.159]:65392: 450 4.3.2 Service currently unavailable; from=<user2@host2.tld>, to=<user@host.tld>, proto=ESMTP, helo=<host.domain.tld>
  5. /usr/libexec/postfix/greylist.pl[45885]: Temporary message rejection to: <user@host.tld> from: <user2@host2.tld> sent from: [100.200.100.159] for: 60 seconds due to greylisting
  6. postfix/smtpd[45879]: NOQUEUE: reject: RCPT from host.domain.tld[100.200.100.159]: 450 4.7.1 <user@host.tld>: Recipient address rejected: Service is unavailable; from=<user2@domain2.tld> to=<user@domain.tld> proto=ESMTP helo=<host.domain.tld>
  7.  
  8. /usr/bin/amavisd[236]: (!)Net::Server: 2012/07/25-13:38:49 Pid_file already exists for running process (88)... abortingnn at line 277 in file /System/Library/Perl/Extras/5.12/Net/Server.pm
  9. ...
  10. /usr/bin/amavisd[236]: Net::Server: 2012/07/25-13:38:49 Server closing!
  11. ...repeating roughly every 10 seconds...
  12.  
  13. if test -f /private/var/run/amavisd.pid; then rm /private/var/run/amavisd.pid
  14.  
  15. <?xml version="1.0" encoding="UTF-8"?>
  16. <!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd >
  17. <plist version="1.0">
  18. <dict>
  19. <key>Label</key>
  20. <string>amavisd_delete_pid</string>
  21. <key>ProgramArguments</key>
  22. <array>
  23. <string>if</string>
  24. <string>test</string>
  25. <string>-f</string>
  26. <string>/private/var/run/amavisd.pid;</string>
  27. <string>then</string>
  28. <string>rm</string>
  29. <string>/private/var/run/amavisd.pid</string>
  30. </array>
  31. <key>RunAtLoad</key>
  32. <true/>
  33. <key>Nice</key>
  34. <integer>10</integer>
  35. <key>KeepAlive</key>
  36. <false/>
  37. <key>AbandonProcessGroup</key>
  38. <true/>
  39. </dict>
  40. </plist>
Add Comment
Please, Sign In to add comment