Hi,
I'm looking for a new solution to solve a problem that was formerly
properly solved with UUCP over TLS for the last 15 years, but since UUCP
is really stone aged and not supported anymore, I'm looking for a
solution and didn't find one.
Given Problem:
A server nachine with postfix running a
On Thu, Jan 28, 2021 at 09:48:13PM +, Chu, Uy wrote:
> smtp_tls_CAfile = /etc/postfix/ca.crt
> smtp_tls_ciphers = high
> smtp_tls_exclude_ciphers = EXP, MEDIUM, LOW, DES, 3DES, SSLv2, RC4, aNULL
> smtp_tls_loglevel = 2
Not sure why you want to disable aNULL, or set the log level > 1.
> smtp_
Here is my postconf -n
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
ine
On Thu, Jan 28, 2021 at 08:18:05PM +, Chu, Uy wrote:
> I am having trouble with one of our application server not being able
> to connect to send emails. I noticed the issue of connection lost
> after STARTTLS. Is it a configuration on the SMTP server or the
> application?
>
> Jan 28 10:19:
Chu, Uy:
> Hi All,
>
> I am having trouble with one of our application server not being able to
> connect to send emails. I noticed the issue of connection lost after
> STARTTLS. Is it a configuration on the SMTP server or the application?
>
"postconf -n" output please?
Wietse
Hi All,
I am having trouble with one of our application server not being able to
connect to send emails. I noticed the issue of connection lost after STARTTLS.
Is it a configuration on the SMTP server or the application?
Jan 28 10:19:04 mailgate15 postfix/smtpd[10717]: connect from
crowd-pro
On Thu, Jan 28, 2021 at 04:51:13PM +0100, Gerben Wierda wrote:
> I have an alias that I use for a certain external web site. Mail sent
> to that alias ends up in my mailbox.
>
> Is it possible in some way to have — for mail sent to that domain only
> — to have a canonical rewrite of the from/send
Hi Noel, Wietse and Natan,
Thank you all for the idea's, I will have a test scenario to find if it is
fitting for the customer :-)
Kind regards,
Martijn
Op do 28 jan. 2021 om 09:45 schreef natan :
> Hi
> The simpler solution for me:
>
> sender_dependent_default_transport_maps =
> mysql:/etc
I have an alias that I use for a certain external web site. Mail sent to that
alias ends up in my mailbox.
Is it possible in some way to have — for mail sent to that domain only — to
have a canonical rewrite of the from/sender address?
E.g.
External domain: externaldomain.net and I an mydomain
Hi
The simpler solution for me:
sender_dependent_default_transport_maps =
mysql:/etc/postfix/mysql_sender_default_rotate_map.cf
cat mysql_sender_default_rotate_map.cf
query = select transport from virtual_transport where active='1' order
by rand() limit 1;
++---+
Hi
Maybe use redis for bayes rules
On 27.01.2021 23:33, Richard wrote:
>
>> Date: Wednesday, January 27, 2021 19:17:48 -0300
>> From: Daniel Armando Rodriguez
>>
>> Hi
>>
>> Suddenly I'm facing tons of this messages
>>
>> ... bayes: cannot open bayes databases
>> /home/spamd/.spamassassin/bayes_*
11 matches
Mail list logo