SMTPUTF8 is required...

2021-12-09 Thread Daniel Armando Rodriguez
Hi there This error came up: "SMTPUTF8 is required, but was not offered by host..." I've already tweaked this options: smtputf8_enable = no compatibility_level = 2 Error appeared again, so. What else can I do? Running Postfix 3.4.14 with Dovecot 2.3.4.1 on Debian 10 Thanks in advance

Re: Unable to receive mail from certain hosts

2021-07-27 Thread Daniel Armando Rodriguez
El mar, 27 de jul. de 2021 a la(s) 10:10, Wietse Venema ( wie...@porcupine.org) escribió: > Daniel Armando Rodriguez: > > Jul 27 07:27:52 postoffice postfix/smtpd[13730]: < lists.isc.org > [149.20.1.60]: > > MAIL FROM: > > SIZE=1997 > > Jul 27 07:27:

Re: Unable to receive mail from certain hosts

2021-07-27 Thread Daniel Armando Rodriguez
El mar, 27 de jul. de 2021 a la(s) 02:14, Viktor Dukhovni ( postfix-us...@dukhovni.org) escribió: > > On 26 Jul 2021, at 10:08 pm, post...@ptld.com wrote: > > > > You change to: > > > >smtpd_enforce_tls = no > >smtpd_use_tls = no > >smtpd_tls_security_level = may > > With "smtpd_tls_se

Re: Unable to receive mail from certain hosts

2021-07-26 Thread Daniel Armando Rodriguez
Thanks for the quick reply, After disabling such options error stands. El lun, 26 de jul. de 2021 a la(s) 21:28, escribió: > > smtpd_enforce_tls = yes > > Oops, i missed this one too: > http://www.postfix.org/postconf.5.html#smtpd_enforce_tls > > smtpd_enforce_tls = yes > Mandatory TLS: announc

Unable to receive mail from certain hosts

2021-07-26 Thread Daniel Armando Rodriguez
Currently I'm dealing with some issues when receiving mail from some hosts, session is disconnected almost inmediately Jul 26 20:06:41 postoffice postfix/smtpd[9404]: connect from lists.isc.org [149.20.1.60] Jul 26 20:17:58 postoffice postfix/smtpd[9616]: disconnect from lists.isc.org[149.20.1.60]

Re: Stucked with "unable to look up host"

2021-02-08 Thread Daniel Armando Rodriguez
El lun., 8 de febrero de 2021 10:20, Matus UHLAR - fantomas < uh...@fantomas.sk> escribió: > On 31.01.21 09:56, Daniel Armando Rodriguez wrote: > >Indeed, it was running chrooted but resolv.conf has the same content > > >=== # postconf -nf > >smtp_tls_protocols = TLS

Re: Stucked with "unable to look up host"

2021-01-31 Thread Daniel Armando Rodriguez
Indeed, it was running chrooted but resolv.conf has the same content === # postconf -nf alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no compatibility_level = 2 disable_dns_lookups = no disable_vrfy_command = yes inet_interfaces = all inet_protoc

Stucked with "unable to look up host"

2021-01-30 Thread Daniel Armando Rodriguez
Messages log this error , relay=none, delay=1.2, delays=0.15/0.01/1/0, dsn=5.3.0, status=bounced (unable to look up host host.domain.com: No address associated with hostname) However, DNS resolution works as expected and has a PTR record associated with it. Any pointers would be greatly appreci

Re: spamassassin & bayes

2021-01-29 Thread Daniel Armando Rodriguez
Thanks to all. :-) Best regards El jue, 28 de ene. de 2021 a la(s) 05:34, maciejm (na...@mandzur.pl) escribió: > Hi > Maybe use redis for bayes rules > > On 27.01.2021 23:33, Richard wrote: > > > >> Date: Wednesday, January 27, 2021 19:17:48 -0300 > >

spamassassin & bayes

2021-01-27 Thread Daniel Armando Rodriguez
Hi Suddenly I'm facing tons of this messages ... bayes: cannot open bayes databases /home/spamd/.spamassassin/bayes_* R/W: lock failed: File exists A 'solution' found on the web says disable bayes, reload SA, delete such files and enable bayes again. Increased values in default_process_limit

Re: 451 4.3.5 Server configuration error

2017-08-30 Thread Daniel Armando Rodriguez
>> They are, look like this in main.cf >> >> # OpenDKIM >> milter_default_action = accept >> milter_protocol = 6 >> smtpd_milters = local:/opendkim/opendkim.sock >> non_smtpd_milters = $smtpd_milters > > Each parameter definition must start in the *first* > column of its text line. See > >

Re: 451 4.3.5 Server configuration error

2017-08-30 Thread Daniel Armando Rodriguez
2017-08-30 10:16 GMT-03:00 Christian Kivalo : > > > On 2017-08-30 15:07, Daniel Armando Rodriguez wrote: >>> >>> On 2017-08-30 14:51, Daniel Armando Rodriguez wrote: >>>> >>>> >>>> Hi, I'm getting such message logged after

Re: 451 4.3.5 Server configuration error

2017-08-30 Thread Daniel Armando Rodriguez
> On 2017-08-30 14:51, Daniel Armando Rodriguez wrote: >> >> Hi, I'm getting such message logged after the warning: unknown smtpd >> restriction: "milter_default_action" > > Note that options in master.cf are without spaces around the "=". y

451 4.3.5 Server configuration error

2017-08-30 Thread Daniel Armando Rodriguez
Hi, I'm getting such message logged after the warning: unknown smtpd restriction: "milter_default_action" All incoming mail is rejected. What I'm trying to achieve is to get dkim validation working, following this guide https://wiki.debian.org/opendkim regards in advance