> Date: Thursday, January 05, 2023 17:06:40 -0700
> From: Sbob
>
># echo 'Test 5' | mail -s "Test: $(date)"
># my_user@my_fastmail_domain.com
>
>
> and now I see this in /var/log/maillog :
>
> Jan 5 17:03:37 F37-Server postfix/pickup[916]: 1AA22104C394:
> uid=0 from=
> Jan 5 17:03:37 F37-S
I found the maillog, per an entry I found I changed a couple of the
settings in /etc/postfix/main.cf, it said these were required:
smtp_tls_wrappermode = yes
smtp_tls_security_level = encrypt
Then I ran:
# systemctl enable --now postfix.service
and another test:
# echo 'Test 5' | mail -s
> Date: Thursday, January 05, 2023 16:53:09 -0700
> From: Sbob
>
>> On 1/5/23 16:44, Richard wrote:
>>
>>> Date: Thursday, January 05, 2023 16:31:49 -0700
>>> From: Sbob
>>>
>>>
>>> when I run a test like this:
>>>
>>> # echo 'It worked! 4' | mail -s "Test: $(date)"u...@somedomain.com
>>>
>
I see this for mailx:
# mailx
No mail for root
Is there another log to look at?
On 1/5/23 16:44, Richard wrote:
Date: Thursday, January 05, 2023 16:31:49 -0700
From: Sbob
when I run a test like this:
# echo 'It worked! 4' | mail -s "Test: $(date)"u...@somedomain.com
No mail ever shows u
> Date: Thursday, January 05, 2023 16:31:49 -0700
> From: Sbob
>
>
> when I run a test like this:
>
># echo 'It worked! 4' | mail -s "Test: $(date)" u...@somedomain.com
>
> No mail ever shows up,
Before trying to debug this in more detail, what's in the mail log on
your sending server?
___