From: Michael <confabulate@kintzios.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] /etc/crontab - sending notification to a different user
Date: Sun, 01 Sep 2024 10:23:35 +0100 [thread overview]
Message-ID: <2954487.e9J7NaK4W3@rogueboard> (raw)
In-Reply-To: <CAEVFJ_BPPA76s-NiVJT3jFhaAwm-v-Gj4H6p1OuSc2n0JQvkWw@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1171 bytes --]
On Saturday, 31 August 2024 21:56:59 BST syscon edm wrote:
> In /etc/postfix/main.cf I only have:
>
> myorigin = gmail.com
>
> If I use:
> myorigin = syscon8@gmail.com
>
> I get an error message;
> Aug 31 14:28:02 i5 postfix/smtp[25841]: 1A31217E00EC: to=<root@syscon8@
> gmail.com>,
OK, I expect you'd need to set an alias instead. Try:
My cat /etc/mail/aliases
# Basic system aliases -- these MUST be present.
# Redirect mail for local recipients
MAILER-DAEMON: postmaster
postmaster: root
root: syscon8
or try:
root: syscon8@gmail.com
then run 'newaliases' each time to rebuild the database. One of these aliases
ought to work.
> relay=smtp.gmail.com[142.250.99.109]:587, delay=0.54,
> delays=0.01/0/0.5/0.03, dsn=5.1.3, status=bounced (host
> smtp.gmail.com[142.250.99.109]
> said: 553-5.1.3 The recipient address <root@syscon8@gmail.com> is not a
> valid RFC 553-5.1.3 5321 address.
>
> my /etc/postfix/sender_canonical
> /^root@gmail\.com$/ syscon8@gmail.com
I don't think you should be using canonical - this will be rewriting addresses
within the header *and* body of messages.
Use an alias instead.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next prev parent reply other threads:[~2024-09-01 9:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-27 5:10 [gentoo-user] /etc/crontab - sending notification to a different user syscon edm
2024-08-27 7:05 ` Joost Roeleveld
2024-08-27 17:09 ` syscon edm
2024-08-27 20:14 ` J. Aho
2024-08-31 16:56 ` Michael
2024-08-31 19:11 ` syscon edm
2024-08-31 19:16 ` Michael
2024-08-31 19:34 ` syscon edm
2024-08-31 20:16 ` Michael
2024-08-31 20:56 ` syscon edm
2024-09-01 9:23 ` Michael [this message]
2024-09-03 2:00 ` [gentoo-user] [SOLVED] " syscon edm
2024-08-31 17:20 ` [gentoo-user] " ralfconn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2954487.e9J7NaK4W3@rogueboard \
--to=confabulate@kintzios.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox