sendmail confMAX_MESSAGE_SIZE

define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy') 
define(`confMAX_MESSAGE_SIZE',`31457280')dnl 
MAILER(local) 
MAILER(smtp) 

note. [message maximum size](http://hiredavidbank.com/prac-send.html) is set to 30MB, change accordingly e.g. 10485760 for 10MB.

https://pbraun.nethence.com/unix/mail/sendmail.html

ちなみにメールサイズの制限はsendmail.cfだと

  O MaxMessageSize=xxxxxxx

sendmail.mcだと

  define(`confMAX_MESSAGE_SIZE', `xxxxxxx')

Sendmailが音を上げた。: ネットワーキングすきま情報 2008
で変更できる。

デフォルトは制限なし