Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

postfix-users

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1405
  • Category: Email
  • Founded: Jan 19, 1999
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 210268 - 210297 of 293241   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
210268 mouss
usebsd@... Send Email
Dec 1, 2006
11:52 pm
... Note that /^.+... is almost equivalent to /.+... assuming one doesn't accept nonfqnd addresses, /ru$/ would block more than the posted expression. or if...
210269 Wietse Venema
wietse@... Send Email
Dec 1, 2006
11:53 pm
... I haven't got one. I can't support features that don't work for multi-recipient aliases or file/command deliveries. Enough of such incomplete features, and...
210270 mouss
usebsd@... Send Email
Dec 1, 2006
11:54 pm
... The policy server mechanism is mostly for doing access control based on envelope. if you want to check data, then you should use a content filter (possibly...
210271 Ronald F. Guilmette
rfg@... Send Email
Dec 1, 2006
11:58 pm
... Yes. I noticed. ... Well, yes. That's definitely one way to do it. But does that allow me to do all of the magically sorts of things that, it appears, I...
210272 Ronald F. Guilmette
rfg@... Send Email
Dec 2, 2006
12:01 am
In message <20061201224103.6A156BC0A1@...>, ... Yes. I noticed that. And it appeared to me that milter invocation might not be all that ...
210273 Wietse Venema
wietse@... Send Email
Dec 2, 2006
12:09 am
... Milter does not require copying the entire message. For example, the senderid plugin does not ask for themessage body, and thus it is never sent across. ...
210274 mouss
usebsd@... Send Email
Dec 2, 2006
12:09 am
... and what is the sender address?...
210275 Harvey Smith
harvey@... Send Email
Dec 2, 2006
12:26 am
... There doesn't appear to be an A record for espphotography.com ; <<>> DiG 9.2.4 <<>> espphotography.com ;; global options: printcmd ;; Got answer: ;;...
210276 mouss
usebsd@... Send Email
Dec 2, 2006
12:26 am
... I tend to prefer TCP... ... why? dspam can handle multiple recipients. ... why do you need this at this step? what happens to your mail after dspam filters...
210277 Ronald F. Guilmette
rfg@... Send Email
Dec 2, 2006
12:35 am
In message <6244B9E1-19D3-44F7-A48B-E805A1398F35@...>, ... No, not really. Thing don't need to be that complicated. My (trivial) plan is that for each...
210278 Ronald F. Guilmette
rfg@... Send Email
Dec 2, 2006
1:07 am
... Well, yea, you've definitely got me there. You've got a good point, or should I say "points". I'd like to be able to call the points that you have just...
210279 Mark Martinec
Mark.Martinec+postfix... Send Email
Dec 2, 2006
1:12 am
... Btw, this is pretty much how 'pen pals' feature in amavisd-new works. See release notes: http://www.ijs.si/software/amavisd/release-notes.txt and search...
210280 Jorey Bump
list@... Send Email
Dec 2, 2006
1:33 am
... This is not true. There is an MX record for espphotography.com, so an A record is not required. $ host espphotography.com espphotography.com mail is...
210281 Jim John
jimjohnlists@... Send Email
Dec 2, 2006
1:51 am
Hi. We've implemented an autoreply and pipe the email to it, but what happens is that we still see a sender message using postqueue command. And we notice that...
210282 Wietse Venema
wietse@... Send Email
Dec 2, 2006
1:58 am
... What does the Postfix logfile report for this delivery? The pipe(8) daemon waits until the child process terminates, so that it can receive the process...
210283 Harvey Smith
harvey@... Send Email
Dec 2, 2006
3:28 am
... You're correct of course, my bad....
210284 anant@... Send Email Dec 2, 2006
5:26 am
Thanks a lot. I will do the needful. Regards, Anant....
210285 Sheldon T. Hall
pf@... Send Email
Dec 2, 2006
5:29 am
Quoth mouss ... ... Simpler still, and requiring less horsepower ... get the country IP assignments from http://completewhois.com in a form suitable for use...
210286 Arnold Hendriks
a.hendriks@... Send Email
Dec 2, 2006
11:38 am
... Unsure whether to use Dutch or English, happy to use English if necessary :-) Ik heb het probleem sindsdien niet meer gezien, gelukkig. Als het al relevant...
210287 Ralf Hildebrandt
Ralf.Hildebrandt@... Send Email
Dec 2, 2006
12:54 pm
... You need to use reject_unlisted_recipient before the policy server and after reject_unauth_destination -- Ralf Hildebrandt (Ralf.Hildebrandt@...)...
210288 elaconta.com Webmaster
webmaster@... Send Email
Dec 2, 2006
12:55 pm
Hi I've recently deployed MARBL (http://www.orangegroove.net/code/marbl/) to perform selective greylisting under Postfix as a policy server, and it absolutely...
210289 Bolke de Bruin
bdbruin@... Send Email
Dec 2, 2006
1:21 pm
Hello, I have build a relay server with the attached configuration (postfix 2.2.10). In order to avoid backscatter I would like to activate...
210290 Ralf Hildebrandt
Ralf.Hildebrandt@... Send Email
Dec 2, 2006
1:28 pm
... smtp is for sending out, not for receiving ... Show "postconf -n" output! -- Ralf Hildebrandt (Ralf.Hildebrandt@...) plonk@... ...
210291 mouss
usebsd@... Send Email
Dec 2, 2006
1:32 pm
... you need reject_unlisted_recipient. smtpd_helo_restrictions = smtpd_sender_restrictions = ## we put these here to avoid becoming an open relay in case ##...
210292 Bolke de Bruin
bdbruin@... Send Email
Dec 2, 2006
1:48 pm
... Config is with amavis in the mix (postfix -> amavis:10023 -> postfix:10025). Dec 2 12:48:41 smtp postfix/smtp[28686]: EC344F249ED: to=<ogone@...>,...
210293 elaconta.com Webmaster
webmaster@... Send Email
Dec 2, 2006
2:07 pm
... Jesus, that was a fast reply :-) Just added reject_unlisted_recipient as you said and tested it, it's working 100%, thanks! ... Elaconta.com Webmaster...
210294 Sebastian Sala
sebool@... Send Email
Dec 2, 2006
2:48 pm
Hi I'm wondering how to change the Undelivered Mail Returned to Sender message which is send to the sender of the undelivered e-mail. Most of users of my...
210295 Ralf Hildebrandt
Ralf.Hildebrandt@... Send Email
Dec 2, 2006
3:19 pm
... http://www.stahl.bau.tu-bs.de/~hildeb/slides/adhoc-devel-policy-slides.pdf slide 11ff -- Ralf Hildebrandt (Ralf.Hildebrandt@...)...
210296 Victor Duchovni
Victor.Duchovni@... Send Email
Dec 2, 2006
5:40 pm
... The server [217.119.224.164] responded with a 250 Ok to the "DATA" command, when the only valid responses are 354, 4XX or 5XX. There is undoubtedly an SMTP...
210297 Uwe Dippel
udippel@... Send Email
Dec 2, 2006
6:18 pm
I went through google and through the archives of postfix-users, but have yet to understand the consequences of this statement: # trap decode to catch security...
Messages 210268 - 210297 of 293241   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help