Skip to content

Instantly share code, notes, and snippets.

@koheyamada
Created September 21, 2018 03:05
Show Gist options
  • Save koheyamada/2fc65737430435d1d67d5a9ab7ac20ff to your computer and use it in GitHub Desktop.
Save koheyamada/2fc65737430435d1d67d5a9ab7ac20ff to your computer and use it in GitHub Desktop.
sendmail 再送関連についてまとめ ref: https://qiita.com/kooohei/items/f4a699e040bfc1dc058b
define(`confTO_QUEUERETURN', `5d')dnl
$ sendmail -q -v -OTimeout.queuereturn=0 -OTimeout.connect=5s -OTimeout.initial=5s -OTimeout.aconnect=5s -OTimeout.mail=5s -OTimeout.helo=5s -OTimeout.rcpt=5s -OTimeout.command=5s
$ rm /var/spool/mqueue/<QID>
$ sudo m4 sendmail.mc > sendmail.cf
$ ls -l /var/spool/mqueue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment