Re: odd client restrictions behaviour

2008-12-24 Thread postfix-users
> 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

Spam to a "submail" via recipient_delimiter

2010-03-08 Thread postfix-users
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

Re: Spam to a "submail" via recipient_delimiter

2010-03-08 Thread postfix-users
/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

Re: Spam to a "submail" via recipient_delimiter

2010-03-08 Thread postfix-users
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

All email forward a copy to testing server

2010-03-19 Thread postfix users
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

Re: All email forward a copy to testing server

2010-03-22 Thread postfix users
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

Mailgateway

2010-04-07 Thread postfix-users
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

Re: Mailgateway

2010-04-08 Thread postfix-users
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

Re: Mailgateway

2010-04-08 Thread postfix-users
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

Rejecting certain sub-names (from recipient_delimiter)

2010-04-08 Thread postfix-users
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..

Re: Mailgateway

2010-04-08 Thread postfix-users
Noel Jones schrieb: Everything is running fine :) Thank you!

Re: Rejecting certain sub-names (from recipient_delimiter)

2010-04-08 Thread postfix-users
Ralf Hildebrandt schrieb: check_recipient_access hash:/etc/postfix/recipient_access user.s...@example.com REJECT Thanx, that is more easy to use :)

Re: Mailgateway

2010-04-08 Thread postfix-users
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

Re: Mailgateway

2010-04-08 Thread postfix-users
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)

Re: Mailgateway

2010-04-08 Thread postfix-users
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

New server, still older software, minimal configuration

2014-03-23 Thread postfix-users
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

Re: New server, still older software, minimal configuration (connect / disconnect from unknown)

2014-03-25 Thread postfix-users
:-( 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.

Re: postfix delivers all mail to root's mailbox

2014-04-02 Thread postfix-users
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

Re: Asking about heartbleed

2014-04-10 Thread postfix-users
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

header_checks - transport problem

2021-11-16 Thread postfix-users
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_

Re: header_checks - transport problem

2021-11-16 Thread postfix-users
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

Bounce spam configuration.

2019-11-27 Thread Postfix users
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

postfix tls deploy-server-cert fails with "can't shift that many"

2020-05-30 Thread postfix-users
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

Re: postfix tls deploy-server-cert fails with "can't shift that many"

2020-05-30 Thread postfix-users
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

Re: HELO and nothing else

2021-02-11 Thread postfix-users
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

relay_recipient_maps ./. smtp callout

2016-03-22 Thread Postfix Users
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

Re: tcp_table: flag_pattern vs flag_fixed

2014-11-05 Thread postfix-users
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

How to resend a message?

2009-05-24 Thread lists . postfix-users
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

Re: How to resend a message?

2009-05-24 Thread lists . postfix-users
*** 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

Re: How to resend a message?

2009-05-24 Thread lists . postfix-users
*** 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

How to stop these fakes?

2008-07-31 Thread lists . postfix-users
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

Re: How to stop these fakes?

2008-08-04 Thread lists . postfix-users
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

Re: How to stop these fakes?

2008-08-04 Thread lists . postfix-users
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

Re: How to stop these fakes?

2008-08-14 Thread lists . postfix-users
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

Why "may be forged"?

2008-09-20 Thread lists . postfix-users
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

Re: Why "may be forged"?

2008-09-20 Thread lists . postfix-users
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

Re: Why "may be forged"?

2008-09-20 Thread lists . postfix-users
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

Invalid DKIM signature with `milter_protocol = 2` and folded header

2019-12-27 Thread msd+postfix-users
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

A Second Or Third Pair Of Eyes Are Always Best: Please Inspect My Config

2015-11-02 Thread jarrett+postfix-users
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

Re: OpenDKIM

2015-11-07 Thread jarrett+postfix-users
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

How to change the sender of an e-mail ?

2016-10-06 Thread msd+postfix-users
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

Re: How to change the sender of an e-mail ?

2016-10-07 Thread msd+postfix-users
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

Override a transport configuration parameter with its own name

2017-06-07 Thread msd+postfix-users
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

Re: Override a transport configuration parameter with its own name

2017-06-07 Thread msd+postfix-users
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

Postfix 2.6.6: unexpected behavior in face of nameserver misconfiguration

2018-12-10 Thread ben+postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
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

[P-U] sys4 is listed in Abusix

2023-03-07 Thread toganm--- via Postfix-users
___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
90903 header.b=mKunzef7 ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread mailmary--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-07 Thread postfix--- via Postfix-users
stems? ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-08 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-08 Thread Peter via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-08 Thread Peter via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-08 Thread Peter via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-09 Thread Michael via Postfix-users
ssword mismatch _______ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-09 Thread Michael via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-09 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-09 Thread postfix--- via Postfix-users
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

[P-U] Re: Postfix lists are migrating to a new list server

2023-03-09 Thread postfix--- via Postfix-users
. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[P-U] New List Host and Reply-to Header

2023-03-09 Thread postfix--- via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread postfix--- via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread postfix--- via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: New List Host and Reply-to Header

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: The joke writes itself.

2023-03-09 Thread Peter via Postfix-users
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

[P-U] Re: The joke writes itself.

2023-03-09 Thread Peter via Postfix-users
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

[pfx] [P-U] Re: The joke writes itself.

2023-03-09 Thread postfix--- via Postfix-users
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] _____

[pfx] Re: [P-U] Re: The joke writes itself.

2023-03-10 Thread Mal via Postfix-users
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

[pfx] Re: Fwd: milter-reject: END-OF-MESSAGE

2023-03-10 Thread mailmary--- via Postfix-users
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

[pfx] about openSRS for forwarding

2023-03-10 Thread pyh--- via Postfix-users
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

[pfx] Re: [P-U] Re: Postfix lists are migrating to a new list server

2023-03-10 Thread mailmary--- via Postfix-users
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

[pfx] Re: [P-U] Re: Postfix lists are migrating to a new list server

2023-03-10 Thread mailmary--- via Postfix-users
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

[pfx] MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
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

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread postfix--- via Postfix-users
? 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

[pfx] Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
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

[pfx] Fwd: Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
: 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

[pfx] Fwd: Re: MySQL error from not all the receiver

2023-03-11 Thread antonino.dimauro--- via Postfix-users
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

[pfx] use object storage as message store

2023-03-11 Thread pyh--- via Postfix-users
hanks Yong _______ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] Integrating a new milter with Postfix

2023-03-12 Thread EML via Postfix-users
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

[pfx] Re: Integrating a new milter with Postfix

2023-03-12 Thread EML via Postfix-users
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

[pfx] Re: MySQL error from not all the receiver

2023-03-13 Thread mailmary--- via Postfix-users
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

[pfx] Re: MySQL error from not all the receiver

2023-03-13 Thread mailmary--- via Postfix-users
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

[pfx] Simple send-only postfix config

2023-03-15 Thread Fongaboo via Postfix-users
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

[pfx] Simple Backup MX with relay recipient validation

2023-03-15 Thread Fongaboo via Postfix-users
/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

[pfx] Re: A new Postfix book in the making - "Run Your Own Mail Server"

2023-03-17 Thread pyh--- via Postfix-users
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

[pfx] Re: list.sys4.de fails with starttls

2023-03-17 Thread mailmary--- via Postfix-users
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

[pfx] Re: list.sys4.de fails with starttls

2023-03-17 Thread postfix--- via Postfix-users
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

[pfx] Re: Allow TLSv1 only for internal senders

2023-03-18 Thread Peter via 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_

[pfx] Re: Allow TLSv1 only for internal senders

2023-03-18 Thread Peter via Postfix-users
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,

[pfx] Re: Allow TLSv1 only for internal senders

2023-03-18 Thread Peter via Postfix-users
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

[pfx] Re: Fwd: Re: Re: Allow TLSv1 only for internal senders

2023-03-19 Thread Peter via Postfix-users
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

[pfx] Re: difference between relay and smtp

2023-03-22 Thread fh--- via Postfix-users
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

[pfx] Test Post - Please Ignore

2023-03-22 Thread duluxoz via Postfix-users
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

[pfx] Test Post - Please Ignore

2023-03-22 Thread duluxoz via Postfix-users
Thanks Guys  :-)___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

  1   2   3   4   5   6   7   8   9   10   >