I want to set a mail server that can send mail with sendmail
. Here is what I have done exactly
service postfix start
sendmail < mymail
where mymail
contains
to:my@mail.com
from:random@mail.com
subject: None
None
With a packet capture, I see that nothing is sent. postfix
is running on port 25 and I haven't touch the configuration after postfix installation.
Why is the mail not sent and how can I send a mail with sendmail?
subject
text) (replace
with empty line feed) – yagmoth555 Dec 22 '16 at 17:15