Re: Postfix help

2023-01-05 Thread Richard
> 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

Re: Postfix help

2023-01-05 Thread Sbob
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

Re: Postfix help

2023-01-05 Thread Richard
> 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 >>> >

Re: Postfix help

2023-01-05 Thread Sbob
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

Re: Postfix help

2023-01-05 Thread Richard
> 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? ___