Files
windyboy daf4aa3dfa Add P.A.R.A. methodology documentation and restructure Personal folder
- Created Methodology.md to outline the P.A.R.A. system and its components.
- Added Outline.md for a structured overview of P.A.R.A. content.
- Documented PKM content organization decisions in PKM-Consolidation-Decision.md.
- Introduced Workflows.md to explain practical applications of P.A.R.A. in work scenarios.
- Moved sensitive information to security-sensitive folder and restructured the Personal folder to align with P.A.R.A. principles.
- Archived backup files including Matrix Me.md and TTG Cookies.md.
- Implemented a comprehensive refactor of the Personal folder to improve organization and security.
2025-12-29 15:37:17 +08:00

75 lines
1.5 KiB
Markdown
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
icloud mail app password:
thunderbird
Your app-specific password is:
noej-ippd-yisl-uqsk
189.cn
iJ(7wA=4P#0dQ@2u
azure mailstor
url:
https://mailstor.blob.core.windows.net/debian-mail
account:
mailstor
container:
debian-mail
key:
lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==
conn string:
DefaultEndpointsProtocol=https;AccountName=mailstor;AccountKey=lG7aKaNulWkq8xSgte7k3Xc6IZ56180Ec9FRP1OY2l3wfQttj+dCxVjP/R2Hd3PXKAkn4vQsW7yW+AStiJ92ag==;EndpointSuffix=core.windows.net
exmail.qq.com
mac pass:
acBcj9DUCyfoPRm6
disable antivirus
```
#### Re: [SOLVED] ClamAV errors even after disabled
SOLVED.
I've found someone with exactly the same problem ( [https://www.howtoforge.com/community/th … vis.52114/](https://www.howtoforge.com/community/threads/how-to-disable-clamav-or-spamassassin-check-in-amavis.52114/) )
The solution is to create a new file /etc/amavis/conf.d/90-custom with :
use strict;
@bypass_virus_checks_maps  = (1);
#------------ Do not modify anything below this line -------------
1;  # insure a defined return
And restart, this works!
```
postfix admin
```bash
php -r "echo password_hash('windyboy@2006', PASSWORD_DEFAULT);"
```
config.local
```
$CONF['setup_password'] = '$2y$10$WSt0rsujCFKjycFqugG4GuWA2HwokFr91LkG9up8CiV6QDN2EGPPO';
```
```
sudo bash /var/www/postfixadmin/scripts/postfixadmin-cli admin add zhiqiang@windy.me --superadmin 1 --active 1 --password windyboy@2006 --password2 windyboy@2006
```