Nejste přihlášeni
Dobrý den.
Nastavil jsem knihovnu na nový gmail účet, maily se odesílají. Stále jsou značeny jako spam.
isnotspam.com spamassassin hlášení:
* 3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100%
* [score: 1.0000]
* -1.0 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low
* trust
* [209.85.212.194 listed in list.dnswl.org]
* 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
* (listcraftcz[at]gmail.com)
* -0.0 SPF_PASS SPF: sender matches SPF record
* 0.2 BAYES_999 BODY: Bayes spam probability is 99.9 to 100%
* [score: 1.0000]
* 2.1 HTML_IMAGE_ONLY_12 BODY: HTML: images with 800-1200 bytes of words
* 0.1 HTML_MESSAGE BODY: HTML included in message
* -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's
* domain
* 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily
* valid
* -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
* 0.0 HTML_SHORT_LINK_IMG_1 HTML is very short with a linked image
* 0.0 T_REMOTE_IMAGE Message contains an external image
X-Spam-Status: Yes, hits=4.8 required=-20.0 tests=BAYES_99,BAYES_999,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HTML_IMAGE_ONLY_12,
HTML_MESSAGE,HTML_SHORT_LINK_IMG_1,RCVD_IN_DNSWL_LOW,SPF_PASS,T_REMOTE_IMAGE
autolearn=no version=3.3.1
X-Spam-Score: 4.8
Dobrý večer, zkouším nastavit SMTP, ale mám s tím problém. Jaká je správná konfigurace?
Konkrétně mám podezření, že vězí username a password, které mám použít?
private static function sendMail($address, $subject, $content, $altContent)
{
$mail = new PHPMailer;
$mail->CharSet = "utf-8";
$mail->isSMTP();
$mail->SMTPDebug = 2;
$mail->Debugoutput = 'html';
$mail->Host = "smtp.endora.cz";
$mail->Port = 465;
$mail->SMTPSecure = 'ssl';
$mail->SMTPAuth = false;
$mail->Username = "podpora@{$GLOBALS['domain']}";
$mail->From = "podpora@{$GLOBALS['domain']}";
$mail->FromName = $GLOBALS['domain'];
$mail->addAddress($address);
$mail->addReplyTo("podpora@{$GLOBALS['domain']}", 'ProjectSurvive Podpora');
$mail->isHTML(true);
$mail->Subject = $subject;
$mail->Body = <<<HEREDOC
<div style="text-align: center;">
<a href="http://{$GLOBALS['domain']}/">
<img src="http://{$GLOBALS['domain']}/img/listcraftLogoFull.png">
</a>
<div style="
margin: 32px;
padding: 32px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
text-align: left;
color: black;
">
{$content}
</div>
</div>
HEREDOC;
$mail->AltBody = <<<HEREDOC
#
# ProjectSurvive.cz
#
{$altContent}
HEREDOC;
return $mail->send() ? null : $mail->ErrorInfo;
}
Děkuji, Limeth
Dobrý den,
na webu používám knihovnu PHPMailer, pomocí které odesílám e-maily na adresy uživatelů, jenže ty končí ve spam složkách, nebo občas ani nedorazí vůbec.
Přikládám výpis z isnotspam.com, všimněte si prosím SpamAssassin výpisu:
This message is an automatic response from isNOTspam's authentication verifier service. The service allows email senders to perform a simple check of various sender authentication mechanisms. It is provided free of charge, in the hope that it is useful to the email community. While it is not officially supported, we welcome any feedback you may have at .
Thank you for using isNOTspam.
The isNOTspam team
==========================================================
Summary of Results
==========================================================
SPF Check : neutral
Sender-ID Check : neutral
DomainKeys Check : neutral
DKIM Check : neutral
SpamAssassin Check : ham (non-spam)
==========================================================
Details:
==========================================================
HELO hostname: surikata.stable.cz
Source IP: 88.86.120.151
mail-from: podpora@ListCraft.cz
Anonymous To: ins-o0no3ohz@isnotspam.com
---------------------------------------------------------
SPF check details:
----------------------------------------------------------
Result: neutral
ID(s) verified: smtp.mail=podpora@ListCraft.cz
DNS record(s):
ListCraft.cz. 41527 IN TXT "v=spf1 include:_spf.google.com ~all"
----------------------------------------------------------
Sender-ID check details:
----------------------------------------------------------
Result: neutral
ID(s) verified: smtp.mail=podpora@ListCraft.cz
DNS record(s):
ListCraft.cz. 41527 IN TXT "v=spf1 include:_spf.google.com ~all"
----------------------------------------------------------
DomainKeys check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified: header.From=podpora@ListCraft.cz
Selector=
domain=
DomainKeys DNS Record=
----------------------------------------------------------
DKIM check details:
----------------------------------------------------------
Result: neutral (message not signed)
ID(s) verified: header.From=podpora@ListCraft.cz
Selector=
domain=
DomainKeys DNS Record=
----------------------------------------------------------
SpamAssassin check details:
----------------------------------------------------------
SpamAssassin v3.3.1 (2010-03-19)
Result: ham (non-spam) (09.0points, 10.0 required)
pts rule name description
---- ---------------------- -------------------------------
* 3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100%
* [score: 1.0000]
* 1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
* [Blocked - see ]
* 1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
* [88.86.120.151 listed in bb.barracudacentral.org]
* 0.4 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
* [88.86.120.151 listed in zen.spamhaus.org]
* 0.2 BAYES_999 BODY: Bayes spam probability is 99.9 to 100%
* [score: 1.0000]
* 2.1 HTML_IMAGE_ONLY_12 BODY: HTML: images with 800-1200 bytes of words
* 0.1 HTML_MESSAGE BODY: HTML included in message
* 0.0 HTML_SHORT_LINK_IMG_1 HTML is very short with a linked image
* 0.0 T_REMOTE_IMAGE Message contains an external image
X-Spam-Status: Yes, hits=9.0 required=-20.0 tests=BAYES_99,BAYES_999,
HTML_IMAGE_ONLY_12,HTML_MESSAGE,HTML_SHORT_LINK_IMG_1,RCVD_IN_BL_SPAMCOP_NET,
RCVD_IN_BRBL_LASTEXT,RCVD_IN_XBL,T_REMOTE_IMAGE autolearn=no version=3.3.1
X-Spam-Score: 9.0
To learn more about the terms used in the SpamAssassin report, please search
here: http://wiki.apache.org/spamassassin/
==========================================================
Explanation of the possible results (adapted from
draft-kucherawy-sender-auth-header-04.txt):
==========================================================
"pass"
the message passed the authentication test.
"fail"
the message failed the authentication test.
"softfail"
the message failed the authentication test, and the authentication
method has either an explicit or implicit policy which doesn't require
successful authentication of all messages from that domain.
"neutral"
the authentication method completed without errors, but was unable
to reach either a positive or a negative result about the message.
"temperror"
a temporary (recoverable) error occurred attempting to authenticate
the sender; either the process couldn't be completed locally, or
there was a temporary failure retrieving data required for the
authentication. A later retry may produce a more final result.
"permerror"
a permanent (unrecoverable) error occurred attempting to
authenticate the sender; either the process couldn't be completed
locally, or there was a permanent failure retrieving data required
for the authentication.
==========================================================
Original Email
==========================================================
From zakaznik@srv9.endora.cz Wed Feb 18 14:45:22 2015
Return-path: <zakaznik@srv9.endora.cz>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
s15387396.onlinehome-server.com
X-Spam-Flag: YES
X-Spam-Level: *********
X-Spam-Report:
* 3.5 BAYES_99 BODY: Bayes spam probability is 99 to 100%
* [score: 1.0000]
* 1.3 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net
* [Blocked - see <http://www.spamcop.net/bl.shtml?88.86.120.151>]
* 1.4 RCVD_IN_BRBL_LASTEXT RBL: RCVD_IN_BRBL_LASTEXT
* [88.86.120.151 listed in bb.barracudacentral.org]
* 0.4 RCVD_IN_XBL RBL: Received via a relay in Spamhaus XBL
* [88.86.120.151 listed in zen.spamhaus.org]
* 0.2 BAYES_999 BODY: Bayes spam probability is 99.9 to 100%
* [score: 1.0000]
* 2.1 HTML_IMAGE_ONLY_12 BODY: HTML: images with 800-1200 bytes of words
* 0.1 HTML_MESSAGE BODY: HTML included in message
* 0.0 HTML_SHORT_LINK_IMG_1 HTML is very short with a linked image
* 0.0 T_REMOTE_IMAGE Message contains an external image
X-Spam-Status: Yes, hits=9.0 required=-20.0 tests=BAYES_99,BAYES_999,
HTML_IMAGE_ONLY_12,HTML_MESSAGE,HTML_SHORT_LINK_IMG_1,RCVD_IN_BL_SPAMCOP_NET,
RCVD_IN_BRBL_LASTEXT,RCVD_IN_XBL,T_REMOTE_IMAGE autolearn=no version=3.3.1
Envelope-to: ins-o0no3ohz@isnotspam.com
Delivery-date: Wed, 18 Feb 2015 14:45:22 -0600
Received: from surikata.stable.cz ([88.86.120.151] helo=srv9.endora.cz)
by s15387396.onlinehome-server.com with esmtp (Exim 4.80.1)
(envelope-from <zakaznik@srv9.endora.cz>)
id 1YOBUn-0001bU-Uy
for ins-o0no3ohz@isnotspam.com; Wed, 18 Feb 2015 14:45:22 -0600
Received: from zakaznik by srv9.endora.cz with local (Exim 4.72)
(envelope-from <zakaznik@srv9.endora.cz>)
id 1YOBUh-0005Ua-De
for ins-o0no3ohz@isnotspam.com; Wed, 18 Feb 2015 21:45:15 +0100
To: ins-o0no3ohz@isnotspam.com
Subject: =?utf-8?Q?Potvrzen=C3=AD_E-Mailu?=
X-PHP-Originating-Script: 3333:class.phpmailer.php
Date: Wed, 18 Feb 2015 21:45:15 +0100
From: "ListCraft.cz" <podpora@ListCraft.cz>
Reply-To: ProjectSurvive Podpora <podpora@ListCraft.cz>
Message-ID: <b0f1aaf70275f161ccc92e84f4019996@listcraft.cz>
X-Priority: 3
X-Mailer: PHPMailer 5.2.9 (https://github.com/PHPMailer/PHPMailer/)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1_b0f1aaf70275f161ccc92e84f4019996"
Content-Transfer-Encoding: 8bit
--b1_b0f1aaf70275f161ccc92e84f4019996
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
#
# ProjectSurvive.cz
#
Děkujeme za registraci na Minecraft server seznamu ListCraft.cz.
Pro potvrzenà svého úÄtu <b>Limeth</b>, kliknÄ›te na následujÃcà odkaz:
http://ListCraft.cz/?action=confirmEmail&token=DB2CAF0046B1EE8E475AB7D06EAF26F011CB0DC537715F0A7542D2340E334335
--b1_b0f1aaf70275f161ccc92e84f4019996
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<div style="text-align: center;">
<a href="http://ListCraft.cz/">
<img src="http://ListCraft.cz/img/listcraftLogoFull.png">
</a>
<div style="
margin: 32px;
padding: 32px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
text-align: left;
color: black;
">
Děkujeme za registraci na Minecraft server seznamu ListCraft.cz.
Pro potvrzenà svého úÄtu <b>Limeth</b>, kliknÄ›te na následujÃcà odkaz:
<div style="
background-color: rgba(32, 32, 32, 1);
margin-top: 32px;
padding: 32px;
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
text-align: center;
font-size: 12px;
">
<a style="color: #EEE" href="http://ListCraft.cz/?action=confirmEmail&token=DB2CAF0046B1EE8E475AB7D06EAF26F011CB0DC537715F0A7542D2340E334335">http://ListCraft.cz/?action=confirmEmail&token=DB2CAF0046B1EE8E475AB7D06EAF26F011CB0DC537715F0A7542D2340E334335</a>
</div>
</div>
</div>
--b1_b0f1aaf70275f161ccc92e84f4019996--
Děkuji, Limeth
Jak mám tedy nahrát alespoň 50 MB soubor?
Dobrý den.
Přestože hosting pro doménu projectsurvive.cz je Plus, při nahrávání souboru na server se mi zobrazuje chyba "PĹ™ekroÄŤena disková kvĂłta".
Podle varianty Plus bych měl mít dostupných 10 GB. FTP klient WinSCP mi vypočítal, že složka projectsurvive.cz zabírá pouhých 160 MiB. Na server nahrávám soubor o velikosti 800 MiB.
Potvrzuji, fórum opět funguje.
Děkuji
Dobrý den,
nevšiml jsem si, že se mi zaplňuje MySQL databáze pro PHPBB, automaticky u ní byly zakázány příkazy INSERT a CREATE. Zdvojnásobil jsem velikost a vymazal log, který zaplňoval 86% databáze.
Jak mám nyní opět zprovoznit tyto příkazy?
Děkuji,
Jakub Hlusička
špatně čtu, název je uřízlý z důvodu, který Vám kolega vysvětlil jinak je v pořádku:
http://digdnsinterface.com/?hostnames=_ … meservers=
Tato stránka mi pomohla, zprovoznil jsem to upravením obsahu SRV záznamu z
5 27630 bp.projectsurvive.cz
na
5 27630 bp
Děkuji za pomoc.
Dobrý den,
Snažím se vytvořit záznam, který by přesměroval hráče Minecraftu po zadání adresy bp.projectsurvive.cz na adresu 93.91.250.141:27630, ale mám problémy s SRV záznamem. 'A' záznam funguje, jelikož se lze připojit pod adresou bp.projectsurvive.cz:27630.
Název záznamu typu SRV vypadá uřízle. Domnívám se, že to na to může vliv.
Přikládám screenshot nastavení: