在我的Linode上,我按照这个文档来设置邮件服务器。 现在我可以发送电子邮件到任何域名,但不能从其他域接收! 我的意思是[email protected]可以从[email protected]收到邮件,但不能收到xxx @ gmail / yahoo / … com的任何邮件。 我也检查了我的vmail(Maildir),其他域的邮件不在那里。 我收到来自gmail的邮件状态通知(延迟) (约24小时后): Delivery to the following recipient has been delayed: [email protected] Message will be retried for 2 more day(s) Technical details of temporary failure: The recipient server did not accept our requests to connect. Learn more at http://mail.google.com/support/bin/answer.py?answer=7720 [mail.mydomain.com. (10): Connection refused] 这是我的设置: 我有一个MXlogging: […]
在saslsauthd重启,我不断获得/var/run/saslauthd dir的以下权限: drwx–x— 这使得Exim无法与saslauthd交谈。 如果我更改这样的权限: chmod o+x /var/run/saslauthd ..Exim可以再次和saslauthd交谈。 但是,正如我写的,/ /etc/init.d/saslauthd restart足以将权限更改为710。 我在/etc/init.d/saslauthd脚本中找不到任何东西来实现这一点。 这里发生了什么? 操作系统:Debian 7.0。
我尝试在Ubuntu上使用postfix和saslauthd来实现SMTPauthentication。 我的IP是WXYZ ,我的VPS IP是W'.X'.Y'.Z' 。 我的用户是JohnDoe ,我的主机名是server 。 它不起作用,这里是日志文件/var/mail/log 。 当我尝试使用我的邮件应用程序进行身份validation时: Sep 12 08:36:12 server postfix/smtpd[2384]: connect from ZYXWrev.sfr.net[WXYZ] Sep 12 08:36:13 server dovecot: imap-login: Login: user=<JohnDoe>, method=PLAIN, rip=WXYZ, lip=W'.X'.Y'.Z', mpid=2392, TLS, session=<FvDmE4wfQwBUZ2XK> Sep 12 08:36:13 server postfix/smtpd[2384]: warning: SASL authentication failure: unable to canonify user and get auxprops Sep 12 08:36:13 server postfix/smtpd[2384]: warning: […]
我试图configurationPostfix,以便用户可以通过SMTP发送电子邮件,其中包含用户名和密码。 而我正试图将证书存储在MySQL数据库中。 我已经走上了saslauthd和pam的路,我陷入了困境。 启用pamdebuggingfunction我可以看到,当我尝试使用Thunderbird发送电子邮件时,执行的查询检索密码为: pam_mysql – SELECT password FROM mailbox WHERE username = 'mehran' 在这种情况下,用户名持有[email protected]的价值。 但是当我尝试: # testsaslauthd -u [email protected] -p 123 -s smtp 0: OK "Success." 并且日志读取: pam_mysql – SELECT password FROM mailbox WHERE username = '[email protected]' 显示它是Postfix,在把它交给saslauthd (或者至less我相信是这样)之前,把用户名中的@domain省略掉了。 我已经search了Postfix的configuration,但我没有看到什么影响这个!?
我的Linux发送邮件服务器被迫大量的无效smtp saslauthdlogin委托。 在邮件中logging了saslauthd的PAM auth错误的稳定stream。 我已经search和search的方式来确定IP,所以我可以阻止它…没有运气。 IP不被logging在消息或安全日志中。 任何build议将不胜感激。
我想安装在autos-smtp的centos 6.4 postfix上,我安装sasl ps -ef | grep pam root 3148 1 0 15:29 ? 00:00:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam root 3150 3148 0 15:29 ? 00:00:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam root 3151 3148 0 15:29 ? 00:00:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam root 3152 3148 0 15:29 ? 00:00:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a […]
我试图授权一个红帽子linux 6.5中的活动目录的用户。 要做到这一点,我正在使用saslauthd。 这是它的configuration: /etc/saslauthd.conf: ldap_servers: ldap://activeDirectoryHost.us-west-2.compute.amazonaws.com ldap_use_sasl: yes ldap_mech: DIGEST-MD5 ldap_auth_method: fastbind 的/ etc / SYSCONFIG / saslauthd: SOCKETDIR=/var/run/saslauthd MECH=ldap DAEMONOPTS=–user saslauth FLAGS="-O /etc/saslauthd.conf" 活动目录工作正常,因为当我运行一个search,我得到一个正确的答案。 要进行search,我使用红帽子terminal的ldapsearch命令: ldapsearch -LLL -H ldap://activeDirectoryHost.us-west-2.compute.amazonaws.com -x -D 'testUser@ACTIVEDIRECTORY_TEST.es' -w 'psswd12345' -b 'OU=Domain Controllers,DC=ACTIVEDIRECTORY_TEST,DC=es 问题是与saslauthd。 我用下一个命令运行testing: testsaslauthd -u 'testUser@ACTIVEDIRECTORY_TEST.es' -p 'psswd12345' -f /var/run/saslauthd/mux 我总是得到同样的错误: 0: NO "authentication failed" 日志文件不给我更多的信息: saslauthd[1690]: […]
我已经在线跟随在线教程,用SASL和TLS以及amavis来设置我的邮件服务器。 这一切似乎都起作用 – 除非我可以发邮件,即使我不先authentication – 这是不好的。 我希望用户: 在通过提交端口(587)或smtps端口(465)发送时需要使用TLS, 始终被要求发送凭证 – 即使他们决定通过25端口不安全地发送 这是我的main.cf smtpd_banner = $myhostname ESMTP $mail_name powered by Easy Hosting Control Panel (ehcp) on Ubuntu, www.ehcp.net biff = no append_dot_mydomain = no readme_directory = /usr/share/doc/postfix # TLS parameters smtpd_tls_cert_file = /etc/ssl/domain.tld/domain.tld.crt smtpd_tls_key_file = /etc/ssl/domain.tld/domain.tld.key smtpd_tls_CAfile = /etc/ssl/domain.tld/ca.pem smtpd_use_tls = yes smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_tls_loglevel […]
运行:Ubuntu 12.10 32位服务器版本。 我试图连接到saslauthd并得到我提到的标题(权限被拒绝)的错误。 $ /usr/sbin/testsaslauthd -u myuser -p mypassword connect() : Permission denied 但是,当我尝试以根(sudo)连接时,它连接成功。 我需要能够以用户身份进行连接。 任何想法?
在过去的6个小时左右,我一直在尝试对此进行sorting,这是我正面临的错误信息(运行CentOS x64): /var/log/maillog : Jun 22 20:42:49 ptroa postfix/smtpd[10130]: warning: SASL authentication failure: Password verification failed Jun 22 20:42:49 ptroa postfix/smtpd[10130]: warning: bzq-79-177-192-133.red.bezeqint.net[79.177.192.133]: SASL PLAIN authentication failed: authentication failure Jun 22 20:42:49 ptroa postfix/smtpd[10130]: warning: bzq-79-177-192-133.red.bezeqint.net[79.177.192.133]: SASL LOGIN authentication failed: authentication failure /var/log/messages : Jun 22 20:15:38 ptroa saslauthd[9401]: do_auth : auth failure: [user=myuser] [service=smtp] […]