Re: check if envelope from and from is the same

2018-10-04 Thread @lbutlr
On 04 Oct 2018, at 00:00, Tobi wrote: > if your auth senders spoof from headers: block their login account and > terminate their service Nothing necessarily wrong with spoofing From: noreply@ is a spoofed From: >> we're running a small smtp send only service for authenticated users >> only.

Re: any api to read logs ?

2018-10-04 Thread Bennett Todd
If I were to depart from the unstructured text syslog format, I'd shift to CSV; with a reasonable choice of quoting rules it can robustly round-trip a lot of tabular data, and very fast writers and parsers are available. I, personally, wouldn't find a more complex structure that easily represents

Re: Blocking phishing attempts with double domains

2018-10-04 Thread Wietse Venema
Tony Sullivan: > I have been receiving a lot of phishing attempt e-mails lately that have a > "from" address like this: > valid.user@mydomain.comaccounting >

Re: Can I do this with Postfix? Equal prioritization of email delivery from different users

2018-10-04 Thread Wietse Venema
Carsten Schmitz: > Hello, > > we have a configuration where several bulk-mail users are sharing the > same email server. > > For example: > > When the first user1 sends out their bulk we have 1000x emails in queue. > > Now one minute later user2 sends also out 1000 emails. > > However from

Re: server hw sizing

2018-10-04 Thread curtis
I've worked hard over the years trying to get a decent performing mail server. Postfix load is negligible. Postfix resource use is not heavy. It's all the things around it that you have to worry about. Most of the processing is used in dissembling each message and scanning it for viruses

Re: server hw sizing

2018-10-04 Thread Viktor Dukhovni
On Thu, Oct 04, 2018 at 04:40:03AM -0700, rmosnicka wrote: > For example I need something like - for 50 email per day where top is > 100 emails per secunde minimal server configuration is .. There is no such document, and never will be. The above number is just ~6 msgs/sec, and you'll

Re: server hw sizing

2018-10-04 Thread rmosnicka
hello, thank for tip, but I need some document which I can use as reference for project documentation. Regards Roman -- Sent from: http://postfix.1071664.n5.nabble.com/Postfix-Users-f2.html

Blocking phishing attempts with double domains

2018-10-04 Thread Tony Sullivan
I have been receiving a lot of phishing attempt e-mails lately that have a "from" address like this: valid.user@mydomain.comaccounting @someotherdomain.hn This

Re: server hw sizing

2018-10-04 Thread Sven Schwedas
On 2018-10-04 13:40, rmosnicka wrote: > hello, > is exists any dokument for hardware sizing for postfix server ? That will heavily depend on your configuration, especially wrt milters, local transports and the likes. > For example I need something like - for 50 email per day where top is >

server hw sizing

2018-10-04 Thread rmosnicka
hello, is exists any dokument for hardware sizing for postfix server ? For example I need something like - for 50 email per day where top is 100 emails per secunde minimal server configuration is .. Thank you for help Roman -- Sent from:

Can I do this with Postfix? Equal prioritization of email delivery from different users

2018-10-04 Thread Carsten Schmitz
Hello, we have a configuration where several bulk-mail users are sharing the same email server. For example: When the first user1 sends out their bulk we have 1000x emails in queue. Now one minute later user2 sends also out 1000 emails. However from my experience the emails of user2 only

Re: any api to read logs ?

2018-10-04 Thread Philip Paeps
On 2018-10-01 09:32:58 (+0200), Patrick Ben Koetter wrote: * Илья Шипицин : Here is an idea: combine log analysis with a web API. End of problem. that was what I was going to implement. however, I do not like to implement thing that are implemented already. so, I did a google search and I

Re: check if envelope from and from is the same

2018-10-04 Thread Tobi
if your auth senders spoof from headers: block their login account and terminate their service Am 02.10.18 um 21:17 schrieb Stefan Bauer: > Hi, > > we're running a small smtp send only service for authenticated users > only. Even though we only accept allowed combinations of authenticated > user