-
**Describe the bug**
Missing two dependencies in Attack Search:
* missing pip dependencies of aiosmptd when updating tests after switching from smptd to aiosmtpd in Attacker
* missing systemd-resol…
-
Like it is in title ..
```console
+ PYTHONPATH=/home/tkloczko/rpmbuild/BUILDROOT/python-aiosmtpd-1.4.6-2.fc37.x86_64/usr/lib64/python3.10/site-packages:/home/tkloczko/rpmbuild/BUILDROOT/python-aiosm…
-
The type annotation for Session.peer is currently:
```
self.peer: Optional[str] = None
```
This attribute appears to be set in `connection_made()` like so:
```
self.session.peer = transpor…
-
I'm trying to set up a basic mail server to test an application with e-mail reporting. It will only stay on localhost, but I do need authentication and StartTLS. I've gotten StartTLS support working w…
-
I am struggling to get one of my systems in my homelab to work. vCenter seems to be passing AUTH= as part of the message and mailrise is rejecting the email and returning it sender.
while talking …
-
## Detailed Description
I'm writing pytest test cases for aiosmtpd, and I'm hitting this problem against `master` in [aio-libs/aiosmtpd](https://github.com/aio-libs/aiosmtpd)
Minimal reproducibl…
-
So I have [a class defined like this](https://github.com/pepoluan/aiosmtpd/blob/31f6b73b1eab10ec35a20bd90ef393005bd97467/aiosmtpd/smtp.py#L108-L137):
```python
import attr
from functools import p…
-
I've tried mailrise on FreeBSD 14.1 and I get following result.:
```
mailrise -vv /usr/local/etc/mailrise.conf
[2024-06-28 15:36:15] INFO:mailrise.skeleton:Loaded configuration with 1 recipient(s…
nefh updated
4 months ago
-
Hi @ont
I think i have an issue in bind the directories... (below, **docker-compose file**)
version: '3.3'
services:
slacker:
container_name: slacker
volumes:
…
-