thanks!
2008/11/5 Wietse Venema <[EMAIL PROTECTED]>
> Matheus Lima:
> > Recently, withou any changing in my configurations, the e-mail send to
> any
> > gmail accounts are getting deferred:
> >
> > Nov 5 18:00:38 tampa postfix/smtp[5687]: 88D6A48F2: to=<
> [EMAIL PROTECTED]>,
> > relay=gmail-smt
Matheus Lima:
> Recently, withou any changing in my configurations, the e-mail send to any
> gmail accounts are getting deferred:
>
> Nov 5 18:00:38 tampa postfix/smtp[5687]: 88D6A48F2: to=<[EMAIL PROTECTED]>,
> relay=gmail-smtp-in.l.google.com[72.14.205.27]:25, delay=2189,
> delays=2186/0.01/2.6
Recently, withou any changing in my configurations, the e-mail send to any
gmail accounts are getting deferred:
Nov 5 18:00:38 tampa postfix/smtp[5687]: 88D6A48F2: to=<[EMAIL PROTECTED]>,
relay=gmail-smtp-in.l.google.com[72.14.205.27]:25, delay=2189,
delays=2186/0.01/2.6/0.54, dsn=4.5.0, status=d
Jake Vickers wrote:
Sorry for posting off topic, but if anyone knows what web address or
number one needs to call to get in contact with the Earthlink postmaster
concerning feedback loops and white listing, please email me off list.
I've been chasing their automated system and customer support
Zachár Balázs wrote:
mouss wrote:
Zachár Balázs wrote:
Helo @list!
I have two problem which I can't manage:
1. I have a postfix + clamav + spamassassin which are working fine.
But If I send mail it is going trough the filters to but I don't want
it. So I create a new smtpd line in the master.
Sorry for posting off topic, but if anyone knows what web address or
number one needs to call to get in contact with the Earthlink postmaster
concerning feedback loops and white listing, please email me off list.
I've been chasing their automated system and customer support people for
days now.
On Wed, Nov 05, 2008 at 11:42:16PM +0800, Stephen Liu wrote:
> # imtest -a cyrus -m LOGIN localhost
> imtest: /usr/local/lib/libsasl2.so.2: no version information available
> (required by imtest)
Don't override system libraries, ever, if you don't know how to do this
properly. You just lost your w
2008/11/5 Zachár Balázs <[EMAIL PROTECTED]>:
> 2. I (my guests) am sending many newsletters with my postfix. Can I set the
> sending rate? ( Like: 10 mail/second )
You can use a policy server to enforce some throttling. Install a
policy server and update your main.conf with something like:
smtpd_
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[EMAIL PROTECTED]> wrote:
> > # ldd /usr/libexec/postfix/smtpd
> > linux-gate.so.1 => (0xb7fa)
> > libmysqlclient.so.15 =>
> > /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000)
> > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7efe000
Thanks, It looks very good! But I have only Postfix 2.3.8 :(
I will look for update...
Thanks,
Balázs Zachár
Wietse Venema wrote:
>> 2. I (my guests) am sending many newsletters with my postfix. Can
>> I set the sending rate? ( Like: 10 mail/second )
>
> This will limit the rate when you send al
> 2. I (my guests) am sending many newsletters with my postfix. Can
> I set the sending rate? ( Like: 10 mail/second )
This will limit the rate when you send all your mail through the
same ISP mailhost. It is available in Postfix 2.5 and later.
/etc/postfix/main.cf:
smtp_destination_rate_dela
mouss wrote:
> Zachár Balázs wrote:
>> Helo @list!
>>
>> I have two problem which I can't manage:
>> 1. I have a postfix + clamav + spamassassin which are working fine.
>> But If I send mail it is going trough the filters to but I don't want
>> it. So I create a new smtpd line in the master.cf wi
Alain Spineux wrote:
Hi
I've some question bout the smtp_*_restrictions
When smtpd_delay_reject=yes (the default) :
- May I expect the policies will be called in the expected order :
first the one from smtpd_client_restrictions (in the order they are
defined of course),
then the ones from smt
Michael Moritz wrote:
On Wednesday 05 November 2008 10:40:59 Алексей Доморадов wrote:
The problem I have run into is recipient verification on the smtp
gateway. The valid recipients come from a variety of places, so for the
moment I'm using recipient verification. But I'm wondering if there is a
Zachár Balázs wrote:
Helo @list!
I have two problem which I can't manage:
1. I have a postfix + clamav + spamassassin which are working fine.
But If I send mail it is going trough the filters to but I don't want it. So I
create a new smtpd line in the master.cf with these settings: 127.0.0.1:11
Helo @list!
I have two problem which I can't manage:
1. I have a postfix + clamav + spamassassin which are working fine.
But If I send mail it is going trough the filters to but I don't want it. So I
create a new smtpd line in the master.cf with these settings: 127.0.0.1:11025
Now I would like to
On Wednesday 05 November 2008 10:40:59 Алексей Доморадов wrote:
> > The problem I have run into is recipient verification on the smtp
> > gateway. The valid recipients come from a variety of places, so for the
> > moment I'm using recipient verification. But I'm wondering if there is a
> > better s
> # ldd /usr/libexec/postfix/smtpd
> linux-gate.so.1 => (0xb7fa)
> libmysqlclient.so.15 =>
> /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000)
> libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7efe000)
> libsasl2.so.2 => /usr/local/lib/libsasl2.so.2 (0x
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[EMAIL PROTECTED]> wrote:
> > --- Sahil Tandon <[EMAIL PROTECTED]> wrote:
> >
> > > Stephen Liu <[EMAIL PROTECTED]> wrote:
> > >
> > > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported
> > > SASL
> > > > server implementation: cyrus
> > > > Nov 5 03:49:45
Alain Spineux пишет:
Hi
I've some question bout the smtp_*_restrictions
Have you read http://www.postfix.org/SMTPD_ACCESS_README.html ?
When smtpd_delay_reject=yes (the default) :
- May I expect the policies will be called in the expected order :
first the one from smtpd_client_restricti
> The problem I have run into is recipient verification on the smtp gateway.
> The
> valid recipients come from a variety of places, so for the moment I'm using
> recipient verification. But I'm wondering if there is a better solution.
> Something that allows me to query the mail/smtp machine f
Hi
I am in the process of setting up a split MX system, if that's what it is
generally called. Basically, the idea is to have a dedicated smtp gateway for
accepting mail into the mail system that cames from other MTAs and have
outgoing mail from authenticated users go out from a different machi
> --- Sahil Tandon <[EMAIL PROTECTED]> wrote:
>
> > Stephen Liu <[EMAIL PROTECTED]> wrote:
> >
> > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported
> > SASL
> > > server implementation: cyrus
> > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: fatal: SASL per-process
> > > initializ
* Sriram Nyshadham <[EMAIL PROTECTED]>:
> Hi All,
>
> Can someone please let me know which parameter sets the maximum number of
> SMTP sessions in main.cf?
default_process_limit OR the explicit setting in master.cf (for either
smtp or smtpd)
--
Ralf Hildebrandt ([EMAIL PROTECTED]) [EM
> > Here is one event in a tcpdump file that I received a few hours
> > ago (full context is below the signature):
> >
> > 10:49:57.930285 80.74.176.142.25 > 217.11.85.59.2528: . ack
> > 1998901 win 32767 (DF)
> >
> > What happens is that the receiver (80.74.176.142) says:
> >
> > I ha
Hi All,
Can someone please let me know which parameter sets the maximum number of SMTP
sessions in main.cf?
Thanks,
Sri.
Hi
I've some question bout the smtp_*_restrictions
When smtpd_delay_reject=yes (the default) :
- May I expect the policies will be called in the expected order :
first the one from smtpd_client_restrictions (in the order they are
defined of course),
then the ones from smtpd_sender_restrictions
Thank you very much for your help.
After modifying the settings and password everything works ok. Until now :)
Mihai
--- On Tue, 11/4/08, Gerald V. Livingston II <[EMAIL PROTECTED]> wrote:
From: Gerald V. Livingston II <[EMAIL PROTECTED]>
Subject: Re: How to implement a delay between emails sent
28 matches
Mail list logo