Difference between revisions of "Mails are not being sent"

From Linuxintro
imported>ThorstenStaerk
(Created page with "I had the problem that mails were not sent. The mails could be seen with the command mailq like this: root@mail:~# mailq -Queue ID- --Size-- ----Arrival Time---- -Sender/Re...")
 
imported>ThorstenStaerk
Line 3: Line 3:
 
  -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
 
  -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
 
  C3580220AC*  32415 Wed Dec 30 07:49:01  thorsten@example.com
 
  C3580220AC*  32415 Wed Dec 30 07:49:01  thorsten@example.com
 +
Ok, /var/log/mail.err had a million entries
 +
Jan  2 17:17:35 mail postfix/smtp[24439]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter
 +
 +
 +
[[Category:Mail]]
 +
[[Category:Troubleshooting]]

Revision as of 17:18, 2 January 2016

I had the problem that mails were not sent. The mails could be seen with the command mailq like this:

root@mail:~# mailq 
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
C3580220AC*   32415 Wed Dec 30 07:49:01  thorsten@example.com

Ok, /var/log/mail.err had a million entries

Jan  2 17:17:35 mail postfix/smtp[24439]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter