Hi, Im looking to prepend [SPAM] to the Subject: of mails that come in with a preassigned X-SpamReason: value of 1..4. main.cf:header_checks =...
nick@...
Nov 1, 2006 10:08 am
208153
... I see, thanks for the explanation. Nick ....
nick@...
Nov 1, 2006 11:04 am
208154
... Prepend sets a new Subject header here. This is better done by your filter software. Header_checks can't set a subject header in relation to another check...
Sandy Drobic
postfix-users@...
Nov 1, 2006 11:35 am
208155
Hi, I had setup my postfix and everything working fine, but my problem is that if any of my user send a meeting schedule invitation, the 'email' will be...
mynullvoid
mynullvoid@...
Nov 1, 2006 12:53 pm
208156
... Neither Postfix nor amavisd do any conversion. -- Ralf Hildebrandt (Ralf.Hildebrandt@...) plonk@... Postfix - Einrichtung,...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Nov 1, 2006 12:58 pm
208157
... you can use procmail|maildrop with formail|reformail. it is possible to with postfix but that would be overkill (run a specific smtpd as a content_filter,...
mouss
usebsd@...
Nov 1, 2006 1:09 pm
208158
... The postfix server in question simply passes inbound valid mail to our exchange server and passes outbound mail to an external mail service run by...
nick@...
Nov 1, 2006 1:40 pm
208159
... But the filter user is part of the filter group, so shouldn't that grant the filter user permission to execute the file? And also, when I run the program...
kclair
kclair@...
Nov 1, 2006 2:33 pm
208160
... When message headers are malformed (don't start with "Header-Name:", Postfix will insert a blank line between the valid headers and first invalid header,...
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2006 2:34 pm
208161
... We have Outlook meeting requests going through postfix without issue. What I have seen in the past is that software that adds information to the body of...
Dan Horne
dan@...
Nov 1, 2006 2:57 pm
208162
... Only if this is the primary group of the user or you use the (pipe(8) manual) documented syntax for specifying the group you want: ... user=user:group...
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2006 2:59 pm
208163
... after I define the 'relayhost' in main.cf just like: relayhost = [10.127.0.1] and /etc/postfix/transport aaa.com smtp:[10.127.0.2] I find that all the...
wadia
wadia2000@...
Nov 1, 2006 3:28 pm
208164
... - Did you execute "postmap hash:/etc/postfix/transport"? - Is /etc/postfix/transport actually in your configuration? What does "postconf transport_maps"...
Sandy Drobic
postfix-users@...
Nov 1, 2006 3:56 pm
208165
... yes. Here is a summary (with maildrop) - use transports to deliver mail for @domain.example to maildrop - maildrop * checks the spam header. * maildrop...
mouss
usebsd@...
Nov 1, 2006 4:18 pm
208166
... You are filtering one message, using the first recipient ($4). as a result, the message will have one score (corresponding to the first user). use ...
mouss
usebsd@...
Nov 1, 2006 4:34 pm
208167
Greetings! Got a weird one for ya. Messages are 'sticking' in the queue, I think because of something 'timing out' in procmail, but only for a few users. ...
Charles Gregory
cgregory@...
Nov 1, 2006 4:55 pm
208168
... Is the NUMERICAL gid of the filter USER equal to the NUMERICAL gid of the filter GROUP? Wietse...
Wietse Venema
wietse@...
Nov 1, 2006 4:56 pm
208169
... User 05 .forward runs a command that never terminates, or some process is holding a lock on user 05's mailbox, ... -- Viktor. Disclaimer: off-list...
Victor Duchovni
Victor.Duchovni@...
Nov 1, 2006 5:07 pm
208170
Hello I need to rewrite an specific sender addresss account@... to account@domain (fictisious domain in this example) but after configure the...
enediel gonzalez
enediel@...
Nov 1, 2006 5:33 pm
208171
... Mouss, I can't thank you enough for taking the time to explain all that. It's very much appreciated. Nick ....
Nick Lunt
nick@...
Nov 1, 2006 6:48 pm
208172
Hello mouss, Absolutely spot on. Apparmor blocking the transport. (2nd time it's caught me out. It blocked cyrus as well.) Was easily reset to allow access. ...
Greg Wood
greg@...
Nov 1, 2006 7:26 pm
208173
... .forward contains 'user05@...', which is how it is forwarded to host6 for spam checking. This is true of all users, and works fine. ... How...
Charles Gregory
cgregory@...
Nov 1, 2006 7:32 pm
208174
... Find out what system call the process is blocking on. See DEBUG_README for tips to - make local(8) log more of its activity - make a system call trace that...
Wietse Venema
wietse@...
Nov 1, 2006 8:20 pm
208175
Hi, I'm using sqlgrey together with postfix. Would it be possible to do selective greylisting triggered by an rbl-list? e.g. something like: ...
Folkert van Heusden
folkert@...
Nov 1, 2006 9:10 pm
208176
... Hmmm.... I don't have any receive_override_options set, and I'm running this under FreeBSD (not an RPM install).... Any other ideas?...
Joe Auty
joe@...
Nov 1, 2006 9:26 pm
208177
Hi, Thank you for your elaborate reply. ... Thank you, but that is not entirely what I would like to do: I would like postfix to check an rbl-list and if the...
Folkert van Heusden
folkert@...
Nov 1, 2006 9:28 pm
208178
... That's only possible in the policy daemon itself, so patch the daemon that implements the greylisting. -- Ralf Hildebrandt (Ralf.Hildebrandt@...)...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Nov 1, 2006 9:31 pm
208179
Hello Folkert, ... Yes. Eather use the function included with sqlgrey or if you want postfix to handle it have a look to check_client_access (if you want it...
Julian Pawlowski (lis...
lists@...
Nov 1, 2006 9:32 pm
208180
Hello Ralf, ... That doesn't make sense as we have the query to the RBL before he wants to use the greylist daemon. Did you mean to patch sqlgrey in an way to...
Julian Pawlowski (lis...
lists@...
Nov 1, 2006 9:35 pm
208181
... I did this a second time, and requeued everything and restarted postfix (again) and finally the queue cleared. So it was definitely something IN one of...