... Built-in: the REDIRECT access map feature, but this causes Postfix to ignore all existing message recipients. Built-in: the Milter protocol has "add...
270461
Victor Duchovni
Victor.Duchovni@...
Nov 2, 2010 3:58 pm
... These requirements are not incompatible. A *single* Postfix instance can: - Support STARTTLS, and even attempt to enforce it for some clients via access...
270460
Zhou, Yan
yzhou@...
Nov 2, 2010 2:28 pm
Hi there, I have two Postfix instances, I wish to set up 1. one with SSL so that clients can connect and send messages to it, WITHOUT authentication but the...
270459
lst_hoe02@...
Nov 2, 2010 2:18 pm
Hello is it possible to redirect (rewrite recipient) incoming mail based on the sender envelope address?? Many Thanks Andreas...
270458
aio shin
aioshin@...
Nov 2, 2010 1:42 pm
forwarding my message. ... From: aio shin <aioshin@...> Date: Tue, 2 Nov 2010 21:36:19 +0800 Subject: suggestion for hardware specs, postfix +mailstore ...
270457
Mark Scholten
mark@...
Nov 2, 2010 11:21 am
... It sounds interesting, however from a system administrator point of view it shouldn't be really difficult to create with the current tools. With some ...
270456
Stan Hoeppner
stan@...
Nov 2, 2010 2:26 am
... You seem to be looking at this from a macro point of view. For an entire datacenter to "fail" you're looking at something like a natural disaster...
270455
Peter
one2001boy@...
Nov 1, 2010 11:51 pm
Hi Stan, ... You have a great suggestion assuming the data center functions well. the data center primary site failure means that the data center itself...
270454
Michael Orlitzky
michael@...
Nov 1, 2010 10:08 pm
... I believe you're looking for the 'sendmail39; command....
270453
Kenneth Marshall
ktm@...
Nov 1, 2010 7:58 pm
It might be worth checking out the pre_prepare module: http://preprepare.projects.postgresql.org/README.html Cheers, Ken...
270452
Jeroen Geilman
jeroen@...
Nov 1, 2010 7:45 pm
... You're obviously free to do that - but as Victor said, postfix doesn't support preparing statements, so you'd have to hack the driver :) ... Even the...
270451
Patrick Ben Koetter
p@...
Nov 1, 2010 7:40 pm
Jeroen, thanks for the detailed answer. Please read my annotations below. ... Agreed. I doubt that too, but I don't know a better approach to prove that except...
270450
Jeroen Geilman
jeroen@...
Nov 1, 2010 6:58 pm
... From the 8.0 manual: Prepared statements have the largest performance advantage when a single session is being used to execute a large number of similar...
270449
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2010 6:48 pm
... You need to customize the Postfix PgSQL driver to (automatically) support prepared statements. -- Viktor....
270448
Rich
rhdyes@...
Nov 1, 2010 6:48 pm
Nick I have a simple and elegant solution that has been working for years. I am using postfix, spamassassin with spampd proxy server and god-forbid, a purchase...
270447
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2010 6:47 pm
... Yes. -- Viktor....
270446
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2010 6:45 pm
... No, setting "local_transport" is equivant to using transport_maps, but is more drastic, since it disables local delivery for all domains in $mydestination....
270445
Stan Hoeppner
stan@...
Nov 1, 2010 6:43 pm
... Is this what you refer to Victor? http://www.symantec.com/business/brightmail-traffic-shaper -- Stan...
270444
Patrick Ben Koetter
p@...
Nov 1, 2010 6:35 pm
Out of curiosity I started to play around with Postfix and PostgreSQL. PostgreSQL recommends "prepared statements" to speed up queries (by ~%20). As I...
270443
Reinaldo de Carvalho
reinaldoc@...
Nov 1, 2010 6:31 pm
... As Victor explain, local LDA don't send multirecipients on a message, and you must remove mailbox_transport and local_transport values and use...
270442
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2010 6:20 pm
... This is only possible if you use LMTP delivery directly, without a trip through local(8), and move all alias processing from aliases(5) to virtual(5). The...
270441
Reinaldo de Carvalho
reinaldoc@...
Nov 1, 2010 5:28 pm
... What the problem? Do you want enforce 60? Do you want a regular file foreach 60 recipients? why? ... What the local_destination_concurrency_limit and ...
270440
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2010 5:28 pm
... Don't silently redirect users' SMTP traffic. Your options: - Join the SpamHaus PBL as an ISP, and add your IPs to the PBL. Allow users to request being...
270439
Wietse Venema
wietse@...
Nov 1, 2010 5:17 pm
... As documented, the local_destination_recipient_limit setting has precedence over the default_destination_recipient_limit setting. Wietse...
270438
guido@...
Nov 1, 2010 5:14 pm
Hello everyone. Im using postfix 2.5.5 and im trying to use the singleinstancestore of cyrus to hardlink mails instead of having one copy of every recipient. ...
270437
mouss
mouss@...
Nov 1, 2010 1:54 pm
... In general, you should not redirect traffic "transparently"... The "common" approach is to block port 25: - TCP traffic from one of your IPs to a foreign...
270436
Wietse Venema
wietse@...
Nov 1, 2010 11:12 am
... If it is not in the documentation, then it is not supported. As you correctly observed, the subject and more is in the returned email message that sits at...
270435
Nicholas Sideris
n.sideris@...
Nov 1, 2010 9:36 am
Hello, I am in a case, where I need to configure a postfix daemon for acting as an SMTP server, where some spam-filtering and some anti-virus would run in...
270434
casper@...
Nov 1, 2010 8:59 am
For now almost a week without sorbs and wothout spam. Remebered that the metter I was installed sorbs list was many forged freemail spams. That time I've done...
270433
Ramprasad
ram@...
Nov 1, 2010 7:51 am
Can I configure the bounce template to include the original subject inside the subject of the NDR. The bounce man page does not mention original subject...