Pages : 1
#1 Le 29/04/2008, à 11:56
- alexdfr
[Résolu] Mon postfix Blacklisté par Free !!
Bonjour,
Depuis quelques jours je n'arrive plus à envoyer de mails en direction de Free, voici le message que j'ai sur http://postmaster.free.fr
L'IP 195.XX.XX.XX à envoyé trop d'erreurs, elle sera temporairement blacklistée pendant 80593 secondes.
Du coté de mes logs d'accès sur mon smtp postfix j'ai des choses comme ça :
Apr 29 10:45:39 mail postfix/smtp[23752]: 3C9994FEBB: to=<dg.saede@free.fr>, relay=mx1.free.fr[212.27.48.7]:25, delay=13, delays=13/0.06/0.09/0.19, dsn=5.0.0, status=bounced (host mx1.free.fr[212.27.48.7] said: 550 Too many errors from your IP (195.176.xx.xx), please visit http://postmaster.free.fr/ (in reply to RCPT TO command))
Voici la réponse des types de chez Free :
-------------------------------------------------------------------------------------------------
Apr 24 00:04:05 IP=195.14.22.51 sent 550 5.1.1 user unknown: from=<> to=crumblingfzl@online.fr
Apr 24 00:11:01 IP=195.14.22.51 sent 550 5.1.1 user unknown: from=<> to=tingeinge650@free.fr
Apr 24 00:21:56 IP=195.14.22.51 sent 550 5.1.1 user unknown: from=<> to=drizzliestf75@online.fr
Apr 24 00:41:59 IP=195.14.22.51 sent 550 5.1.1 user unknown: from=<> to=paternalisml7@online.frLe from=<> me dit que ce n'est pas une mailling
liste qui envoie les mails. J'ai plutot l'impression que vous générez en
masse des bounces vers des boites free.fr et online.fr qui ne devraient
pas.-------------------------------------------------------------------------------------------------
Et voici ce que j'ai dans mes logs sur les mails envoyés à destination de la premiere adresse listée par Free dans leur logs (crumblingfzl@online.fr) :
Apr 23 23:03:53 mail postfix/smtpd[18622]: E72194FDBA: client=unknown[88.226.99.71]
Apr 23 23:03:55 mail postfix/cleanup[18664]: E72194FDBA: message-id=<01c8a596$4c123c00$4763e258@crumblingfzl>
Apr 23 23:03:55 mail postfix/qmgr[17776]: E72194FDBA: from=<crumblingfzl@online.fr>, size=3119, nrcpt=1 (queue active)
Apr 23 23:04:02 mail postfix/smtp[18388]: E72194FDBA: to=<said@pierre-schapira.fr>, relay=127.0.0.1[127.0.0.1]:10024, delay=8.9, delays=1.3/0.03/0/7.6, dsn=5.7.1, status=bounced (host 127.0.0.1[127.0.0.1] said: 554 5.7.1 Rejected, id=18371-03 - SPAM (in reply to end of DATA command))
Apr 23 23:04:03 mail postfix/qmgr[17776]: E72194FDBA: removed
Apr 23 23:04:03 mail postfix/bounce[18811]: E72194FDBA: sender non-delivery notification: 1048D50126
Voyez vous des choses qui pourraient êtres mis en cause dans ce blacklistage ?
Merci d'avance
Dernière modification par alexdfr (Le 29/04/2008, à 17:36)
Hors ligne
#2 Le 29/04/2008, à 12:36
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
postconf -n
et un peu plus de logs
Dernière modification par toniotonio (Le 29/04/2008, à 12:36)
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#3 Le 29/04/2008, à 12:54
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Ok, voici le postconf -n
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/aliases
biff = no
bounce_queue_lifetime = 1d
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
default_destination_concurrency_limit = 20
default_destination_recipient_limit = 100
defer_transports = hold
header_checks = regexp:/etc/postfix/header_checks
html_directory = no
in_flow_delay = 1
inet_interfaces = all
initial_destination_concurrency = 10
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
max_use = 10
maximal_queue_lifetime = 2d
mydestination = $myhostname, $mydomain, localhost.$mydomain, localhost
myhostname = mail.inovawork.net
mynetworks = 127.0.0.0/8, 195.14.22.48/28, 195.14.22.96/28, 192.168.1.0/24, hash:/var/lib/pop-before-smtp/hosts
myorigin = mail.inovawork.net
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
relay_domains = $mydestination, mysql:/etc/postfix/mysql_relay.cf
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtpd_banner = INOVAGORA - LINUX MAIL SYSTEM
smtpd_client_connection_count_limit = 0
smtpd_client_restrictions = permit_mynetworks, reject_unknown_client, reject_rbl_client sbl-xbl.spamhaus.org, reject_rhsbl_client blackhole.securitysag
e.com, reject_unknown_sender_domain, reject_non_fqdn_sender, reject_unknown_helo_hostname, reject_unknown_recipient_domain, reject_invalid_hostname
, reject_non_fqdn_recipient
smtpd_error_sleep_time = 0
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject_unknown_sender_domain, reject_non_fqdn_recipient, reject_unknown_
recipient_domain, reject_unknown_helo_hostname, reject_unauth_destination, reject_non_fqdn_sender, reject_invalid_hostname, reject_unauth_pipelinin
g, reject_rhsbl_client blackhole.securitysage.com, reject_rbl_client sbl-xbl.spamhaus.org
strict_rfc821_envelopes = yes
transport_maps = mysql:/etc/postfix/mysql_transport.cf
unknown_address_reject_code = 550
unknown_client_reject_code = 550
unverified_recipient_reject_code = 550
virtual_gid_maps = static:502
virtual_mailbox_base = /var/mail/inovamails
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virt.cf
virtual_minimum_uid = 100
virtual_uid_maps = static:501
Et des logs :
Apr 29 06:33:24 mail courierpop3login: LOGOUT, user=a-meslin-lacq, ip=[::ffff:83.206.137.185], top=0, retr=0, rcvd=18, sent=48, time=0
Apr 29 06:33:25 mail postfix/smtpd[10431]: connect from unknown[202.78.236.204]
Apr 29 06:33:25 mail postfix/smtpd[10443]: warning: 59.41.167.63: address not listed for hostname 63.167.41.59.broad.gz.gd.dynamic.163data.com.cn
Apr 29 06:33:25 mail postfix/smtpd[10443]: connect from unknown[59.41.167.63]
Apr 29 06:33:25 mail postfix/smtpd[10447]: connect from unknown[116.30.0.40]
Apr 29 06:33:26 mail postfix/smtpd[10431]: NOQUEUE: reject: RCPT from unknown[202.78.236.204]: 550 5.7.1 Client host rejected: cannot find your hostname, [202.78.236.204]; from=<vertrieb@heubach-media.de> to=<fagkot@waben.com> proto=ESMTP helo=<202.78.236.204>
Apr 29 06:33:26 mail postfix/smtpd[10400]: connect from unknown[222.69.34.17]
Apr 29 06:33:27 mail postfix/smtpd[10431]: lost connection after DATA from unknown[202.78.236.204]
Apr 29 06:33:27 mail postfix/smtpd[10431]: disconnect from unknown[202.78.236.204]
Apr 29 06:33:27 mail postfix/smtpd[10443]: NOQUEUE: reject: RCPT from unknown[59.41.167.63]: 550 5.7.1 Client host rejected: cannot find your hostname, [59.41.167.63]; from=<nonalcoholicy3@mwsmusicstudio.com> to=<mairiedd@ville-blain.fr> proto=ESMTP helo=<DCBA89D5F7364D7>
Apr 29 06:33:27 mail postfix/smtpd[10443]: NOQUEUE: reject: RCPT from unknown[59.41.167.63]: 550 5.7.1 Client host rejected: cannot find your hostname, [59.41.167.63]; from=<nonalcoholicy3@mwsmusicstudio.com> to=<maire@ville-blain.fr> proto=ESMTP helo=<DCBA89D5F7364D7>
Apr 29 06:33:27 mail postfix/smtpd[10447]: NOQUEUE: reject: RCPT from unknown[116.30.0.40]: 550 5.7.1 Client host rejected: cannot find your hostname, [116.30.0.40]; from=<dwvalkyrieriderm@valkyrierider.at> to=<am.bredyn@ville-saint-martin-le-vinoux.fr> proto=ESMTP helo=<[116.30.1.107]>
Apr 29 06:33:28 mail postfix/smtpd[10443]: lost connection after DATA from unknown[59.41.167.63]
Apr 29 06:33:28 mail postfix/smtpd[10443]: disconnect from unknown[59.41.167.63]
Apr 29 06:33:28 mail postfix/smtpd[10447]: lost connection after DATA from unknown[116.30.0.40]
Apr 29 06:33:28 mail postfix/smtpd[10447]: disconnect from unknown[116.30.0.40]
Apr 29 06:33:29 mail postfix/smtpd[10448]: warning: 60.188.202.243: address not listed for hostname 243.202.188.60.broad.tz.zj.dynamic.163data.com.cn
Apr 29 06:33:29 mail postfix/smtpd[10448]: connect from unknown[60.188.202.243]
Apr 29 06:33:29 mail postfix/smtpd[10431]: connect from host9-27-dynamic.33-79-r.retail.telecomitalia.it[79.33.27.9]
Apr 29 06:33:30 mail postfix/smtpd[10431]: 472274FD9F: client=host9-27-dynamic.33-79-r.retail.telecomitalia.it[79.33.27.9]
Apr 29 06:33:30 mail postfix/cleanup[10256]: 472274FD9F: message-id=<D5CD5180.F%Alec-artsneom@CXUSA.com>
Apr
Merci
Hors ligne
#4 Le 29/04/2008, à 13:11
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
ton pb est la:
...
Apr 23 23:04:03 mail postfix/bounce[18811]: E72194FDBA: sender non-delivery notification: 1048D50126
...
comme le dit free tu generes des bounces inutiles et tu deviens toi meme un spammeur
fais voir ton master.cf et ta conf d'amavisd
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#5 Le 29/04/2008, à 14:43
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Merci pour l'interet porté à mon post !
Voici mon master.cf
smtp inet n - n - - smtpd
# -o content_filter=spamchk:dummy
pickup fifo n - n 60 1 pickup
cleanup unix n - n - 0 cleanup
qmgr fifo n - n 300 1 qmgr
rewrite unix - - n - - trivial-rewrite
bounce unix - - n - 0 bounce
defer unix - - n - 0 bounce
flush unix n - n 1000? 0 flush
smtp unix - - n - - smtp
showq unix n - n - - showq
error unix - - n - - error
local unix - n n - - local
virtual unix - n n - - virtual
-o content_filter=spamchk:dummy
lmtp unix - - n - - lmtp
hold unix - - n - - smtp
cyrus unix - n n - - pipe
flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
uucp unix - n n - - pipe
flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail.postfix ($recipient)
ifmail unix - n n - - pipe
flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp unix - n n - - pipe
flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
relay unix - - n - - smtp
proxymap unix - - n - - proxymap
smtp-amavis unix - - n - 10 smtp
-o smtp_data_done_timeout=1200
-o disable_dns_lookups=yes
127.0.0.1:10025 inet n - n - - smtpd
-o content_filter=
-o local_recipient_maps=
-o relay_recipient_maps=
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
# -o smtpd_recipient_restrictions=permit_mynetworks,permit_auth_destination,reject
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8,195.14.22.48/28,192.168.1.200/30
-o strict_rfc821_envelopes=yes
vacation unix - n n - - pipe
flags=Rhu user=vacation argv=/var/spool/vacation/vacation.pl
uploader unix - n n - - pipe
flags=Rhu user=vacation argv=/usr/local/bin/uploader.pl /usr/local/upload/%Y%m%d
trace unix - - n - 0 bounce
verify unix - - n - 1 verify
#spamchk unix - n n - 10 pipe
# flags=Rq user=amavis argv=/usr/local/bin/spamchk -f ${sender} -- ${recipient}
Et la configuration de mon amavisd
use strict;
@lookup_sql_dsn =( ['DBI:mysql:database=maildb;host=192.168.1.205;port=3306', 'maildb', 'FxU79UGy'] );
$sql_select_policy = 'SELECT domain FROM relay';
@local_domains_maps = ();
$forward_method = 'smtp:127.0.0.1:10025';
[?%o|(?)|<%o>] -> [<%R>|,][? %i ||, quarantine %i], Message-ID: %m, Hits: %c';
read_l10n_templates('en_US', '/etc/amavis');
$viruses_that_fake_sender_re = new_RE(
qr'nimda|hybris|klez|bugbear|yaha|braid|sobig|fizzer|palyh|peido|holar'i,
qr'tanatos|lentin|bridex|mimail|trojan\.dropper|dumaru|parite|spaces'i,
qr'dloader|galil|gibe|swen|netwatch|bics|sbrowse|sober|rox|val(hal)?la'i,
qr'frethem|sircam|be?agle|tanx|mydoom|novarg|shimg|netsky|somefool|moodown'i,
[qr'^(EICAR|Joke\.|Junk\.)'i => 0],
[qr'^(WM97|OF97|W95/CIH-|JS/Fort)'i => 0],
);
$QUARANTINEDIR = '/var/lib/amavis/virusmails';
$spam_quarantine_to = 'spam-quarantine';
$X_HEADER_LINE = "Inovagora - Service Administration Linux";
$keep_decoded_original_re = new_RE(
qr'^(ASCII(?! cpio)|text|uuencoded|xxencoded|binhex)'i,
);
$banned_filename_re = new_RE(
);
$blacklist_sender_re = new_RE(
qr'^(bulkmail|offers|cheapbenefits|earnmoney|foryou|greatcasino)@'i,
qr'^(investments|lose_weight_today|market\.alert|money2you|MyGreenCard)@'i,
qr'^(new\.tld\.registry|opt-out|opt-in|optin|saveonl|smoking2002k)@'i,
qr'^(specialoffer|specialoffers|stockalert|stopsnoring|wantsome)@'i,
qr'^(workathome|yesitsfree|your_friend|greatoffers)@'i,
qr'^(inkjetplanet|marketopt|MakeMoney)\d*@'i,
);
map { $whitelist_sender{lc($_)}=1 } (qw(
nobody@cert.org
owner-alert@iss.net
slashdot@slashdot.org
bugtraq@securityfocus.com
NTBUGTRAQ@LISTSERV.NTBUGTRAQ.COM
security-alerts@linuxsecurity.com
amavis-user-admin@lists.sourceforge.net
razor-users-admin@lists.sourceforge.net
notification-return@lists.sophos.com
mailman-announce-admin@python.org
zope-announce-admin@zope.org
owner-postfix-users@postfix.org
owner-postfix-announce@postfix.org
owner-sendmail-announce@lists.sendmail.org
sendmail-announce-request@lists.sendmail.org
ca+envelope@sendmail.org
owner-technews@postel.ACM.ORG
lvs-users-admin@LinuxVirtualServer.org
ietf-123-owner@loki.ietf.org
cvs-commits-list-admin@gnome.org
rt-users-admin@lists.fsck.com
owner-announce@mnogosearch.org
owner-hackers@ntp.org
owner-bugs@ntp.org
clp-request@comp.nus.edu.sg
surveys-errors@lists.nua.ie
emailNews@genomeweb.com
owner-textbreakingnews@CNNIMAIL12.CNN.COM
yahoo-dev-null@yahoo-inc.com
));
$path = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin';
$gzip = 'gzip';
$bzip2 = 'bzip2';
$lzop = 'lzop';
$uncompress = ['uncompress', 'gzip -d', 'zcat'];
$unfreeze = ['unfreeze', 'freeze -d', 'melt', 'fcat'];
$arc = ['nomarch', 'arc'];
$zoo = 'zoo';
$lha = 'lha';
@av_scanners = (
['Clam Antivirus-clamd',
\&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd.ctl"],
qr/\bOK$/, qr/\bFOUND$/,
qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
['KasperskyLab AVP - aveclient',
['/usr/local/kav/bin/aveclient','/usr/local/share/kav/bin/aveclient',
'/opt/kav/bin/aveclient','aveclient'],
'-p /var/run/aveserver -s {}/*', [0,3,6,8], qr/\b(INFECTED|SUSPICION)\b/,
qr/(?:INFECTED|SUSPICION) (.+)/,
],
['KasperskyLab AntiViral Toolkit Pro (AVP)', ['avp'],
'-* -P -B -Y -O- {}', [0,8,16,24], [2,3,4,5,6, 18,19,20,21,22],
qr/infected: (.+)/,
sub {chdir('/opt/AVP') or die "Can't chdir to AVP: $!"},
sub {chdir($TEMPBASE) or die "Can't chdir back to $TEMPBASE $!"},
],
['KasperskyLab AVPDaemonClient',
[ '/opt/AVP/kavdaemon', 'kavdaemon',
'/opt/AVP/AvpDaemonClient', 'AvpDaemonClient',
'/opt/AVP/AvpTeamDream', 'AvpTeamDream',
'/opt/AVP/avpdc', 'avpdc' ],
"-f=$TEMPBASE {}", [0,8,16,24], [2,3,4,5,6, 18,19,20,21,22],
qr/infected: ([^\r\n]+)/ ],
['H+BEDV AntiVir or CentralCommand Vexira Antivirus',
['antivir','vexira'],
'--allfiles -noboot -nombr -rs -s -z {}', [0], qr/ALERT:|VIRUS:/,
qr/(?x)^\s* (?: ALERT: \s* (?: \[ | [^']* ' ) |
(?i) VIRUS:\ .*?\ virus\ '?) ( [^\]\s']+ )/ ],
['Command AntiVirus for Linux', 'csav',
'-all -archive -packed {}', [50], [51,52,53],
qr/Infection: (.+)/ ],
['Symantec CarrierScan via Symantec CommandLineScanner',
'cscmdline', '-a scan -i 1 -v -s 127.0.0.1:7777 {}',
qr/^Files Infected:\s+0$/, qr/^Infected\b/,
qr/^(?:Info|Virus Name):\s+(.+)/ ],
['Symantec AntiVirus Scan Engine',
'savsecls', '-server 127.0.0.1:7777 -mode scanrepair -details -verbose {}',
[0], qr/^Infected\b/,
qr/^(?:Info|Virus Name):\s+(.+)/ ],
['drweb - DrWeb Antivirus',
['/usr/local/drweb/drweb', '/opt/drweb/drweb', 'drweb'],
'-path={} -al -go -ot -cn -upn -ok-',
[0,32], [1,33], qr' infected (?:with|by)(?: virus)? (.*)$'],
['F-Secure Antivirus', 'fsav',
'--dumb --mime --archive {}', [0], [3,8],
qr/(?:infection|Infected|Suspected): (.+)/ ],
['CAI InoculateIT', 'inocucmd',
'-sec -nex {}', [0], [100],
qr/was infected by virus (.+)/ ],
['MkS_Vir for Linux (beta)', ['mks32','mks'],
qr/--[ \t]*(.+)/ ],
['ESET Software NOD32', 'nod32',
'-all -subdir+ {}', [0], [1,2],
qr/^.+? - (.+?)\s*(?:backdoor|joke|trojan|virus|worm)/ ],
['ESET Software NOD32 - Client/Server Version', 'nod32cli',
'-a -r -d recurse --heur standard {}', [0], [10,11],
qr/^\S+\s+infected:\s+(.+)/ ],
['Norman Virus Control v5 / Linux', 'nvcc',
'-c -l:0 -s -u {}', [0], [1],
qr/(?i).* virus in .* -> \'(.+)\'/ ],
['Panda Antivirus for Linux', ['pavcl'],
'-aut -aex -heu -cmp -nbr -nor -nso -eng {}',
qr/Number of files infected[ .]*: 0(?!\d)/,
qr/Number of files infected[ .]*: 0*[1-9]/,
qr/Found virus :\s*(\S+)/ ],
['NAI McAfee AntiVirus (uvscan)', 'uvscan',
'--secure -rv --mime --summary --noboot - {}', [0], [13],
qr/(?x) Found (?:
\ the\ (.+)\ (?:virus|trojan) |
\ (?:virus|trojan)\ or\ variant\ ([^ ]+) |
:\ (.+)\ NOT\ a\ virus)/,
],
['VirusBuster', ['vbuster', 'vbengcl'],
"{} -ss -i '*' -log=$MYHOME/vbuster.log", [0], [1],
qr/: '(.*)' - Virus/ ],
['CyberSoft VFind', 'vfind',
],
['Ikarus AntiVirus for Linux', 'ikarus',
'{}', [0], [40], qr/Signature (.+) found/ ],
['BitDefender', 'bdc',
'--all --arc --mail {}', qr/^Infected files *:0(?!\d)/,
qr/^(?:Infected files|Identified viruses|Suspect files) *:0*[1-9]/,
qr/(?:suspected|infected): (.*)(?:\033|$)/ ],
);
@av_scanners_backup = (
['Clam Antivirus - clamscan', 'clamscan',
"--stdout --no-summary -r --tempdir=$TEMPBASE {}", [0], [1],
qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
['FRISK F-Prot Antivirus', ['f-prot','f-prot.sh'],
'-dumb -archive -packed {}', [0,8], [3,6],
qr/Infection: (.+)/ ],
['Trend Micro FileScanner', ['/etc/iscan/vscan','vscan'],
'-za -a {}', [0], qr/Found virus/, qr/Found virus (.+) in/ ],
['KasperskyLab kavscanner', ['/opt/kav/bin/kavscanner','kavscanner'],
'-i1 -xp {}', [0,10,15], [5,20,21,25],
qr/(?:CURED|INFECTED|CUREFAILED|WARNING|SUSPICION) (.*)/ ,
sub {chdir('/opt/kav/bin') or die "Can't chdir to kav: $!"},
sub {chdir($TEMPBASE) or die "Can't chdir back to $TEMPBASE $!"},
],
);
Hors ligne
#6 Le 29/04/2008, à 14:48
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
c'est une install debian pour amavisd ?
car la conf n'est pas complete la
dans ton master.cf cette ligne ne ser a rien non ?
-o content_filter=spamchk:dummy
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#7 Le 29/04/2008, à 15:16
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Merci, il est vrai que c'est une Install Debian, j'ai du omettre de coller des lignes ! (J'ai voulu supprimer les lignes commentées pour que ce soit plus clair avec un "grep -v #" mais celà n'à pas bien fonctionné car des # était également présentes en fin de ligne) Dsl
Le voici donc en complet :
Ce sera mieux ainsi !!
Hors ligne
#8 Le 29/04/2008, à 15:31
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
#
$final_spam_destiny = D_DISCARD; # (defaults to D_REJECT)
ce sera deja un bon debut
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#9 Le 29/04/2008, à 16:05
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Ok, je viens de faire la modification, ça à pour effet de ne pas envoyer de notification au MX du domaine de l'adresse utilisée pour spammer isn't it ?
Hors ligne
#10 Le 29/04/2008, à 16:16
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
pour faire simple oui
il ne faut jamais le faire
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#11 Le 29/04/2008, à 16:20
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Un grand merci toniotonio, il me semble que tu as déjà résolu un bon nombre de mes questions sur postfix donc j'insiste , merci bcp.
Pas d'autres choses à faire sur ma conf ???
++
Hors ligne
#12 Le 29/04/2008, à 16:24
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
si pleins de trucs d'apres ta conf, mais y en aurait pour la journée !
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#13 Le 29/04/2008, à 16:35
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
lol, c'est si affreux que ça ?? a la louche que devrais je faire ?
Hors ligne
#14 Le 29/04/2008, à 16:51
- toniotonio
Re : [Résolu] Mon postfix Blacklisté par Free !!
- virer tout ce qui est inutile du main.cf (les parametres par defaut par exemple)
- simplifier les smtpd_*_restrictions
Tutoriaux Postfix sur www.starbridge.org/spip
Messagerie Dédiée, Relais Mail Antispam/Antivirus, Infogérance 24/7: http://www.eole-its.com
Hors ligne
#15 Le 29/04/2008, à 17:35
- alexdfr
Re : [Résolu] Mon postfix Blacklisté par Free !!
Merveilleux, je ne suis apparemment plus blacklisté. sujet clos
Hors ligne
Pages : 1