소스 검색

Correct sendmail path #556

Mark Shust 3 년 전
부모
커밋
7d28f9c5cd
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      images/php/7.3/conf/php.ini
  2. 1 1
      images/php/7.4/conf/php.ini
  3. 1 1
      images/php/8.0/conf/php.ini

+ 1 - 1
images/php/7.3/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"

+ 1 - 1
images/php/7.4/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"

+ 1 - 1
images/php/8.0/conf/php.ini

@@ -12,4 +12,4 @@ upload_max_filesize = 100M
 post_max_size = 100M
 max_input_vars = 10000
 
-sendmail_path = "/usr/local/bin/mhsendmail --smtp-addr=mailhog:1025"
+sendmail_path = "/usr/bin/msmtp -t"