Re: www.postfix.org not working from certain locations

2022-02-09 Thread Kirill Bychkov
Hello, I confirm the problem from one location in Moscow. On Wed, 9 Feb 2022 at 12:05, Silvio Siefke wrote: > Hello, > > On Wed, 09 Feb 2022 11:34:03 +0300 > Vladimir Mishonov wrote: > > > It looks like www.postfix.org is not available if browsing from certain > > locations within Russia and

Re: Goodbye IBM, Hello Google

2015-03-24 Thread Kirill Bychkov
Congratulations! 24 марта 2015 г. 23:01 пользователь "Wietse Venema" написал: After 18 years, including the best of my career, I decided that it was time to move on. I'll be working on security at Google NY. Please, there is no reason to say negative things about my old employer (or my new one!)

Re: ..:: Per user server ::..

2014-01-09 Thread Kirill Bychkov
10.01.2014 3:56 пользователь "Alfonso Alejandro Reyes Jiménez" < are...@ibossmonitor.com> написал: > > Hi Everyone. > > Is it posible to validate users before deliver? The thing is that we have 2 email servers (1 exchange and 1 postfix) with different users and we need to validate the users before

Re: Sending a lot of emails

2013-07-20 Thread Kirill Bychkov
Hi, I use phpmailer. 19.07.2013 21:24 пользователь "Krzysztof Szarlej" написал: > Hey guys i have finally set my mail server with dovecot and postfix. I > configured also a tls and sasl authentication. I have revdns and txt record > also. > > I have a database with 5000 mails and I want to send t

Re: Mail server, what else?

2013-07-16 Thread Kirill Bychkov
Hi, 14.07.2013 0:17 пользователь "Bastian Blank" написал: > > On Fri, Jul 12, 2013 at 11:55:00AM -0700, J Gao wrote: > > Now I would like your advises on my system so I can improve it more. > > Here is my mail server system: > > - CentOS 6.4 64bit (SELinux disabled), iptables is in action. > > En

add header to outgoing emails

2012-07-20 Thread Kirill Bychkov
Hello, I need to add the header "Header-Msg" based on the subject header. I.e., if email with the subject "test", the my custom header should be "Header-Msg: test". Is it real?

Re: Best content-filter for Postfix

2012-05-15 Thread Kirill Bychkov
Hello, Free or not? I use drweb antispam+antivirus, but it's not free. Drweb module work with Postfix by content filter or milter protocol. Work is fine. On 15 May 2012 11:57, Patric Falinder wrote: > Hi, > > I don't know if this is a valid Postifx question but I'll give it a shot. > What cont

Re: Multiple IP

2012-05-05 Thread Kirill Bychkov
unique ip address for receive and send mails. On 3 May 2012 10:43, Patrick Ben Koetter wrote: > * Kirill Bychkov : > > Hi all, > > > > I need create server with 5 IP addresses (interfaces) and postfix(es). > The > > role of this server is relay. > > If message

Multiple IP

2012-05-02 Thread Kirill Bychkov
Hi all, I need create server with 5 IP addresses (interfaces) and postfix(es). The role of this server is relay. If message delivered into my mail server on one ip address, for example, 172.16.35.35, so this message should be sent from same ip: 172.16.35.35. In other words, on which interface the

Re: Limit number of sent messages to specified domain

2011-12-09 Thread Kirill Bychkov
Use the search of this list, repeatedly discussed On 9 December 2011 13:32, Amira Othman wrote: > Hi all > > I am using postfix 2.8 and I want to limit number of messages that will be > sent to certain domain as yahoo or hotmail. How can I do that? > > ** ** > > Regards > -- Кири

Re: postfix receive only on port 25

2011-11-25 Thread Kirill Bychkov
May be http://www.postfix.org/master.5.html? On 25 November 2011 13:32, Frank Bonnet wrote: > Hello > > Anyone could send me a documentation link to configure postfix > to receive only on port 25 ? > > The send process will use the submission port with auth and TLS > on the same server > > Thank

Re: limit recipent per message

2011-10-24 Thread Kirill Bychkov
Please read the manual: http://www.postfix.org/postconf.5.html#default_destination_recipient_limit and http://www.postfix.org/TUNING_README.html chapter: Tuning the number of recipients per delivery On 24 October 2011 18:43, Ejaz wrote: > Hello, > > ** ** > > Is it possible by postfix to

Re: How to restrict noreply user not to receive email ?

2011-10-10 Thread Kirill Bychkov
Hello TIA, If email will be send to noreply@, what you want: 1. DSN send to sender about unknown user 2. or no action? On 11 October 2011 10:35, J. Bakshi wrote: > > Hello, > > I have created some user like nore...@mail.com etc... where automated > mails is sent > through these users. How can I

Question about initial_destination_concurrency

2011-09-15 Thread Kirill Bychkov
Hello, Pleas explain me about option initial_destination_concurrency. Default value of initial_destination_concurrency is 5. Example: Queue has 2000 emails to domain example.com. These emails not sent, because mail server example.com said: 421 Ratelimit exceeded for When postfix trying send these

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
wrote: > On Wed, Sep 7, 2011 at 7:15 AM, Kirill Bychkov > wrote: > > Someone has a server with DKIM check? Can I send a email there? > > I like this one: > > http://www.brandonchecketts.com/emailtest.php > > and there are a few more listed in the "Testing Things

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
after the DKIM milter? > > Kirill Bychkov: > > Mail goes direct to Internet without any relays. > > What happens in the receiver's mail processing chain before > the receiver reports the problem: > >X-DKIM-FAIL: DKIM test failed: (address=x...@example.com >

Re: DKIM milter

2011-09-07 Thread Kirill Bychkov
Mail goes direct to Internet without any relays. On 7 September 2011 12:40, Patrick Ben Koetter wrote: > * Kirill Bychkov : > > Hello, > > > > I'm using OpenDKIM lilter for DKIM signature. > > > > main.cf: > > smtpd_milters

DKIM milter

2011-09-07 Thread Kirill Bychkov
Hello, I'm using OpenDKIM lilter for DKIM signature. main.cf: smtpd_milters = inet:localhost: And i'm using always_add_missing_headers = yes Test emails to many public mail servers (i.e. gmail) and test service port25.com are checked and DKIM signature successfully check (DKIM: pass) But so

asynchronous milter check

2011-05-10 Thread Kirill Bychkov
Hello, My scheme is simple: Client <--> Postfix <--> Internet. Client to Postfix - oubound emails. Postfix to client - inbound emails. Approx. outbound email traffic - 5 messages per second. Approx. inbound email traffic - 0.1 message per second I want to sign only outbound (not inbound) emails w