From 311a9cc20d70ab16cb95a3cf3885d0ddcb9c4088 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 25 Aug 2025 00:30:43 +0200 Subject: [PATCH] more text on lmtp --- src/content/docs/ispmail-trixie/167-lmtp.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/content/docs/ispmail-trixie/167-lmtp.mdx b/src/content/docs/ispmail-trixie/167-lmtp.mdx index 8158f65..88bf2b2 100644 --- a/src/content/docs/ispmail-trixie/167-lmtp.mdx +++ b/src/content/docs/ispmail-trixie/167-lmtp.mdx @@ -59,6 +59,8 @@ TODO: move to optional chapter ## Send a test mail locally + + Finally we are ready for our first email. Using the `swaks` command you can create a test email to `john@example.org` and send it to Postfix: @@ -153,3 +155,12 @@ you just sent using `swaks`. Don't worry about the other files like `maildirfolder` or the files that sound like `dovecot…`. Those help Dovecot keep track of the mailbox. You can safely ignore them. + +## Your actual domain + +Obviously the previous examples dealt with the `example.org` domain which is not your actual domain. Feel free to add +your own domain to the database and create a test user. Check the +[section where we created this text user](/ispmail-trixie/database/#example-data-to-play-with) and use it to add your +own account. + +TODO: link to "managing domains and users" later