On 01/25/2011 10:42 PM, Ralf Hildebrandt wrote:
> * JKL :
>
How many Postfix master daemons are running on your machine?
> Meaning:
>
> ps auxwww|grep master
>
>> Sent again, as I do not think this Email made it through.
> It made it through, but it didn'T answer the question!
>
Apologies. I
Hi,
i have here postfix 2.6.5 on Ubuntu. Outgouing mails are sent via an
external SMTP Server (relayhost..). When i send an email from a local
user to a real email address i have in the email header "Return-Path:
root@SERVER_NAME". So i can't get back any bouncing or error mails.. I
use the server
I notice that postconf -n does not return my entries regarding the
slow transport and wonder if there's an error my setup.
My version is 2.8.0
The lines in main .cf are:
slow_destination_recipient_limit = 20
slow_destination_concurrency_limit = 2
The lines in master.cf:
slow unix -
* Stan Hoeppner :
> Your problem has nothing to do with Postfix, or any MTA you might use. Most
> of
> the big mailbox providers have bulk sender policies. If you are to send bulk
> mail to their users, you must ensure you meet their guidelines:
>
> http://help.yahoo.com/l/us/yahoo/mail/postma
if I migrate from postfix 2.2.7 to 2.8.0 postfix, what 's up with the mails
contained in the mails queues. Will they be recovered ?
Thanks in advance
Daniel Madaoui
Jeroen Geilman ha scritto:
> On 1/25/11 1:16 PM, Mark Martinec wrote:
>>> How does MySQL know that the query parameter(s) should be UTF-8
>>> and not ISO LATIN mumble or something else?
>> By a client executing a command:
>>SET NAMES 'utf8'
>> as far as I can tell.
>>
>> SET NAMES indicates w
Claudio Prono wrote:
> Uhm, i have another information about that case: the mail are sended to
> postfix from an antispam appliance (Symantec). Can be a problem of
> config of that antispam results illegal characters are sended to postfix?
> Can i add something to solve that problem?
That is possi
Daniel Madaoui:
>
> if I migrate from postfix 2.2.7 to 2.8.0 postfix, what 's up with the mails
> contained in the mails queues. Will they be recovered ?
Perhaps surprisingly, Postfix can read the queue/config/etc. files
from earlier Postfix versions.
Incompatibilities with earlier versions ar
Daniel Madaoui:
> I notice that postconf -n does not return my entries regarding the
> slow transport and wonder if there's an error my setup.
>
>
> My version is 2.8.0
>
> The lines in main .cf are:
> slow_destination_recipient_limit = 20
> slow_destination_concurrency_limit = 2
>
> The lines
Hi,
If any of you want to have Postfix 2.8 on RHEL6:
http://oss.imt-systems.com/mstevens/el6/postfix28/
This is a rebuild of postfix-2.8.0-1.fc15.src.rpm for RHEL6, CentOS6 and
Scientific Linux 6.
@Wietse: Thanks for your great work on Postfix 2.8.
Best regards,
Morten
On Wed, Jan 26, 2011 at 10:24:29AM +0100, Georg Sch?nweger wrote:
> i have here postfix 2.6.5 on Ubuntu. Outgouing mails are sent via an
> external SMTP Server (relayhost..). When i send an email from a local
> user to a real email address i have in the email header "Return-Path:
> root@SERVER_NAM
On Mon, Jan 24, 2011 at 5:48 PM, Noel Jones wrote:
> On 1/24/2011 9:12 AM, polloxx wrote:
>>
>> Dear list,
>>
>> We want to implement blacklisting sender email addresses on a per-domain
>> basis.
>> I know it can be done by Amavis but I would like to implement this
>> directly in Postfix.
>> Is th
On Wed, Jan 26, 2011 at 06:14:26PM +0100, polloxx wrote:
> > > We want to implement blacklisting sender email addresses on a per-domain
> > > basis. I know it can be done by Amavis but I would like to implement
> > > this directly in Postfix. Is this possible?
> >
> > Yes, using smtpd_restrictio
On Wed, Jan 26, 2011 at 05:21:37PM +0100, Morten P.D. Stevens wrote:
> If any of you want to have Postfix 2.8 on RHEL6:
>
> http://oss.imt-systems.com/mstevens/el6/postfix28/
>
> This is a rebuild of postfix-2.8.0-1.fc15.src.rpm for RHEL6, CentOS6 and
> Scientific Linux 6.
Postfix administrato
On Wed, Jan 26, 2011 at 09:31:48AM +0100, J4K wrote:
> # ps auxwww|grep master
> root 1333 0.0 0.0 37160 2416 ?Ss Jan20 0:01
> /usr/lib/postfix/master
If there is only one instance of Postfix running, and it was started 5
days ago, the conclusion is that either the main.cf f
On 2011-01-11, 18:17, Victor Duchovni wrote:
> Postfix recipient validation works by locating valid user addresses
> in a suitable (address-class dependent) lookup table. Additionally,
> regardless of the address class, the virtual(5) table can alias an
> arbitrary recipient to one or more (hopeful
2011/1/26 Victor Duchovni :
> On Wed, Jan 26, 2011 at 05:21:37PM +0100, Morten P.D. Stevens wrote:
>
>> If any of you want to have Postfix 2.8 on RHEL6:
>>
>> http://oss.imt-systems.com/mstevens/el6/postfix28/
>>
>> This is a rebuild of postfix-2.8.0-1.fc15.src.rpm for RHEL6, CentOS6 and
>> Scient
aha, thx for this info! I tried smtp_generic_maps already, the problem
with that is that it overrides envelope AND header addresses. I want to
override only the envelope address (Return-Path). Any other ideas?
Is sender_canonical_maps buggy? should i deactivate it anyway?
Georg
Am 26.01.2011 18:
> Yes, it's spamhaus but due to the amount of trafic we have our own
server
> (data feed).
make it a forward zone in bind so zone name is still same, that way no
magic configs does not use local rbldnsd
rbldnsd on 127.0.0.2 then bind still can bind on 127.0.0.1
Benny Pedersen wrote:
someone else wrote:
Yes, it's spamhaus but due to the amount of trafic we have our own
server
(data feed).
make it a forward zone in bind so zone name is still same, that way no
magic configs does not use local rbldnsd
Spamhaus actually recommends a non-public local z
Ralf Hildebrandt put forth on 1/26/2011 4:32 AM:
> * Stan Hoeppner :
>
>> Your problem has nothing to do with Postfix, or any MTA you might use. Most
>> of
>> the big mailbox providers have bulk sender policies. If you are to send bulk
>> mail to their users, you must ensure you meet their guid
* Stan Hoeppner :
> > But it can be done; I've done that for python.org and it took me 3
> > months (setting everything up, cleaning list, fixing settings) of my
> > spare time.
>
> Thus the reason I also recommended setting up rate limited delivery to such
> domains.
Yes, but then delivery take
On Wed, 26 Jan 2011 15:41:43 -0500, Kris Deugau wrote:
> Spamhaus actually recommends a non-public local zone for their datafeed;
> that way you don't leak the data to other users on your DNS cache, and
> you're certain that you are actually using your local copy instead of
> the public serv
On 26/01/11 12:05, Claudio Prono wrote:
> Uhm, i have another information about that case: the mail are sended to
> postfix from an antispam appliance (Symantec). Can be a problem of
> config of that antispam results illegal characters are sended to postfix?
>
> Anyway, here is my conf
>
> user = p
I'm setting up a postfix mailserver. Only a handful (of about 6 domains ,
ie x...@dsta.gov.sg , x...@starnet.gov.sg, x...@ncssmsonbehalf.com.sg ,
x...@accenture.com ) are allowed to email to my postfix server.
>From security & efficiency (so as not to process too many emails)
point of view,
a
On Wed, Jan 26, 2011 at 07:42:47PM +0100, Georg Sch?nweger wrote:
> aha, thx for this info! I tried smtp_generic_maps already, the problem
> with that is that it overrides envelope AND header addresses. I want to
> override only the envelope address (Return-Path). Any other ideas?
If it just for
so how should the sender_canonical file look like? Actually it looks like;
@server.localdomaini...@example.org
so every email which comes from @server.localdomain
(root@server.localdomain, user@localdomain...) should be replaced with
the existing address i...@example.org. But this doesn't
27 matches
Mail list logo