Articles of dovecot

邮件服务器不能接收电子邮件,但可以发送电子邮件 – Postfix,Dovecot,Postgresql

我有服务器,我想build立一个邮件服务器,让我接收和发送来自我的域名的电子邮件。 我目前有一个问题,虽然我不能收到邮件。 发送电子邮件是完美的。 我将使用这个脚本,其中显示了如何使用Postfix,Dovecotconfiguration邮件服务器,并使用Postgresql作为后端( https://gist.github.com/solusipse/7ed8e1da104baaee3f05 )。 /etc/postfix/main.cf文件: relay_domains = virtual_alias_maps = proxy:pgsql:/etc/postfix/virtual_alias_maps.cf virtual_mailbox_domains = proxy:pgsql:/etc/postfix/virtual_mailbox_domains.cf virtual_mailbox_maps = proxy:pgsql:/etc/postfix/virtual_mailbox_maps.cf virtual_mailbox_base = /home/vmail virtual_mailbox_limit = 512000000 virtual_minimum_uid = 5000 virtual_transport = virtual virtual_uid_maps = static:5000 virtual_gid_maps = static:5000 local_transport = virtual local_recipient_maps = transport_maps = hash:/etc/postfix/transport smtpd_sasl_auth_enable = yes smtpd_sasl_type = dovecot smtpd_sasl_path = private/auth smtpd_recipient_restrictions = […]

邮件服务器 – Amaz with 7zip

在Ubuntu 14.04上工作邮件服务器1.5年后,我经历了下面列出的奇怪的amavis日志: http : //pastebin.com/RwbNw78f 邮件服务器是:Postfix + Dovecot + MySQL + Amavis + ClamAV + SpamAssasin与配方部署https://www.exratione.com/2014/05/a-mailserver-on-ubuntu-1404-postfix–dovecot-mysql/ 许多“谷歌search”后,没有find任何修复…

更新后,CentOS 6上的Dovecot不起作用

我最近将CentOS更新到了6.8版(最终版)。 我不确定是否dovecot停止工作或稍后。 我没有看到securelogin正确的密码和错误的密码“失败”。 我从来没有碰过/etc/pam.d – 应该是OS默认的。 它以前工作。 我不知道为什么现在不工作。 我正在使用dovecot + sendmail。 Sendmail通过sasl-> PAM进行身份validation,工作正常。 我试过passdb的shadow ,看看有什么不对,但没有成功。 这可能是巧合,但由于某种原因,强制检查(在所有分区上使用RAID 1) 更新:在raid检查完dmesg后显示这个。 auth[14058]: segfault at 9c ip 000000000040f8e0 sp 00007ffe99788070 error 4 in auth[400000+37000] auth[14133]: segfault at 8c ip 000000000040f8e0 sp 00007ffc7ec2ee60 error 4 in auth[400000+37000] dmesg之前充满了这些消息:“延迟md4的数据检查,直到md3完成”,所以我看不到segfault … 组态: # dovecot -n # 2.0.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-642.1.1.el6.centos.plus.x86_64 […]

匹配括号的dovecotconfiguration文件错误

当我尝试运行dovecot时,出现以下错误。 doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf line 49: Expecting '{' 我查看了/etc/dovecot/conf.d/10-master.conf,注意到第49行,没有发现任何问题。 /etc/dovecot/conf.d/10-master.conf: #default_process_limit = 100 #default_client_limit = 1000 # Default VSZ (virtual memory size) limit for service processes. This is mainly # intended to catch and kill processes that leak memory before they eat up # everything. #default_vsz_limit = 256M # Login user […]

无法连接到587上的后缀

我花了很多时间在这里找相关post的答案,但无济于事。 所以这就是为什么我在这里问这个问题。 我有:Debian 8,Postfix,Dovecot 我可以用roundcube发送和接收电子邮件。 我可以收到雷鸟的电子邮件。 我不能用雷鸟发送邮件。 雷鸟说,它连接到服务器,但它超时,因为没有从服务器的响应。 我禁用了我的防火墙。 我不知道要在服务器名称字段中填写什么。 我试图发送的电子邮件最终在服务器的概念框中 我跟着https://workaround.org/ispmail/jessie 这是我目前的configuration。 config_directory = /etc/postfix inet_interfaces = all mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 milter_default_action = accept milter_protocol = 2 mydestination = server.example.com, localhost.example.com, localhost myhostname = server.example.com mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 myorigin = /etc/mailname non_smtpd_milters = local:/opendkim/opendkim.sock policyd-spf_time_limit = 3600 […]

自定义邮件服务器上的未知用户

我从本教程中使用Postfix和Dovecot创build了一个自定义邮件服务器: https ://www.tictech.info/post/mail_preparation,但是我遇到了问题。 我可以从我的自定义服务器发送邮件到Outlook地址(例如),但从Outlook到我的自定义服务器我有一个邮件“未发送的邮件返回到发件人”与此内容: This is the mail system at host vps307550.ovh.net. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance, please send mail to postmaster. If you do so, please include this problem report. You can delete your […]

只要安装Postfix / Dovecot服务器。 邮件似乎正在收到,但没有出现在收件箱中

所以我只是在我的VPS上设置了一个小邮件服务器,发送邮件就好了! 收到邮件时出现问题。 日志表明它检索消息,将其从队列中移除并传递,但是它从不显示! 日志: Aug 18 14:28:27 joshshouse postfix/smtpd[6345]: connect from mail.lcccorp.com[50.253.219.194] Aug 18 14:28:27 joshshouse postfix/smtpd[6345]: 302703EA47: client=mail.lcccorp.com[50.253.219.194] Aug 18 14:28:27 joshshouse postfix/cleanup[6349]: 302703EA47: message-id=<[email protected]> Aug 18 14:28:27 joshshouse postfix/qmgr[5793]: 302703EA47: from=<[email protected]>, size=990, nrcpt=1 (queue active) Aug 18 14:28:27 joshshouse postfix/local[6350]: 302703EA47: to=<[email protected]>, relay=local, delay=0.05, delays=0.05/0/0/0, dsn=2.0.0, status=sent (delivered to maildir) Aug 18 14:28:27 […]

Dovecot授权失败“缺less参数”

我尝试configuration鸽子,我得到了这个奇怪的日志: Sep 14 23:02:02 hostname dovecot: auth: Fatal: passdb passwd-file: Missing args Sep 14 23:02:02 hostname dovecot: master: Error: service(auth): command startup failed, throttling for 16 secs Sep 14 23:02:02 hostname dovecot: pop3-login: Disconnected: Auth process broken (disconnected before auth was ready, waited 0 secs): user=<>, rip=77.124.48.11, lip=31.220.109.9, session=<nWjpEYM8vgBNfC8L> 顺便说一句,这里是我试图用来存储用户名和密码的passwd文件的格式: user:{plain}pass 这里是auth-system.conf.ext文件: # Authentication for […]

dovecot说,userdb有缺less的细节

当我尝试通过outlook连接到dovecot时,我得到这个错误: ERR:[AUTH]:validation失败 这里是日志文件: Sep 16 12:23:32 hostname9727 dovecot: auth: Error: passwd-file /etc/maillpass: User aaaa is missing userdb info Sep 16 12:23:35 hostname9727 dovecot: pop3-login: Disconnected (auth failed, 1 attempts in 2 secs): user=<aaaa>, method=PLAIN, rip=77.114.47.11, lip=30.220.108.9, session=<oF81YqI83gBNfC8L> Sep 16 12:26:02 hostname9727 dovecot: master: Warning: Killed with signal 15 (by pid=14751 uid=0 code=kill) Sep 16 12:26:02 […]

IPTABLES:另一个应用程序当前持有xtables锁

我pipe理安装了ispconfig 3的Ubuntu服务器(14.04)。 服务器正用于邮件,networking和数据。 我之前的系统pipe理员已经启用了fail2ban和ufw,但是我们今天一整天都在遇到dovecotauthentication的问题。 当我试图访问防火墙时,我不断收到错误消息: 错误:运行iptables的问题:另一个应用程序当前持有xtables锁。 也许你想使用-w选项? 尝试软重启冻结了服务器,并且硬重启使问题马上回来。 然后,通过使用lsof -p $(pidof iptables)进一步调查,我得到以下输出: COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME iptables 1526 root cwd DIR 9,1 4096 2 / iptables 1526 root rtd DIR 9,1 4096 2 / iptables 1526 root txt REG 9,1 87768 261694 /sbin/xtables-multi iptables 1526 root mem REG 9,1 6336 […]