From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2D6A81581C1 for ; Mon, 8 Jul 2024 22:58:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BED212BC049; Mon, 8 Jul 2024 22:58:35 +0000 (UTC) Received: from mail125c7.megamailservers.com (mail738.megamailservers.com [69.49.98.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5934E2BC017 for ; Mon, 8 Jul 2024 22:58:35 +0000 (UTC) X-Authenticated-User: admin@sys-concept.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=megamailservers.com; s=mailtor; t=1720479515; bh=QzgDSnTvgx8vmkt2oaCEOkZCvST2Koo1iMmPRb0P5jo=; h=Date:Subject:To:References:From:In-Reply-To:From; b=KzPRcAEqaUyG5FsuOPd2PtuGZJXJd/YQsiAMsbtsfkHjjqeS/R5No84NH9pBX4OPG XhIjq2dLpxQXE/bT748NSNdm+Z3dE0oyYwINZotVJm7IWt8kfk+zEQb7y5p6mozuia dnIZlo0uYFGSIbkUXrPBCE1KtRUB6x4PHxbzWLj8= Feedback-ID:thelma@sys-conc Received: from [10.0.0.109] ([184.69.242.18]) (authenticated bits=0) by mail125c7.megamailservers.com (8.14.9/8.13.1) with ESMTP id 468MwOe0073028 for ; Mon, 8 Jul 2024 18:58:26 -0400 Message-ID: Date: Mon, 8 Jul 2024 16:58:24 -0600 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [gentoo-user] postfix error: External senders are prohibited to send to local recipient To: gentoo-user@lists.gentoo.org References: <4843a6c0-967c-47b9-9edd-601a95acad83@sys-concept.com> <9280d8d222beea42f300d1d8815dfd0a@vnecke.de> From: Thelma Content-Language: en-CA In-Reply-To: <9280d8d222beea42f300d1d8815dfd0a@vnecke.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-VADE-SPAMSTATE: clean X-VADE-SPAMSCORE: 0 X-VADE-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgeeftddrvdekgdduiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfjqffuvffqrffktedpqfgfvfdpgffpggdqveejnecuuegrihhlohhuthemuceftddunecunecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttddvjeenucfhrhhomhepvfhhvghlmhgruceothhhvghlmhgrsehshihsqdgtohhntggvphhtrdgtohhmqeenucggtffrrghtthgvrhhnpeeujeeuhefgjedvgfekhfegjefhuddutdekudehhffggffghffgtddvvedvudduteenucffohhmrghinhepughomhgrihhnrdgtohhmnecukfhppedukeegrdeiledrvdegvddrudeknecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehinhgvthepudekgedrieelrddvgedvrddukedphhgvlhhopegluddtrddtrddtrddutdelngdpmhgrihhlfhhrohhmpehthhgvlhhmrgesshihshdqtghonhgtvghpthdrtghomhdpnhgspghrtghpthhtohepuddprhgtphhtthhopehgvghnthhoohdquhhsvghrsehlihhsthhsrdhgvghnthhoohdrohhrgh X-Rspamd-Status: No, score=-0.09 X-Rspamd-Result: default: False [-0.09 / 6.00]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_ZERO(0.00)[0]; ASN(0.00)[asn:6327, ipnet:184.69.224.0/19, country:CA]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; NEURAL_HAM(-0.00)[-0.186]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; FROM_EQ_ENVFROM(0.00)[]; TO_DN_NONE(0.00)[]; RCPT_COUNT_ONE(0.00)[1] X-Origin-Country: CA X-Archives-Salt: 4d83f314-fe56-4218-94cf-74c09e4948dc X-Archives-Hash: 44346d32feb6a1b59e8357ecd95681c6 Thank you for the input. Yes, you are correct, in my case "postfix" was missing "sasl" flag. I needed to run: postmap hash:/etc/postfix/saslpass and add entry to: /etc/postfix/sender_canonical now it works; until Rogers decided to add something new. On 7/7/24 23:24, david@vnecke.de wrote: > Hello Thelma, > > depends on how these files are configured in your main.cf. > If it says > > smtp_sasl_password_maps = hash:/etc/postfix/saslpass > and/or > sender_canonical_maps = hash:/etc/postfix/sender_canonical > > you have to build the hashtables with > postmap hash:/etc/postfix/saslpass > and/or > postmap hash:/etc/postfix/sender_canonical > > A "postfix reload" (or a restart of the service) might be necessary after creating the hashtables. > > Other filetypes might be supported too, have a look into "man postmap" for more info. > > Kind regards, > David > > Am 2024-07-07 07:12, schrieb Thelma: > ... > >> >> ... status=bounced (host mail.domain.com[69.xx.xxx.xxx] said: 550 5.7.1 ... External senders are prohibited to send to local recipients without authentication (in reply to RCPT TO command)) >> >> Does these two files need special command to activate them? They seem to be simple text files. >> >> /etc/postfix/sender_canonical >> /etc/postfix/saslpass > > ... >