On Sat, Nov 30, 2013 at 04:27:57PM +1100, li...@sbt.net.au wrote:
> > authorized_submit_users = !www, static:all
> >
> > where www is the abused user name.
>
> how would I specify allus...@dom.tld ?
You're quite confused. An email address is not a username. The
authorized_submit_users para
On Mon, November 25, 2013 11:09 pm, Noel Jones wrote:
> That sounds like an abused web form, submitting mail through the
> sendmail(1) command.
>
> As a temporary measure, you can add the web user to main.cf
> authorized_submit_users
> http://www.postfix.org/postconf.5.html#authorized_submit_users
Birta Levente:
> >> slow_initial_destination_concurrency=4
> >> slow_destination_concurrency_limit=8
> > With rate delay > 0, these are always 1, no matter what you set them to.
> Good to know. Where this is documented?
It is the delay between deliveries, therefore deliveries happen
one at a time.
Viktor Dukhovni:
> In postmast(1) there was no ambiguity between "." in a service name
> and "." between the service name and the service type, because
> these were specified separately "postmast [-s ] [-t ]
> ...". While integrating a super-set of postmast(1) functionality into
> postconf(1) Wiet
On 29/11/2013 21:20, Viktor Dukhovni wrote:
On Fri, Nov 29, 2013 at 12:40:03PM +0200, Birta Levente wrote:
I have special transport for slow destinations. As documented if
transport_destination_rate_delay>1s then applied for the same
domain.
There is no such documentation. Setting it to "1s"
l...@airstreamcomm.net:
> > Yes. But, are you sure the problem is the mail header and not the
> > MAIL FROM command?
>
> No, I'm not sure. However, considering some servers will also reject
> mail where the From: header domain is inconsistent with envelope
> hostnames, I suppose it doesn't matter
On Thu, Nov 28, 2013 at 11:52:26AM +1100, craig.post...@noboost.org wrote:
> Just after advice, I'm configuring Postfix to work with a Dovecot LMTP
> for (Sieve delivery). I want to be 100% certain that if Dovecot stuffs
> up in some way, or a user fails to write a correct sieve script, that we
>
On Fri, Nov 29, 2013 at 12:40:03PM +0200, Birta Levente wrote:
> I have special transport for slow destinations. As documented if
> transport_destination_rate_delay>1s then applied for the same
> domain.
There is no such documentation. Setting it to "1s" is only different
from setting it to "2s"
I wrote the perl script again. The new script contains my own ip address
range check. if the IP of the domain is in my IP range it prints "200
dovecot:" message.
#!/usr/bin/perl -w
# author: Hari Hendaryanto
#use strict;
use warnings;
use Sys::Syslog qw(:DEFAULT setlogsock);
use Net::DNS;
use
Hello
I have special transport for slow destinations. As documented if
transport_destination_rate_delay>1s then applied for the same domain.
slow_initial_destination_concurrency=4
slow_destination_concurrency_limit=8
slow_destination_recipient_limit=10
slow_destination_rate_delay=2s
slow_desti
On 29-11-2013 11:33, masegaloeh wrote:
Hi,
Please read the comment section of that article
http://www.kutukupret.com/2010/12/06/postfix-randomizing-outgoing-ip-using-tcp_table-and-perl/#comment-22133
You can find a modified script to make exception of local domain delivery
Very thanks,
-
On 11/28/2013 7:12 PM, "M.Atıf CEYLAN" wrote:
Hi,
I found the URL
http://www.kutukupret.com/2010/12/06/postfix-randomizing-outgoing-ip-using-tcp_table-and-perl/
about multiple outgoing IP using.
I use postfix with dovecot LDA. My postfix main.cf conf.
...
transport_map
12 matches
Mail list logo