Wietse:
Happy new year :)
We use niginx's smtp function to redirect mail to postfix server. But in
postfix, XCLIENT command can't support the LOGIN paremeter.
Severial months ago, I write a patch for postfix-2.5.3. Now nginx official
website also supply a patch for this situation as followed:
ht
On 1/4/2010 5:40 PM, Roman Gelfand wrote:
Well, it looks like, perhaps, I found the missing link. After adding
s25r rules and HELO response verification in main.cf, no spam has
siped through.
I think that mostly it was HELO response verification that did it.
BTW, is there a reason not block ema
jeff geng:
> Wietse:
>
> Happy new year :)
>
> We use niginx's smtp function to redirect mail to postfix server. But in
> postfix, XCLIENT command can't support the LOGIN paremeter.
> Severial months ago, I write a patch for postfix-2.5.3. Now nginx official
> website also supply a patch for thi
I've modified smtpd_recipient_restrictions to block incoming email with a
whitelist (/etc/postfix/access) as follows:
smtpd_recipient_restrictions =
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
check_sender_access hash:/etc/postfix/access
Eric Williams put forth on 1/5/2010 8:02 AM:
> I would like to apply the same access list so that users sending mail through
> this server can only reach those same domains.
>
> I've tried lots of recipient checking configs but nothing works so far. I'd
> rather not do this with the firewall,
On Tue, Jan 5, 2010 at 9:12 AM, Stan Hoeppner wrote:
> Eric Williams put forth on 1/5/2010 8:02 AM:
>
> > I would like to apply the same access list so that users sending mail
> through this server can only reach those same domains.
> >
> > I've tried lots of recipient checking configs but nothing
Eric Williams:
> On Tue, Jan 5, 2010 at 9:12 AM, Stan Hoeppner wrote:
>
> > Eric Williams put forth on 1/5/2010 8:02 AM:
> >
> > > I would like to apply the same access list so that users sending mail
> > through this server can only reach those same domains.
> > >
> > > I've tried lots of recipie
On Jan 5, 2010, at 9:57 AM, Wietse Venema wrote:
> Eric Williams:
>> On Tue, Jan 5, 2010 at 9:12 AM, Stan Hoeppner wrote:
>>
>>> Eric Williams put forth on 1/5/2010 8:02 AM:
>>>
I would like to apply the same access list so that users sending mail
>>> through this server can only reach tho
Eric Williams:
>
> On Jan 5, 2010, at 9:57 AM, Wietse Venema wrote:
>
> > Eric Williams:
> >> On Tue, Jan 5, 2010 at 9:12 AM, Stan Hoeppner
> >> wrote:
> >>
> >>> Eric Williams put forth on 1/5/2010 8:02 AM:
> >>>
> I would like to apply the same access list so that users sending mail
> >
On Jan 5, 2010, at 10:13 AM, Wietse Venema wrote:
> Eric Williams:
>>
>> On Jan 5, 2010, at 9:57 AM, Wietse Venema wrote:
>>
>>> Eric Williams:
On Tue, Jan 5, 2010 at 9:12 AM, Stan Hoeppner
wrote:
> Eric Williams put forth on 1/5/2010 8:02 AM:
>
>> I would like to
On 1/5/2010 8:02 AM, Eric Williams wrote:
I've modified smtpd_recipient_restrictions to block incoming email with a
whitelist (/etc/postfix/access) as follows:
smtpd_recipient_restrictions =
permit_sasl_authenticated
permit_mynetworks
reject_unauth_destination
ch
On Jan 5, 2010, at 10:56 AM, Noel Jones wrote:
> On 1/5/2010 8:02 AM, Eric Williams wrote:
>> I've modified smtpd_recipient_restrictions to block incoming email with a
>> whitelist (/etc/postfix/access) as follows:
>>
>> smtpd_recipient_restrictions =
>> permit_sasl_authenticated
>> p
On Mon, Jan 04, 2010 at 09:00:25PM +0100, Ralf Hildebrandt wrote:
> * Christopher Adams :
> > Summary: I would like to ban an address/domain from posting to
> > my system. I am using header_checks to do that.
>
> Why? Wouldn't check_sender_access be more appropriate?
In this case, no, because the
/dev/rob0:
> On Mon, Jan 04, 2010 at 09:00:25PM +0100, Ralf Hildebrandt wrote:
> > * Christopher Adams :
> > > Summary: I would like to ban an address/domain from posting to
> > > my system. I am using header_checks to do that.
> >
> > Why? Wouldn't check_sender_access be more appropriate?
>
> In
I'm having to do an urgent job on a postfix box that I'm not overly
familiar with, and it involves moving to a new server.
I've got a bunch of local accounts and while the move is happening I
need the local accounts emails to be forwarded to the new box, which has
the same accounts on it.
Carl Brewer a écrit :
>
> I'm having to do an urgent job on a postfix box that I'm not overly
> familiar with, and it involves moving to a new server.
>
> I've got a bunch of local accounts and while the move is happening I
> need the local accounts emails to be forwarded to the new box, which ha
You could use dovecot lda with quota plugin if you want quota on deliver.
More info: http://wiki.dovecot.org/Quota
El 2 de enero de 2010 23:49, Alejandro Esteban Galvez <
alejan...@infomed.sld.cu> escribió:
> quotas ok
>
> Mensaje citado por Wietse Venema :
>
> --- Alejandro Esteban Galvez:
> -
mouss wrote:
move all domains from mydestination and virtual_mailbox_domains to
relay_domains.
To confirm, (there's no relay_domains in my main.cf at the moment) :
I have at present :
mydestination = $myhostname, localhost.$mydomain, localhost,
/etc/postfix/relay_domains.cf
I should cha
Wietse:
Please see my reply marked as blue.
:)
jeff geng
2010/1/5 Wietse Venema
> jeff geng:
> > Wietse:
> >
> > Happy new year :)
> >
> > We use niginx's smtp function to redirect mail to postfix server. But in
> > postfix, XCLIENT command can't support the LOGIN paremeter.
> > Severial months
19 matches
Mail list logo