Na dzień dzisiejszy nie trzeba już samodzielnie kompilować. W wersji 1.26-4 dostępnej aktualnie w trunk-u "endianness detection" już poprawiono. Link do poprawionej paczki: http://downloads.openwrt.org/snapshots/ … ar71xx.ipk
Ja mam podobny problem. Postawiłem ostatnio xmail-a i nie mogę nigdzie wysłać majla (Do mnie dochodzą). Dostaję cały czas bounce:
[<00>] XMail bounce: Rcpt=[gonzo666@autograf.pl];Error=[417 Temporary delivery error]
[<01>] Error sending message [1385238227219.1993516336.9.rogacz] from [tabun.tk].
ID: <S2B>
Mail From: <gonzo@tabun.tk>
Rcpt To: <gonzo666@autograf.pl>
Server: <mx.poczta.onet.pl> [213.180.147.146]
[<02>] The reason of the delivery failure was:
417 Temporary delivery error
[<03>] Note:
** This is a temporary error and you do not have to resend the message
** The system tried to send the message at : Sat, 23 Nov 2013 21:30:11 +0100
** The current number of delivery attempts is : 1
** The system will try to resend the message at : Sat, 23 Nov 2013 21:38:11 +0100
[<04>] Here is listed the message log file:
[PeekTime] 1385238611 : Sat, 23 Nov 2013 21:30:11 +0100
<<
ErrCode = -152
ErrString = End of socket stream data
SMAIL SMTP-Send MX = "mx.poczta.onet.pl." SMTP = "poczta.tabun.tk" From = "gonzo@tabun.tk" To = "gonzo666@autograf.pl" Failed !
SMTP-Error = "417 Temporary delivery error"
SMTP-Server = "mx.poczta.onet.pl."
>>
[<05>] Here is listed the initial part of the message:
X-AuthUser: gonzo@tabun.tk
Received: from czoda.tabun.tk ([192.168.1.2]:51638)
by poczta.tabun.tk with [XMail 1.26 ESMTP Server]
id <S2B> for <gonzo666@autograf.pl> from <gonzo@tabun.tk>;
Sat, 23 Nov 2013 21:23:45 +0100
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Date: Sat, 23 Nov 2013 21:23:42 +0100
To: michal.milowski@gmail.com, "gonzoo@v-lo.krakow.pl"
<gonzoo@v-lo.krakow.pl>, "gonzo666@autograf.pl" <gonzo666@autograf.pl>
Subject: proba
MIME-Version: 1.0
Content-Transfer-Encoding: Quoted-Printable
From: Gonzo <gonzo@tabun.tk>
Organization: Czoda
Message-ID: <op.w60qxse7s55jtw@czoda.tabun.tk>
User-Agent: Opera Mail/12.16 (Linux)
proba
-- =Wie może ktoś co oznacza Error Code -152?
Jeszcze dodam, że serwer SMTP mam na porcie 587, i na pewno mam dobrze ustawiony firewall.
Za pomocą telnet mogę się połączyć z innym serwerem:
# telnet smtp.gmail.com 587
220 mx.google.com ESMTP h48sm31283577eev.3 - gsmtp
quit
221 2.0.0 closing connection h48sm31283577eev.3 - gsmtp
Connection closed by foreign hostA oto moja konfiguracja:
# cat server.tab
#
# Example configuration file.
# Note : remember to use _REAL_ TABs and " to format this file
#
"RootDomain" "tabun.tk"
"SmtpServerDomain" "poczta.tabun.tk"
"POP3Domain" "poczta.tabun.tk"
"HeloDomain" "poczta.tabun.tk"
"PostMaster" "gonzo@tabun.tk"
"ErrorsAdmin" "gonzo@tabun.tk"
#"TempErrorsAdmin" "gonzo@tabun.tk"
#"Pop3SyncErrorAccount" "psync-errors@xmailserver.test"
"RemoveSpoolErrors" "0"
"Pop3LogPasswd" "1"
"NoSenderBounce" "1"
"NotifyMsgLinesExtra" "4"
"NotifySendLogToSender" "1"
"NotifyTryPattern" "1,10"
#"DisableEmitAuthUser" "1"
"MaxMTAOps" "16"
"ReceivedHdrType" "0"
"FetchHdrTags" "+X-Deliver-To,+Received,To,Cc"
#"SmtpMsgIPBanSpammers" "550 Denied due inclusion of your IP in our spam lists"
#"SmtpMsgIPBanSpamAddress" "550 Denied due inclusion of your email address in our spam lists"
#"SmtpMsgIPBanMaps" "550 Denied due inclusion of your IP in the following map"
#"SmtpMsgIPBan" "550 Denied. Your IP doesn't have permissions to access our smtp server"
#"SMTP-IpMapDropCode" "1"
#"CustomSMTPMessage" "Please open http://www.xmailserver.test/smtp_errors.html to get more information about this error"
#"DefaultSMTPGateways" "10.1.0.235"
"SmtpGwConfig" "NeedTLS=1"
#"SmtpNoTLSAuths" ""
#"EnableCTRL-TLS" "1"
"EnableSMTP-TLS" "1"
"EnablePOP3-TLS" "1"
"EnableAuthSMTP-POP3" "0"
"AllowNullSender" "0"
"AllowSmtpVRFY" "0"
"AllowSmtpETRN" "1"
"SMTP-MaxErrors" "0"
#"SMTP-RDNSCheck" "-2"
#"CheckMailerDomain" "1"
#"SmtpConfig" "mail-auth,WantTLS"
#"SmtpConfig-192.168.0.1" "mail-auth"
"DefaultSmtpPerms" "MR"
#"SSLWantCert" "1"
#"SSLWantVerify" "1"
#"SSLAllowSelfSigned" "0"
#"SSLMaxCertsDepth" ""
#"SSLUseCertsFile" ""
#"SSLUseCertsDir" ""
#"MaxMessageSize" "20000"
#"SmtpMinDiskSpace" "100000"
#"SmtpMinVirtMemSpace" "64000"
#"Pop3MinVirtMemSpace" "64000"
#"CustMapsList" "list.dsbl.org.:1,blackholes.mail-abuse.org.:1,dialups.mail-abuse.org.:0"
#"SmartDNSHost" "dns.home.bogus.net:tcp,192.168.1.1:udp"