I do not send messages using the standard php mail () function. After checking with the Exim command, it turned out that all messages go frozen. Please tell me why for what reason?

  • in the log, see. - aleksandr barakin

1 answer 1

for what reason is this happening?

This may be due to a huge number of reasons. starting from errors in the configuration and ending with the fact that messages from you simply do not accept (this will be written in the log file).

configuration check (if there are errors in the conf. file, this will be written):

$ sudo exim -bV 

if the configuration file contains no errors, then look at the log file.

if you do not know where it is located, ask the program itself (an example of the answer is given):

 $ sudo exim -bP log_file_path log_file_path = /var/log/exim4/%slog 
  • In the config. There is no error file, in /var/log/exim/main.log found Message is frozen. Tell me please where to dig further? - Jeick9 2:22 pm