postgrey-1.34-12.fc20$>NS!i-J|n1uKR>G ? d   :+:A P\{j D ` |     R      a( ) *4+=,D-H8L 9 : =>?@DGHI$X4Y<\X]^^bdefltuv8wx ,y d Cpostgrey1.3412.fc20Postfix Greylisting Policy ServerPostgrey is a Postfix policy server implementing greylisting. When a request for delivery of a mail is received by Postfix via SMTP, the triplet CLIENT_IP / SENDER / RECIPIENT is built. If it is the first time that this triplet is seen, or if the triplet was first seen less than 5 minutes, then the mail gets rejected with a temporary error. Hopefully spammers or viruses will not try again later, as it is however required per RFC.Rarm02-builder11.arm.fedoraproject.orgHFedora ProjectFedora ProjectGPLv2+Fedora ProjectUnspecifiedhttp://postgrey.schweikert.ch/linuxnoarchgetent group postgrey >/dev/null || groupadd -r postgrey getent passwd postgrey >/dev/null || \ useradd -r -g postgrey -d /var/spool/postfix/postgrey -s /sbin/nologin \ -c "Postfix Greylisting Service" postgrey exit 0 if [ $1 -eq 1 ] ; then # Initial installation /usr/bin/systemctl preset postgrey.service >/dev/null 2>&1 || : fi if [ $1 -eq 0 ] ; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable postgrey.service > /dev/null 2>&1 || : /usr/bin/systemctl stop postgrey.service > /dev/null 2>&1 || : fi /usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : ;)_7F8&sZnA큤AMRMR\R\RKRRFs{MMKR\RR36ae8a0ee346556e5b02085443f9c0f436417d8af787915292774fa4c918c11f604e206ffdded177fd1b5839741a4bcf5ac127530c46246ee5a493052301d3dd20ce9c600256ad7fad3c99fcb70c6843119e5d5386dd1ac0dccd75d6a22dc23da721ab1f2a99449df0c2226d6a928b04669b5e3ec20bb52dbab902600438f315728334e5885d08d6ae9ce8244a1615f510669929a1b62e5badf2e07b2bb2b6d2d534531addfc71cae39b000527c498a53f661093feec6f0b8faa87ff340d85c3f30aae47c4f306afcaf8302cc33653b31e05e3b4306758ac905007f68a0a510b1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953e821886625a698f2f5e2b1958ccc906da4a4cb1e9390a40359dbbec59a2893feba434ed6a27d16219309b43d52158af4d77785d549d4ded5b90ecf284e57e3666b801b17f80f790241d10270d9c3ef2880e933dff5a0366b11246ca9ef136cb06f54c9ee044fb4c444be079b2c8fbe79edfb952d838e21cc930b4ff63985a4b2rootrootrootrootrootrootrootrootrootrootrootrootrootpostgreyrootrootrootrootrootrootrootrootrootrootrootrootrootpostfixpostgrey-1.34-12.fc20.src.rpmconfig(postgrey)postgrey @@@@ @@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/usr/bin/perlconfig(postgrey)perl(:MODULE_COMPAT_5.18.2)perl(BerkeleyDB)perl(Fcntl)perl(Getopt::Long)perl(Net::DNS)perl(Net::Server)perl(Net::Server::Daemonize)perl(Net::Server::Multiplex)perl(POSIX)perl(Pod::Usage)perl(Sys::Hostname)perl(Sys::Syslog)perl(strict)perl(vars)postfixrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)shadow-utilssystemdsystemdsystemdrpmlib(PayloadIsXz)1.34-12.fc202.253.0.4-14.6.0-14.0-15.2-14.11.1# Save the current service runlevel info # User must manually run systemd-sysv-convert --apply postgrey # to migrate them to systemd targets /usr/bin/systemd-sysv-convert --save postgrey >/dev/null 2>&1 ||: # Run these because the SysV package being removed won't do them /sbin/chkconfig --del postgrey >/dev/null 2>&1 || : /bin/systemctl try-restart postgrey.service >/dev/null 2>&1 || :postgrey1.34-3Ry@Ra@R&R҃R@QB@Q@QP Ohq@On@MMRJlE@II@H5`@F @F{EVEt Ep@EO#C-CˊCw*C @Bp@B-A@ @@Christopher Meng - 1.34-12Christopher Meng - 1.34-11Christopher Meng - 1.34-10Christopher Meng - 1.34-9Nils Philippsen - 1.34-8Fedora Release Engineering - 1.34-7Petr Pisar - 1.34-6Fedora Release Engineering - 1.34-5Fedora Release Engineering - 1.34-4Jon Ciesla - 1.34-3Fedora Release Engineering - 1.34-2Matthias Saou 1.34-1Fedora Release Engineering - 1.32-3Fedora Release Engineering - 1.32-2Matthias Saou 1.32-1Fedora Release Engineering Matthias Saou 1.31-1Matthias Saou 1.30-1Matthias Saou 1.28-1Matthias Saou 1.27-4Matthias Saou 1.27-3Matthias Saou 1.27-2Matthias Saou 1.27-1Levente Farkas 1.24Levente Farkas 1.24Levente Farkas 1.22Levente Farkas 1.21Levente Farkas 1.21Levente Farkas 1.18Levente Farkas 1.17Levente Farkas 1.14Levente Farkas 1.13- Correct the syntax of systemd unit to support option with space-separated content.- Let perl magic determine the dependencies. - Fix systemd unit typo.- Fix typo in the SPEC.- Update systemd service unit to be more powerful. - SPEC cleanup(BZ#850279). - Add missing dependencies(BZ#1039355).- make postgrey work with perl 5.18 (#1039551)- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild - Build-require systemd-units- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Migrate to systemd, BZ 714430.- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Update to 1.34.- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild- Update to 1.32. - Update init script to the new style. - Slightly update README-rpm instructions.- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild- Update to 1.31.- Update to 1.30. - Update License field.- Update to 1.28. - Update URL to the new homepage.- Silence %setup. - Fix init script mode in the srpm. - Remove explicit perl(IO::Multiplex) requirement, not needed on FC6 (but probably still on RHEL4). - Add a comment line to the empty local whitelist file.- Add man page generation (Mike Wohlgemuth).- Include postgreyreport script.- Spec file cleanup.- some minor changes thanks to Peter Bieringer - upgrade to 1.24- upgrade to 1.22- spec file update from Luigi Iotti - update to 1.21- update to 1.18- update to 1.17- guard the pre and post scripts- initial release 1.13/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh 1.34-12.fc201.34-12.fc20postgrey_whitelist_clientspostgrey_whitelist_clients.localpostgrey_whitelist_recipientspostgreypostgrey.servicepostgreypostgreyreportpostgreyCOPYINGChangesREADMEREADME-rpmpostgrey.8.gzpostgrey/etc/postfix//etc/sysconfig//usr/lib/systemd/system//usr/sbin//usr/share/doc//usr/share/doc/postgrey//usr/share/man/man8//var/spool/postfix/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=neon -mfloat-abi=harddrpmxz2noarch-redhat-linux-gnueabiISO-8859 textASCII textPerl script, ASCII text executabledirectoryPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression) RR R R RRRRRRRRRR R R RRR?7zXZ !PH6A)X]"k%azܮe6N1BLz(M{W;fP:Md Ev [¤?#*ǚ,f'9H;N,quZ_J1[nל.ez{) U24S=\6 4H ]Z0OӃ\ܖ]BUqjl`ߥb6ncp.i([ jng99` r]0V95̡I[C 1ޚ\moBXgQrxC9c{ђ{a !r$ s(gf>~902ݫy[jqw!o4=|Þ"OKBɲEtV?D΋t}o?نy LQupHNS݄0(~MB=?=A 0ڔ}pHfܡ:[R\Vm<&Jb}I3i3 .`Ti] FV 1{I^[,H߉ƛ @ǥݲ!g8@hSO Oj0(YY P^ SZg;r[LMұn7n1mfûlx:oy遍\>I̵A&Oz'J}dT7UʼnV+,ƝKjQEWd`e,:T[!@o ^Ri :%}sz9.6) Àu.rՌ?OH"ZۿP@42J2* ~Kdh .86w ykƏo; E-*a@fe1s=wwjԅ΍Ugڲ?NDrܓ[:=WbBr2kJeUc)9;pٶ[襺)S2;w_[8{Vz6A⥤'yǷ'B*d+9pXQ]&]S&V}A8,ȓ8T2WT($ˡ_%!u p:Z*-D8vU]AHoӶ>TnE*j *UT^TϰYRvʽZ9?6jEpW1 WٲEN:mGPOTua!A\/z!FJ&hW/V;ѽPF&U\5a8~>w_w2TB@_%éC=zھtKr)F戤.#$a2>'3y C}=RglD4U~ _ ?#V^jYe^J)*Gsȹ6 i՗NE i.-3g/ 5CJs f0cd;_ p\ 9?`3G[+(`XWSO>뉙ݢwh \4rw=To7"p4$ _7`pBKOΜn΍%fs:v+_*NrTwƥ6q0Yu p;jy̭zDd:_3_@ioq}adCR ^)*[ޢN*PScO!Kنr~[Gdyeq\5#78$@,f *犰$w6-)#S4L hUM@|Q>@}HlB$ũ|Mv p=CBcx.ӢқCr؅E7k=EL<7j~]˽vD 'R{S4C(=gftJDx(;CZxMe\i-1Uoy6.x6O6Z~\ L7-hXԘ2aezMbAo%ΥeljRfו, 0i=Lƞ "x18`BFbN禚/3NqxM %%y9XipGi.뭬::Ct<qÝHSHwe֎ʎԉXa ka)2yW's9ȻLVdR[o<O u]c{`GfvJsGƶh3H zL%GZI& s f֋hEbk~+'ZIb:qF$}2T7^\Řt=ᮣa`P( @_Y0-vQu̖@zOTjpdzIqgjxpfvhTAӜq | jak2-e!]^y?ik ,Ai7I1bc.kńU[ĊPGXvـwok /A{KcArվE@KiSA:H2.JBU||5RAtL^Au|!~n4kh- G$qKא {d]ldRcxmm`@#,}2j!ůy60J|m^@S 3镘ݾ?d=LqY4Y2Ov˩8ڞEOV"9fPz@}x/wAId̏#1̨nn(8,?UPΘn\=ax*2>΍(݆.M()$ݮ1 iQSa xUD?pƇÔs1a-} &1Na2^<3I׉(!.'M EOZXT}YZH@ 9yֹy(4^7"bMoLG aFi<@Kiτ87v(NޝճPJ~{E @cs_dh8Xkf,ȸ3W#;2pى0]#&]v̕U}k>U~ CR~ZWW5omCYtHG3iDzd *`=[ WV_ تXzWVsjs} FQJUvrĺ%(z{,{6 br2 #ᝬ֩^4y.3$@z5+P8dPvfUg!iTJAjX2:D~o!ЉOw8\$_]g{Kš*P[#RV)`%*j׶܃@ꁋPEn; Vs'L>LeNSG̉ ֛m1S5-r /*WL |I]3J^ ξ}ΞTw#KxLa^1TZlZPg $lee}TSCWʶڻuiFYX8PJ/{- |[0%%[O"{-·m h iHܸҟ"Oz&ZЕWR!U%nq1+{1 [dobSBDDm<ro1nGd󤭓'h%#oD&ZW4d=)EH'D^FeK4ܸ@c 7"1~78"9j6%͈x H 3heI݉nìJg 040#:qg%u([ 6R".Yg>4NR&'vRU\jB:P.RZ?"]<L hK|e^@ ua*mnG!cP %Wh*8iһNUT>TyvAt݃6xY?]V7_賝,elj*천jqz$SGse(b75By{~[CS݊]\ @_o\5*}[(Sm c;N0ցP5pwÙccZ?5rtIm1uth5cb r!#M⽗ۆ/|)1Ezph[sat".O[UaU2ZZ9*7 6۰gRW W݈7R1 c/"jdA,b4x>1TϢ>GOPOqBɵ7w.םsQBNz`x0j^ ͑ۙenNJD}Os MŇ8Uku2Cug=}\lj.~,(Ou!Q=sFeξ]q&BoUL ]Jygx Y\B](c^nMFF-T^aӟ6yo%ΌF F!QG3SyC+#]JDJP[bG1ckufڿ@j4pLf""Ǖ9@  PΘ mc]inH|?H|Z)*OGr=uߢhNr1(hHYuR3[F]u]#ϸ(oWe^ [;/y]S3<Dzg~}.|&qέO|"<jӟX7PM41^xh&P fQ/HTNْm{`y"S5 8U~퓺;{x Dwo_"Eכ?}hv/p;E8\UA)'`cYPng 6$ `4\@se{FBGtObb&Qias ,fwGy7J lfM{\3̀lzwTEg> $YIz%6_QN3@"|ic'fo׺gWxYf)ЩGzPmU\ Е&.ɬs)cub Q>'}#4_ !{vO&׀hM{qQ"QFZ6P{x2a U^ {YEM,L;b nw^kjI'bO(lK09faHk ;OU^ƬV_+RGxœCف̀8gmqX\>lZ.Ⱦэ0&!w|8'Q8K3nSC-LëhvU$h͚#N&/waMk#eT58>chZEQ9ʪ< IpЖ08ɲMC֌Ҭo U$I\Ԗ&!C⌦cWzP7IL Ï2ekURD>Ϩȭ>ja$?wCFǍg%*["}"W#Bp%0zb 4'B4&@ZzNF-;ەؗh.e3a{P sc}Xz0{2&@*wa$}si"-!`ϛX*aK֍/=wn&uý hMEgv &!KU`?a+zXv^XN<2wX4nHJq@>-t刭H'|v&Qz'(&^`VM,ep'=7z?v2MQ΁ ߯&z_̈́&wG,=010du2&ew?gJX" H7gI j[N ťLynz.sUIei!]Jqk M-֚ŕܮg^{,;2Vʭ҉A{ "Tv09n`^@ 1ʏcj#R㋲^i$r6 <ozqgW<8W.[54MuHP69.*L=z#&KkdH,^F7afDaRDd{yHHX̱s[|0Uٞ#~yBŪ'@<ѧC]} +fzV\r]U9+)Ʃ3ف7Vާm~Y #p}5:ݻG*)%i3P ނ7CGw~T&?&A iosXW8??Է"t:??K 5Ϩik2OӉ@yyqء_ ͌ؾuJ2 7$@~ke Z-mgWXC&I c!Zj?Z,BaYcm.9OJamAi60y1XsJ§uNaJO&& >>PIi/SF?`&dH|TÆ2ҍaL ԺX~U,u v 78Na>$W%u~<:Mpș ̫닦nIgq~%6߭q5va|=g2BsJB^6-cY>f͉?+Ld_vz4G_>ݭOoHcLZA +waG75.3bD5Zb=#I{J+t3B0v4Ĩ汞:w USZhK ,O_,Ww㞞.,^p>Z!0$\kd.5֞xQsA$SޛAdjx%#LWL︖cNb4E﮺(!rȍH+~uzB܌7;QG|1ˋ"C.T nW 0:wQ5)?V_^M=9lMIiA/@s}2}j3}([`~;\o镂\# D fTRoI`p!kĤܥ:D=x[2mLw Εk6L1:ڣU-`TP {oZBLYK 1 7A~m+86Nf˞-z@P:Wm JƧy\*qHʞ81f>} 1جHI|Ҕ#Ի]_C "ruoI/V&Spr~ $=~IƌlZ)TmJ0f%=ZNjx!ń6c`!QӜgB;K:vOxpt D2FC'W (Ny3,7O C\}9@ f£,ԗLoyPdot2i0ᑠ"4:W