> The postifx log says:
>
> "RCPT from unknown[202.70.195.135]"
>
> Regardless of the results from dig, doesn't the above log entry mean
> that postfix is unable to find an rdns entry for this IP and that
> reject_unknown_reverse_client_hostname should be rejecting the
connection?
>
> Terry
Hello,
i used to create on-the-fly mail-addresses with "recipient_delimiter"
set to "."
Now, one of those mail-addresses is heavily receiving spam.
As this mail-address is of the form "user@...", cannot just remove
the user "user.sub" from my list of users.
I would like to reject any ma
/dev/rob0 wrote:
But as far as i can tell, this is already quite late in
processing the mails!
Why do you think so?
I seem to remember, that the recipient code technically is called later
- after all headers and maybe even data has been read by the server.
I would like to reject those mail
postfix-us...@tja-server.de schrieb:
/dev/rob0 wrote:
But as far as i can tell, this is already quite late in
processing the mails!
Why do you think so?
I seem to remember, that the recipient code technically is called later
- after all headers and maybe even data has been read by the serve
Hi,
I am migrating the Exchange 2000 to Exchange 2010, but before we switch over
to new server, I want make a copy of email to new server for testing.
Existing Config:
Postfix -> Amavisd -> Exchange 2000
Here what I want :
Postfix ---> Amavisd -> Exchange 2000
---> Exchange 2010
I
to our new Exchange server.
It is possible to do it with rewrite the recipient email address?
Regards,
Paul
On Sat, Mar 20, 2010 at 11:19 AM, Noel Jones wrote:
>
> On 3/19/2010 8:34 PM, postfix users wrote:
>>
>> Hi,
>>
>> I am migrating the Exchange 2000 to Exchan
Hello,
i would like to create the following setup for two postfix servers.
The setup:
Server A is the smtp(s) server and the MX record for some domains.
He accepts mail from clients over sasl/tls for delivery to the internet
or to the domains.
He does forward all external mail to Server B
He
Thank you, Noel!
I got that running - mostly :)
Server A (MX, SMTP: smtp.example.com) has:
relay_domains = $myhostname, localhost.$mydomain, localhost,
/etc/postfix/mydomains
relay_transport = smtp:[smtp.example.com]
mynetworks = [ip.ad.dr.es], ...
Where /etc/postfix/mydomains lists all doma
I got caught by that already :-O
My server bounced two mails from the list (having relay_recipient_maps
set up wrongly) - and i have no idea if that was already an answer ...
So, if somebody answered to my last mail, please send it again.
:)
Sorry for that!
postfix-us...@tja-server.de schri
One more question, as i reconfigure my mail-servers :)
I have "recipient_delimiter" set to ".", so that
user.@example.com will be delivered to u...@example.com
Now, i have a certain sub-name, that i want to REJECT.
For example:
user.s...@example.com
Is it possible to reject mail to user.s..
Noel Jones schrieb:
Everything is running fine :)
Thank you!
Ralf Hildebrandt schrieb:
check_recipient_access hash:/etc/postfix/recipient_access
user.s...@example.com REJECT
Thanx, that is more easy to use :)
Ansgar Wiechers schrieb:
It should work if the FQDN is the FQDN of server B. It shouldn't work if
the FQDN is the FQDN of server A (which was the case in your config
snippet).
Ahh ...
Was too fast to format that stuff, sorry for that!
The default includes all local users of the machine, whic
And finally, to showcase my config, the "postconf -n" outputs, modified
to remove real hostnames and IP-addresses.
A "client" server:
config_directory = /etc/postfix
mydomain = example.com
mynetworks = 127.0.0.1/8
myorigin = $mydomain
relayhost = smtp.example.com
The MX SMTP server (Server A)
Noel Jones schrieb:
This should use $data_directory rather than $queue_directory.
$data_directory must be a directory owned by $mail_owner (default
"postfix") and not used by any other programs. On most systems this
defaults to /var/lib/postfix.
On my systems (Debian 4 and 5), data_director
Hello my dear Postfix users :)
I got a "new" server, that still runs older software: Debian 6.0.9 with
Postfix 2.7.1
I tried to start anew and tried to get my configuration as small as
possible, with only few changes to the default settings.
I am using "grossd" as greyli
:-(
postfix-us...@tja-server.de wrote:
Hello my dear Postfix users :)
I got a "new" server, that still runs older software: Debian 6.0.9
with Postfix 2.7.1
I tried to start anew and tried to get my configuration as small as
possible, with only few changes to the default settings.
Yes, this default value also bugged be several times :)
Strange to add a NIS mal by default ...
BTW, i hate that the reply-to is not set to the list :D
chrissko wrote:
The output is indeed a non-root user, but before I run the command you
mentioned, I modified the /etc/main.cf file, so now al
Wietse Venema wrote:
OpenSSL versions prior to 1.0.1 don't
have the hearbeat feature and have never been affected by this bug.
ii openssl
0.9.8o-4squeeze14 Secure Socket
Layer (SSL) binary and related crypto
Hi all,
I try to use header_checks to route mails with a specific header through
a different SMTP with special TLS options.
Therefore I configured a new SMTP service in master.cf:
smtp-sec unix - - y - - smtp
-o smtp_header_checks=
-o syslog_
Yes, smtp-sec and smtp-safe is the same (copy paste mistake...)
Thanks for the explanation.
postfix-us...@mattern.org:
and a test header check:
/^Subject: test1test/?? FILTER smtp-sec:
...
Nov 16 13:38:19 mailtest1 postfix/cleanup[1147934]: 5C0D85B05:
filter: header Subject: test1test fro
Hello,
Looks like I get listed (again) becouse my conf recjects spam messages
with full body.
What to change in postfix configuration to get reject with my message
only and SPAM message added as eml attachment ?
Sebastian
I've run into a problem with one of the postfix tls scripts.
Attempting to deploy server certificates with
# postfix tls deploy-server-cert certificate.crt keyfile.key
Expected to deploy new certificates
What happened - command fails with
/usr/lib/postfix/sbin/postfix-tls-script: 780: sh
On 2020-05-30 09:42, Wietse Venema wrote:
postfix-us...@vintagesfinewine.com:
I've run into a problem with one of the postfix tls scripts.
Attempting to deploy server certificates with
# postfix tls deploy-server-cert certificate.crt keyfile.key
Expected to deploy new certificates
What happe
Hello (not helo :-)
I am working on a spam filter and so I find myself spending a lot more quality
time with mail logs than I used to. One of the things I have noticed is that I
will get a lot of connections that send a HELO command and then disconnect.
Sometimes I get this repeated sever
I have a Postfix-relay with a bunch of domains.
Most oft them are relayed to an ms exchange-server behind.
Therefore I make a ldap-query against the ms ad-server (relay_recipient_maps =
ldap:/etc/postfix/ldap_relay_recipient_map.cf) which works perfect.
One domain is hosted on a Linux (Postfix to
Wietse Venema:
> Damian Lukowski:
>> Hi,
>>
>> is there a reason that tcp_table has the DICT_FLAG_PATTERN flag
>> instead of DICT_FLAG_FIXED? One could create more flexible transport
>> map chains if tcp_table was also queried for pure domains.
> Like pcre, regexp, and socketmap, tcp_table is quer
Hello,
I typed the address in a message wrong. Pine copied ot to the
sendmail folder anyway. But postfix saw the message that the
address was wrong and put it in the mailq. (Fair enough).
Question is: can I resnd the message with the correct address
and if yes, how?
Regards,
Hans.
jd
*** Antwoord op een bericht uit gebied LISTS.POSTFIX-USERS
(lists.postfix-users).
Hallo Ralf,
Op zondag 24 mei 2009 schreef Ralf Hildebrandt aan postfix-users@postfix.org:
>> Question is: can I resnd the message with the correct address
>> and if yes, how?
RH> I fail to se
*** Antwoord op een bericht uit gebied LISTS.POSTFIX-USERS
(lists.postfix-users).
Hallo Wietse,
Op zondag 24 mei 2009 schreef Wietse Venema aan Postfix users:
>> Question is: can I resnd the message with the correct address
>> and if yes, how?
WV> I assume that the message
Hallo postfix-users,
Occasionally external systems are tying to send mail with a
faked sender address via my system. So far no harm is done,
ad they have not been able to create a real user name. But
I would like to stop them before they use my mail system,
as soon as they make contact. How can I
Hallo Robert,
Op vrijdag 01 augustus 2008 schreef Robert Schetterer aan ram:
>>> Example:
>>> Jul 31 15:31:02 duinheks postfix/smtpd[29511]: NOQUEUE:
>>> reject: RCPT from unknown[218.20.152.23]: 550 5.1.0
>>> <[EMAIL PROTECTED]>: Sender address rejected: User unknown in
>>> local recipient
Hallo ram,
Op vrijdag 01 augustus 2008 schreef ram aan [EMAIL PROTECTED]:
>> Occasionally external systems are tying to send mail with a
>> faked sender address via my system. So far no harm is done,
>> ad they have not been able to create a real user name. But
>> I would like to stop them be
Hallo Robert,
Op maandag 04 augustus 2008 schreef [EMAIL PROTECTED] aan
postfix-users:
RS>> reject_unknown_reverse_client_hostname
RS>> helps a lot here
lpu> Thanks. I've put that in and will wait and see what happens.
It took a few days, becaus it doen'st happen eve
Hello,
This morning I sent a message from my system at home to my
user account with my provider. When I looked at the headers
I noticed the following received header line:
from duinheks.nl (duinheks.nl [82.95.255.219] (may be forged)) by
smtp-vbr1.xs4all.nl (8.13.8/8.13.8) with ESMTP id m8K6up830
Hallo Ralf,
Op zaterdag 20 september 2008 schreef Ralf Hildebrandt aan
postfix-users@postfix.org:
RH> $ host -t A duinheks.nl
RH> duinheks.nl has no A record
Ah, that was a very useful answer, and easily fixed. I really
should read up on al this DNS stuff.
Thank you very much!
G
Hello Ralf,
On Saturday September 20 2008, Ralf Hildebrandt wrote to
postfix-users@postfix.org:
RH> Ask on the sendmail list. smtp-vbr1.xs4all.nl is running
RH> sendmail 8.13.8
I liked your other reply better :) I don't use sendmail and
the xs4all help desk is nowadays very unh
Hi all,
With `milter_protocol = 2`, the DKIM signature is invalid if a signed
header is like "Subject:" in this test.eml attached example.
```
From:
To:
Subject:
Folding_White_Space_and_too_long_subject_a
Test
```
It works fine with `m
If I made any errors/mistakes or my configuration contains any
unnecessary settings/variables, can someone point them out?
Thanks!
==
postconf -n:
best_mx_transport = virtual
biff = no
bounce_queue_lifetime = 3d
compatibility_level = 2
default_process_limit = 150
delay_warning_time = 12h
di
Some of my favs:
https://en.internet.nl/ (if you're running Postscreen, it will fail the
TLS test as it doesn't wait for the STARTTLS offer)
http://www.mail-tester.com
https://ssl-tools.net
https://dane.sys4.de/ (thanks Victor!)
http://arp.simson.net/dev/dane_check.cgi/ (defunct :( )
On 11/07/201
Hello,
Is there a way, in the context of SMTP Access Policy Delegation
(http://www.postfix.org/SMTPD_POLICY_README.html), to change the
envelope sender (MAIL FROM: / Return-Path) of an e-mail ?
In fact, what I want is to call a script that will replace the envelope
sender (in order to collec
r...@gmx.co.uk:
> It sounds like you might want VERP, did you review this one:
> http://www.postfix.org/VERP_README.html
> ?
Yes, I have already read this. But I really need the recipient address
and the sasl_username (to identify my user when I get the bounce) and,
except if I'm wrong, I c
Hi,
1. In master.cf, is it possible to override a transport configuration
parameter with its own name ? Like this :
transportname unix - - n - 1 smtp
-o transportname_destination_rate_delay=1s
If I can't, why ?
2. Can I use 'default_xxx' or 'smtp_xx
Hi Wietse,
Thank you for your reply,
That's why it wasn't working as expected !
So, just to be sure, is this syntax valid (destination_concurrency_limit
is this time documented in the smtp manpage) ?
transportname unix - - n - 1 smtp
-o transportname_de
Scenario: a nameserver is misconfigured such that it doesn't set the "recursion
available" (ra) bit on its replies. Postfix's relayhost has an A record but no
MX record, and is specified in main.cf without [] brackets around it.
What I see is that Postfix 2.6.6 looks up the MX record, receives a
What date does this take effect and we start receiving list mail from the new
server host?
So we can keep an eye out to make sure no issues on our side, whitelisting if
needed.
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
90903 header.b=mKunzef7
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
From: Noel Jones via
Postfix-users from list.sys4.de[188.68.34.52];
from= to= proto=ESMTP
helo=
Mar 7 13:05:26 host opendkim[1883]: 4PWNdy5lkcz4l3gy: list.sys4.de
[188.68.34.52] not internal
Mar 7 13:05:26 host opendkim[1883]: 4PWNdy5lkcz4l3gy: not authenticated
Mar 7 13:05:27 host ope
ill reach out to the opendmarc list.
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
de options:
WITH_SPF
WITH_SPF2
No solution so far, I think there are 2-3 open bug reports on github, but since
the project is very dead, nobody has bothered to fix the problem.
On Tue, 07 Mar 2023 14:37:41 -0500 postfix--- via Postfix-users
wrote:
> Yes, I understood the
this
list.
In the mean time as suggested, I added "list.sys4.de" to the ignorelist to be
able to accept list mail again. However i would like to solve the problem and not rest on
a band-aid.
___________
Postfix-users mailing list -- postfix-users@p
stems?
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
ll be lost.
p@rick
Can you announce on the list when this is completed so we can test if it
resolves the issue with opendmarc failing? Thank you.
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfi
On 8/03/23 10:54, postfix--- via Postfix-users wrote:
No solution so far, I think there are 2-3 open bug reports on
github, but since the project is very dead, nobody has bothered to
fix the problem.
So what's the option for a more upto date version of DKIM milter for
debian?
And what
On 8/03/23 15:46, Scott Kitterman via Postfix-users wrote:
For Debian, if someone can find/test patches, I can get them into Debian's
package. I assume other distributors are similar. Feel free to update the
Debian bug with information. It's unfortunate we don't have a bet
On 8/03/23 10:40, postfix--- via Postfix-users wrote:
I am using RHEL8 and after checking for updates I was able to update
opendmarc to 1.4.2 (from 1.4.1) however it still has the error, only
with mail from this list.
In the mean time as suggested, I added "list.sys4.de" to the igno
ssword mismatch
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
hey,
On Thursday, 9 March 2023 15:29:01 CET, Wietse Venema via Postfix-users
wrote:
Let me help remind you that your email address has been out there
for a while. Here are some samples from the postfix-users list:
i am totally aware of that. and to be clear: my email address being public
ll be lost.
p@rick
This is a test email to see if the changes above fixed the opendmarc issues.
Assuming the list is using the new key by now.
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfi
in the opendmarc ignore list as a
work around.
___________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
.
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
the conversation
on the list, it wont be.
Was that the intent?
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
On 10/03/23 07:34, postfix--- via Postfix-users wrote:
Is it the best idea to add a reply-to header to the author on mailing
list emails?
The problem I see is many people will hit reply in their email client
which will create an email from them to the author, bypassing the
mailing list.
Unless
ist. Or make up an x-header for tracking/investigative
purposes.
I just predict emails being replied to directly and not kept on list. Ive said
my 2cents, i will let it go.
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe s
The very much worth reading RFC 9057 of Dave Crocker defines an Author: field...
I like that idea better than my suggestion of footer or x-header.
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix
On 10/03/23 08:50, Steffen Nurpmeso via Postfix-users wrote:
Wietse Venema via Postfix-users wrote in
<4pxdmb1f8fzj...@spike.porcupine.org>:
|postfix--- via Postfix-users:
|> Is it the best idea to add a reply-to header to the author on mailing \
|> list emails?
|> The p
On 10/03/23 09:07, Matthew McGehrin via Postfix-users wrote:
Hi Peter.
The Reply-To has always been the original poster for 10+ years. No sense
changing it now. :)
On the contrary, this is the perfect time to change it, if we're going
to change it. We've already made a number of
On 10/03/23 09:12, Gerald Galster via Postfix-users wrote:
Many email clients have a "Reply List" option which goes to the address in the List-Post: header.
Thunderbird has a "Smart Reply" button that when displaying a message with List-Post: defaults to
"Reply List
On 10/03/23 09:22, Wietse Venema via Postfix-users wrote:
This list uses Mailman configuration settings, not handcrafted code.
If people believe that it is worthwhile to change the Mailman
implementation or the DMARC spec, then I suggest that they work
with the people responsible for that.
How
On 10/03/23 10:04, Dan Mahoney via Postfix-users wrote:
I know that P-U stands for postfix users. I get it that a short subject tag
was desired, but would [postfix] have been that much more distracting, without
adding the obvious third-grader label that might better be held by qmail?
Indeed
On 10/03/23 11:09, Wietse Venema via Postfix-users wrote:
I am subscribed to several mailing lists that have [uppercase
abbreviation] as their tag, and that works well. None of those tags
are more than 5 characters long.
I have the opposite experience. most of the lists I'm subscrib
If I'd change anything I would delete the '-' in the middle of the
current tag.
I'm all in favour, though I also be happy with [U], [D], and [A]. :-)
Or we all could be adults and not giggle like little girls at seeing [P-U]
_____
On 10/03/2023 5:24 pm, Viktor Dukhovni via Postfix-users wrote:
> I was also quite happy with
> no tags at all.
+1 no tags
Mal
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-us
roject so don't expect a fix, maybe
you should prepare to move to another DMARC verification utility.
If you are not using OpenDMARC then look for the output of the milter that
caused the 4.7.1 retry error.
On Fri, 10 Mar 2023 11:13:35 +0100 Adrian Huryn via Postfix-users
wrote:
> Hel
Should I enable openSRS for this forwarding service? what's the flaw on SRS?
Thanks.
Yong
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
years or so, which is sad really. I hope the project owners decide to either
close the projects or give them away to someone else. There is no reason to
beat a dead horse.
On Fri, 10 Mar 2023 10:19:40 -0500 PGNet Dev via Postfix-users
wrote:
> ime, dkimpy/dkimpy-milter are great alterna
Dev via Postfix-users
wrote:
> > The problem with dkimpy/dkimpy-milter, is that they don't exist in
> > enterprise distros (Alma, Rocky, Oracle) via EPEL.
> FWIW, it's a trivial install with python/pip, and plays nicely in a venv.
> works a charm here.
>
&g
orks fine !
if i use external smarthost, this mail is always sent regularly.
what can i check?
is the problem the server configuration or the SPF record?
Very very thanks to all...
Regards.
Antonio
_______________
Postfix-users mailing list -- postfix-users@postfi
? Is postfix running in chroot denying access?
Selinux issue?
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
Il 2023-03-11 14:23 postfix--- via Postfix-users ha scritto:
some times, for not all of address, my mail remaining in queue
what can i check?
is the problem the server configuration or the SPF record?
Can't connect to local MySQL server through socket
'/run/mysqld/mysqld.so
: Gerald Galster via Postfix-users
Destinatario: Postfix users
Rispondi a: Gerald Galster
i think the problem is "sasl-password" authentication file.
No, your problem is related to mysql which is a database (daemon),
that is accessed via sockets, not a file.
[...]
query = SELECT pas
OK, I try to document myself.
if you have a links, I will be grateful...
Messaggio originale
Oggetto: [pfx] Re: MySQL error from not all the receiver
Data: 2023-03-11 17:34
Mittente: Gerald Galster via Postfix-users
Destinatario: Postfix users
Rispondi a: Gerald Galster
hanks
Yong
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
ry, instead of adding an entry in master.cf, but this feels
like the wrong way to do this. Thanks.
___________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
On 12/03/2023 12:49, David Bürgin via Postfix-users wrote:
EML:
I can run the milter as a service, if necessary, instead of adding an entry in
master.cf, but this feels like the wrong way to do this. Thanks.
But note that this is how milters are normally operated, eg milters
installed from
out of curiosity, why do you want to use an SQL database? Do you have more than
1,000,000 email accounts?
I don't really see any benefit by using SQL for small to medium sized systems.
On Mon, 13 Mar 2023 13:26:47 +0100 Antonino Di Mauro via Postfix-users
wrote:
> It seems i f
other account
domains, which is something supported by SELinux on enterprise linux distros
(Alma, Rocky, Oracle, etc).
no need for an SQL database.
On Mon, 13 Mar 2023 13:42:42 +0100 Antonino Di Mauro via Postfix-users
wrote:
> about 200 users...
>
>
> Il 13/03/23 13:33, mai
nterfaces = all
#inet_interfaces = loopback-only
inet_interfaces = 127.0.0.1,
inet_protocols = all
_______
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
/relay_recipients:
firstu...@domain.tldOK
.
.
.
lastu...@domain.tld OK
run postmap on relay_domains, relay_recipients, transport_maps
restart postfix.
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe
Nice release. Does he need a Japanese translator?
regards
Yong
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
same here, it appears like someone is doing tests on their end, because these
errors first appeared today and only for a few hours.
On Fri, 17 Mar 2023 14:17:19 +0100 Benny Pedersen via Postfix-users
wrote:
> Mar 17 11:38:31 localhost postfix/smtpd[22150]: lost connection af
STARTTLS
from list.sys4.de[188.68.34.52]
Mar 17 07:32:36 host postfix/smtpd[1474828]: disconnect from
list.sys4.de[188.68.34.52] ehlo=1 starttls=0/1 commands=1/2
I have 12 of these attempts so far today.
___
Postfix-users mailing list -- postfix-users
On 19/03/23 09:08, Steffen Nurpmeso via Postfix-users wrote:
I still have no problems with
smtpd_tls_mandatory_protocols = >=TLSv1.2
This is fine, so long as you don't have a user that can't support at
least TLSv1.2 that needs to use submission.
smtpd_
On 19/03/23 02:54, Gerd Hoerst via Postfix-users wrote:
I setup my postfix for the clients to use only protocols > TLSv1 with
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1
A better way to do this is:
smtpd_tls_protocols = >=TLSv1.1
smtpd_tls_protocols = !SSLv2,
On 19/03/23 07:44, Matus UHLAR - fantomas via Postfix-users wrote:
I would generally allow the printer to use port 25.
Port 25 is not a submission port and should not be used as such. Keep
your submission separate from your MX traffic and you will avoid a whole
heap of issues down the road
On 19/03/23 12:13, Steffen Nurpmeso via Postfix-users wrote:
|>smtpd_tls_protocols = $smtpd_tls_mandatory_protocols
|
|This will simply result in clients that can't support at least TLSv1.2
|connecting in plain text instead. So rather than having (arguably not
|so) poor en
Relay uses SMTP protocol, as well as submission.
On 2023-03-22 20:32, Gino Ferguson via Postfix-users wrote:
Hi,
Can you explain me the practical difference between relay and smtp
delivery on a relay server?
Thanks!
G.
___
Postfix-users mailing
Sorry Everyone, but I need to test if my posts are going through
Please ignore (or feel free to send me a confirmation)
Cheers
Dulux-Oz
___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le
Thanks Guys :-)___
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org
1 - 100 of 7865 matches
Mail list logo