Hi, Is it possible to force mail being sent from specific to be inserted into another smtp? Example: I have a postfix server which is also handling production...
Lars Johansen
lars@...
Apr 1, 2008 7:35 am
236211
... you used a single instance. ... transports are global in an instance. you need to run multiple instances of postfix: run postfix multiple times (not just...
mouss
mouss@...
Apr 1, 2008 8:11 am
236212
... you can chain filters: postfix:25 -> amavisd-new:10023 -> postfix:10024 -> marshal -> postfix:10025 the postfix:10024 in the middle of the chain is...
mouss
mouss@...
Apr 1, 2008 8:27 am
236213
... You must validate recipients on the backup server (either copy the list of users or use sql/ldap to access this list). If you can't, then remove the backup...
mouss
mouss@...
Apr 1, 2008 8:29 am
236214
Hi All, I have a domain with aliases created for all users in that domain. Both primary and alias domains are published. I want that any mail to primary ...
punit jain
contactpunitjain@...
Apr 1, 2008 8:36 am
236215
Thanks for your answer. ... That's true, but than I'm using the vacation.pl script provide with PostfixAdmin, I'll have a look at the code. ... I've fix this...
Sylvain
sylvain@...
Apr 1, 2008 9:06 am
236216
... I was talking about the "old bsd" vacation program. I have no idea if postfixadmin vacation.pl is safe....
mouss
mouss@...
Apr 1, 2008 9:24 am
236217
How to restrict a particular sender to send to some users in a domain and at same time should be able to send to other global domains? thanks in advance ...
punit jain
contactpunitjain@...
Apr 1, 2008 9:34 am
236218
Re: transport(5) TABLE SEARCH ORDER .domain transport:nexthop If transport_maps is *not* listed in parent_domain_matches_subdomains do I need 2 entries to...
Dick Middleton
dick@...
Apr 1, 2008 11:04 am
236219
... Right - I think I need some more help... 1/ main.cf: # client smtp authentication smtp_sasl_auth_enable = yes # smtp_sasl_security_options = noanonymous ...
Zbigniew Szalbot
zszalbot@...
Apr 1, 2008 12:23 pm
236220
... On the sending machine remove the domain from main.cf:mydestination. Wietse...
Wietse Venema
wietse@...
Apr 1, 2008 12:44 pm
236221
mouss: [ Charset ISO-8859-1 unsupported, converting... ] ... See: "Configuring Postfix as primary or backup MX host for a remote site: ...
Wietse Venema
wietse@...
Apr 1, 2008 12:45 pm
236222
I am running Postfix 2.3 as a corporate email server. I love running Postfix and don't want to switch to something else however SPAM is getting way out of...
Carlos Williams
carloswill@...
Apr 1, 2008 12:55 pm
236223
... Hello, I just noticed that the documentation on the Postfix site still refers to relays.ordb.org which may cause some confusion if it isn't changed. The...
Frog
frog@...
Apr 1, 2008 12:58 pm
236224
... If you are worried they will force you into exchange or some other pay for product and you are also worried about breaking upgrading what you have, you ...
Scott McCarty
smccarty@...
Apr 1, 2008 1:00 pm
236225
Do you use any RBLs like spamhaus or others? Do you accept mail from servers without FQDNs or that have other configuration problems, likely indicating zombie...
Jim Wright
jim@...
Apr 1, 2008 1:09 pm
236226
... It is a bit sad that a dead RBL has to go to the trouble of +ve listings for everyone just to stop people using it. Hmm, perhaps ATT/BT/yahoo's 'new'...
Jacqui Caren
Jacqui.caren@...
Apr 1, 2008 1:22 pm
236227
Hi guys, My postfix has been configured to not accept mail from anyone@... if it was not generated inside my network and it has been working gladly. ...
LinuxCorporate [ Post...
lista.postfix@...
Apr 1, 2008 1:23 pm
236228
... The amount of spam you get is unrelated to which MTA you are running. Merely switching MTAs will not improve the situation. MTAs are principally designed...
Jorey Bump
list@...
Apr 1, 2008 1:24 pm
236229
... Whilst this is a little more OpenBSD specific it worked fine for me: http://flakshack.com/anti-spam/wiki/index.php For the parts where you have to install...
Gaby vanhegan
gaby@...
Apr 1, 2008 1:24 pm
236230
... I was actually getting ready to write a very similar e-mail! ASSP as blocked almost all of my spam... Now I just need to update it since the spammers are...
Jason Pruim
japruim@...
Apr 1, 2008 1:37 pm
236231
Hi to all, I Have a question, how can I set the number of max users allowed on "mail to" field? Or better when an domain user send an email, what is the limit...
g.digiambelardini@...
Apr 1, 2008 1:37 pm
236232
... If you don't need per-user quarantines, etc, ASSP is *very* easy to install and setup, as long as you follow the directions, and blocks 90+% of spam...
Charles Marcus
CMarcus@...
Apr 1, 2008 1:38 pm
236233
... As others have said, changing MTAs will not help this. ... Personally I use amavisd-new and policyd-weight. Policyd-weight is a front line defense that...
Brian Evans
grknight@...
Apr 1, 2008 1:43 pm
236234
... Generally this means you didn't provide it with a normalized ham/spam corpus... but by all means, use whatever works for you! Postfix is pretty great all...
Charles Marcus
CMarcus@...
Apr 1, 2008 1:47 pm
236235
... I had problems with ASSP being too strict or not strict enough and abandoned it in favour of the postfix policyd-weight and have been amazingly happy with ...
Tony Holmes
tony@...
Apr 1, 2008 1:49 pm
236236
... Yet it was posted on _SEVERAL_ lists the RBL was going to be shutting down. It was even posted on this list by Victor: ...
D Hill
d.hill@...
Apr 1, 2008 1:54 pm
236237
... Don't cut/paste from main.cf, show "postconf -n" output. ... Don't cut/paste from the transport table, show "postmap -q" output. ... Don't cut/paste from...
Victor Duchovni
Victor.Duchovni@...
Apr 1, 2008 1:56 pm
236238
... You need two entries, it is not recommended that you use "p_d_m_s" with transport lookups. If possible, make "p_d_m_s" empty. -- Viktor. Disclaimer:...
Victor Duchovni
Victor.Duchovni@...
Apr 1, 2008 2:06 pm
236239
... Well it doesn't really look at spam and discard it. It checks the IP of the smtp connection and if it matches it against a list of known bad IP's then it...