Халявный IMAP есть?
Скиньте проверенные ссылки
Посылаю почту с anton@lihost.org на selecter@gmail.com thunderbird стопорится на сообщении, что он сохраняет письмо в отправленные... mail.log: Nov 23 17:24:20 lihost postfix/smtpd[1889]: connect from selecter.vnet.ee[85.29.199.147] Nov 23 17:24:21 lihost postfix/smtpd[1889]: 7F2FB201A2: client=selecter.vnet.ee[85.29.199.147], sasl_method=CRAM-MD5, sasl_username=anton@lihost.org Nov 23 17:24:21 lihost postfix/cleanup[1892]: 7F2FB201A2: message-id=<438489A4.3000701@lihost.org> Nov 23 17:24:21 lihost postfix/qmgr[1254]: 7F2FB201A2: from=<anton@lihost.org>, size=533, nrcpt=1 (queue active) Nov 23 17:24:21 lihost postfix/smtpd[1889]: disconnect from selecter.vnet.ee[85.29.199.147] Nov 23 17:24:21 lihost postfix/qmgr[1254]: 7F2FB201A2: to=<selecter@gmail.com>, relay=none, delay=0, status=deferred (delivery temporarily suspended: connect to gsmtp83.google.com[66.249.83.27]: Connection timed out) Последнее сообщения повторяется постоянно... В DNS mx настроен, как: smtp.lihost.org A 85.29.199.147 lihost.org MX 0 smtp.lihost.org main.cf smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) biff = no # appending .domain is the MUA's job. append_dot_mydomain = no # Uncomment the next line to generate "delayed mail" warnings #delay_warning_time = 4h myhostname = lihost.org mydomain = lihost.org alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases myorigin = /etc/mailname mydestination = $mydomain #relayhost = mynetworks = 127.0.0.0/8 mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, permit smtpd_use_tls = yes smtpd_tls_cert_file = /etc/postfix/smtp.crt smtpd_tls_key_file = /etc/postfix/smtp.key smtpd_sasl_auth_enable = yes smtpd_tls_auth_only = yes smtpd_sasl_local_domain = lihost.org sasl/smtpd.conf: pwcheck_method: auxprop mech_list: digest-md5 cram-md5 Пользователь anton есть в /etc/sasldb2 По логам видно, что аутентификацию прохожу. Need help :(
http://www.linux.org.ru/profile/Selecter/show-topics.jsp?nick=Selecter java.lang.NullPointerException at java.util.Calendar.setTime(Calendar.java:902) at java.text.SimpleDateFormat.format(SimpleDateFormat.java:780) at java.text.SimpleDateFormat.format(SimpleDateFormat.java:773) at java.text.DateFormat.format(DateFormat.java:314) at _show_22dtopics__jsp._jspService(_show_22dtopics__jsp.java:62) at com.caucho.jsp.JavaPage.service(JavaPage.java:75) at com.caucho.jsp.Page.subservice(Page.java:497) at com.caucho.server.http.FilterChainPage.doFilter(FilterChainPage.java:182) at com.caucho.server.http.Invocation.service(Invocation.java:312) at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:135) at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:342) at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:272) at com.caucho.server.TcpConnection.run(TcpConnection.java:137) at java.lang.Thread.run(Thread.java:536)
Раньше всё работало без проблем. Теперь же вот такое вылезает: mysql> GRANT ALL ON user.* TO user; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '* TO user' at line 1 Скрипт: CREATE DATABASE user; GRANT ALL ON user.* TO user;
| ← назад | следующие → |