mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-25 14:15:53 +03:00
[GH-ISSUE #146] pgp encrypted aren't sending #155
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#155
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lgwapnitsky on GitHub (May 1, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/146
i created a gpg key for my server, and then added my personal public key to my account. WHen enabled, no messages get via the alias.
@lgwapnitsky commented on GitHub (May 2, 2021):
Issues noticed while watching the logs and rspamd:
@willbrowningme commented on GitHub (May 2, 2021):
Could you check the Laravel log in
/var/www/anonaddy/storage/logs?@lgwapnitsky commented on GitHub (May 2, 2021):
Nothing is showing
@lgwapnitsky commented on GitHub (May 2, 2021):
Sent you a copy of today's logs. with debug on, nothing is reporting. System has no laravel.log file.
@lgwapnitsky commented on GitHub (May 2, 2021):
Also noticing (using redis-commander) that encrypted emails stay in the redis queue under anonaddy_cache instead of being processed. I had 25 in there and just deleted it. Sent a new email with encryption on, and the cache is recreated with one message sitting in there.
I turned off encryption, the message went straight through.
Could this be a php 8 issue? I'm considering rebuilding the box with 7.4 just to test
@lgwapnitsky commented on GitHub (May 2, 2021):
tried a second box with 7.4, fresh install. Moved my IPs over, changed DKIMs. Same issue with encrypted messages. No errors in logs
@lgwapnitsky commented on GitHub (May 2, 2021):
this is from mail.log on a failed message sent when gpg is enabled on the recipient. I've replaced my personal domain with blingblingbling.
the postscreen is required for haproxy translation
@lgwapnitsky commented on GitHub (May 4, 2021):
REsolved. It was a fat-finger copy/paste error. Thanks for all the help!