Skip to content

Commit

Permalink
Add troubleshooting test email delivery (postfix) (#3344)
Browse files Browse the repository at this point in the history
  • Loading branch information
asteflova authored Oct 4, 2024
1 parent 4575e45 commit 848d8a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions guides/common/modules/proc_testing-email-delivery.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,20 @@ Otherwise, you must perform the following diagnostic steps:
.. Verify the user's email address.
.. Verify {ProjectServer}'s email configuration.
.. Examine firewall and mail server logs.
.. If your {ProjectServer} uses the Postfix service for email delivery, the test email might be held in the queue.
To verify, enter the `mailq` command to list the current mail queue.
If the test email is held in the queue, `mailq` displays the following message:
+
[options="nowrap", subs="+quotes,attributes"]
----
postqueue: warning: Mail system is down -- accessing queue directly
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
BE68482A783 1922 Thu Oct 3 05:13:36 {project-context}[email protected]
----
+
To fix the problem, start the Postfix service on your {ProjectServer}:
+
[options="nowrap", subs="+quotes,attributes"]
----
# systemctl start postfix
----

0 comments on commit 848d8a3

Please sign in to comment.