Viktor Dukhovni:
> Today, Microsoft announced plans to implement SMTP DANE TLS in Office365
> "Exchange Online":
>
>
> https://techcommunity.microsoft.com/t5/exchange-team-blog/support-of-dane-and-dnssec-in-office-365-exchange-online/ba-p/1275494
>
> this is not live yet, the implementation
On Mon, Apr 06, 2020 at 02:53:25PM +0100, Dominic Raferd wrote:
> Our mail log file, where postfix messages end
> up, is also a destination for logs from other mail-related services,
> all handled by (systemd via) rsyslog...
More accurately, handled by rsyslog (via systemd). It is the
(mis)handl
On Mon, Apr 06, 2020 at 02:53:25PM +0100, Dominic Raferd wrote:
> > whose output you'd send to the attached Perl script. On my system for
> > example:
> >
> > # bzip2 -dcf $(ls -tr /var/log/maillog*) | perl collate | perl
> > tlstype.pl
I should perhaps mention that the "tlstype.pl" Perl sc
Today, Microsoft announced plans to implement SMTP DANE TLS in Office365
"Exchange Online":
https://techcommunity.microsoft.com/t5/exchange-team-blog/support-of-dane-and-dnssec-in-office-365-exchange-online/ba-p/1275494
this is not live yet, the implementation will be in two stages:
The
On Mon, 6 Apr 2020 at 21:54, Wietse Venema wrote:
>
> Dominic Raferd:
> > I will keep in mind what you say about systemd and logging. The only
> > 'systemd:.*suppress' messages I see are very occasionally in the
> > system log and don't relate to any mail activity, but our mail servers
> > are not
Owais Khan:
> Thank you Viktor,
>
> I am trying to run it as below - where mylog is a sample of postfix logs but
> I can't see anything dumping in a file where I can analyse.
>
> perl collate.pl mylog
perl collate.pl mylog > name-of-output-file
Wietse
> I was debugging script as well u
Dominic Raferd:
> I will keep in mind what you say about systemd and logging. The only
> 'systemd:.*suppress' messages I see are very occasionally in the
> system log and don't relate to any mail activity, but our mail servers
> are not heavily loaded. Our mail log file, where postfix messages end
On 06.04.20 11:01, Stefan Claas wrote:
>my postfix mail server works perfectly so far.
>
>However, I am now facing the following problem and have tried as best as I
>can to find a solution to this.
>
>I run an anonymous remailer, which also allows sending emails to mail2news
>gateways for Usenet p
Thank you Viktor,
I am trying to run it as below - where mylog is a sample of postfix logs but
I can't see anything dumping in a file where I can analyse.
perl collate.pl mylog
I was debugging script as well using perl -d but couldn't catch much of it.
Appreciate any help.
Thanks & Regards,
O
On Mon, 6 Apr 2020 at 09:44, Viktor Dukhovni wrote:
>
> On Mon, Apr 06, 2020 at 08:21:32AM +0100, Dominic Raferd wrote:
>
> > Using setting 'smtp_tls_security_level = may' (postfix 3.3.0) is there
> > a reliable way to see from log which outgoing emails were sent in the
> > clear i.e. *not* using
Stefan Claas:
> Hi,
>
> my postfix mail server works perfectly so far.
>
> However, I am now facing the following problem and have tried as best as I can
> to find a solution to this.
>
> I run an anonymous remailer, which also allows sending emails to mail2news
> gateways for Usenet postings. S
Matt Saladna:
> I do intend on overwriting it when changes are made to the master.cf,
That would be a mistake. Postfix has a command
postfix upgrade-configuration
that takes existing main/master.cf and makes necessary changes after
a new release.
Been that way for, oh, 10 years or so.
Franck MAHE wrote:
> >> > I would like to achieve the following:
> >> >
> >> > postfix should modify outgoing email headers that *only* go to
> >> > mail2news
> >> > gateways, using the email gateway addresses for parsing, so that the
> >> > right part
> >> > of the message ID, after the @ charach
Gregory Heytings wrote:
>
> Stefan Claas:
> >
> > postfix should modify outgoing email headers that *only* go to mail2news
> > gateways, using the email gateway addresses for parsing, so that the
> > right part of the message ID, after the @ charachter, will be modified
> > with a defined stri
Matus UHLAR - fantomas wrote:
> On 06.04.20 11:01, Stefan Claas wrote:
> >my postfix mail server works perfectly so far.
> >
> >However, I am now facing the following problem and have tried as best as I
> >can to find a solution to this.
> >
> >I run an anonymous remailer, which also allows sendin
> I would like to achieve the following:
>
> postfix should modify outgoing email headers that *only* go to
> mail2news
> gateways, using the email gateway addresses for parsing, so that the
> right part
> of the message ID, after the @ charachter, will be modified with a
> defined
> string.
Not
Stefan Claas:
postfix should modify outgoing email headers that *only* go to mail2news
gateways, using the email gateway addresses for parsing, so that the
right part of the message ID, after the @ charachter, will be modified
with a defined string.
Do you mean "should modify outgoing e
On 06.04.20 11:01, Stefan Claas wrote:
my postfix mail server works perfectly so far.
However, I am now facing the following problem and have tried as best as I can
to find a solution to this.
I run an anonymous remailer, which also allows sending emails to mail2news
gateways for Usenet posting
Franck MAHE wrote:
> Hi Stefan,
>
> > I would like to achieve the following:
> >
> > postfix should modify outgoing email headers that *only* go to
> > mail2news
> > gateways, using the email gateway addresses for parsing, so that the
> > right part
> > of the message ID, after the @ charachte
Hi Stefan,
I would like to achieve the following:
postfix should modify outgoing email headers that *only* go to
mail2news
gateways, using the email gateway addresses for parsing, so that the
right part
of the message ID, after the @ charachter, will be modified with a
defined
string.
Not
Hi,
my postfix mail server works perfectly so far.
However, I am now facing the following problem and have tried as best as I can
to find a solution to this.
I run an anonymous remailer, which also allows sending emails to mail2news
gateways for Usenet postings. So far so good.
I would like to
On Mon, Apr 06, 2020 at 08:21:32AM +0100, Dominic Raferd wrote:
> Using setting 'smtp_tls_security_level = may' (postfix 3.3.0) is there
> a reliable way to see from log which outgoing emails were sent in the
> clear i.e. *not* using TLS?
Yes, provided you don't lose too many log messages[1], and
On Thu, 2 Apr 2020 at 17:33, Bill Cole
wrote:
>
> On 2 Apr 2020, at 2:55, Tessa Plum wrote:
>
> > Hello
> >
> > We can send email from any domain within gmail, setup it via gmail's
> > smtp relay in web interface.
> >
> > My question is, won't this break something like SPF/DKIM for those
> > exter
Using setting 'smtp_tls_security_level = may' (postfix 3.3.0) is there
a reliable way to see from log which outgoing emails were sent in the
clear i.e. *not* using TLS?
I do intend on overwriting it when changes are made to the master.cf,
but I do not want to clobber any custom services a user may have added
nor do I want their intervention to manually reconcile changes from
.rpmsave. I don't want to maintain a history of sed/awk scripts that may
break and Ans
25 matches
Mail list logo