Increase SMTP transaction logging details

This commit is contained in:
mdecimus
2024-08-21 16:12:01 +02:00
parent 6d76b26fb8
commit 147d9ded86
47 changed files with 395 additions and 312 deletions

View File

@@ -23,6 +23,9 @@ relay = true
#[tokio::test]
async fn queue_due() {
// Enable logging
crate::enable_logging();
let local = TestServer::new("smtp_queue_due_test", CONFIG, true).await;
let core = local.build_smtp();
let qr = &local.qr;