Guest User

my message

a guest
Jul 5th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.80 KB | None | 0 0
  1. These are some of the initial ones that got sent to my email
  2.  
  3. Running scheduled command: cronjob_event:log Running scheduled command: '/usr/bin/php7.3' 'artisan'
  4. queue:work --once --tries=1 > '/dev/null' 2>&1 Running scheduled command: '/usr/bin/php7.3' 'artisan' geoip:check > '/dev/null' 2>&1
  5. Running scheduled command: cronjob_event:log Running scheduled command: '/usr/bin/php7.3' 'artisan'
  6. queue:work --once --tries=1 > '/dev/null' 2>&1 Running scheduled command: '/usr/bin/php7.3' 'artisan' geoip:check > '/dev/null' 2>&1
  7. Running scheduled command: cronjob_event:log Running scheduled command: automation:run Running scheduled command: '/usr/bin/php7.3' 'artisan'
  8. queue:work --once --tries=1 > '/dev/null' 2>&1 Running scheduled command: '/usr/bin/php7.3' 'artisan' sender:verify > '/dev/null' 2>&1 Running scheduled command: '/usr/bin/php7.3' 'artisan' geoip:check > '/dev/null' 2>&1 Running scheduled command: subscription:run
  9. Running scheduled command: cronjob_event:log Running scheduled command: '/usr/bin/php7.3' 'artisan'
  10. queue:work --once --tries=1 > '/dev/null' 2>&1 Running scheduled command: '/usr/bin/php7.3' 'artisan' geoip:check > '/dev/null' 2>&1
  11.  
  12. Now when I check the mainlog, these are the logs that it gives me when it actually goes through SES, shortened down to two because these are the two most recurring logs
  13.  
  14. Line 106160: 2020-07-03 18:25:07 1jrOUs-0008Sz-G7 => domainnotallowedbecauseno2links@domainhere R=send_via_ses T=ses_smtp H=amazonlinkhere [3.11.201.164] X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes A=ses_login C="250 Ok 010b0173157eee53-c90224c9-0d31-41f6-aeda-b3102dbbf1c6-000000"
  15. Line 106265: 2020-07-03 18:25:21 1jqfWn-00008K-Av ** domainnotallowedbecauseno2links@domainhere R=send_via_ses T=ses_smtp H=amazonlinkhere [18.132.76.200] X=TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 CV=yes: SMTP error from remote mail server after MAIL FROM:<> SIZE=3382: 501 Invalid MAIL FROM address provided
  16. 2020-07-03 18:07:08 H=d218-14-amazonseslinkgoeshere [23.249.218.14] X=TLS1.2:ECDHE_RSA_AES_128_CBC_SHA1:128 CV=no SNI="domainnotallowedbecauseno2links@domainhere" F=<010b0173156e7584-5c42762b-1b67-4c50-b6dd-636abc91425d-000000@amazonlinkhere> rejected RCPT <domainnotallowedbecauseno2links@domainhere>: relay not permitted
  17. 2020-07-03 18:07:09 H=d218-243-amazonseslinkgoeshere [23.249.218.243] X=TLS1.2:ECDHE_RSA_AES_128_CBC_SHA1:128 CV=no SNI="domainnotallowedbecauseno2links@domainhere" F=<> rejected RCPT <domainnotallowedbecauseno2links@domainhere>: relay not permitted
  18.  
  19. ![](https://i.imgur.com/oEVgQvK.png)
  20.  
  21. When I first checked it too, the frozen messages were piled up and I found a way to clear that.
  22.  
  23. I'm not sure how to find it now, but it was basically showing some of the successful cron's coming from root user after I disabled notifications on the other user.
Add Comment
Please, Sign In to add comment