我在/etc/exim/exim4.conf缺lessexim4configuration文件。
dpkg-reconfigure exim4-config运行正常,发送/接收邮件也可以。 我只是不知道configuration保存在哪里。
主要的是我需要找出填充到Thunderbird的设置电子邮件字段(到smtp字段和imap / pop3字段),因为我找不到我的smtp和imap / pop3服务器的名称。 我可以在哪里得到它?
编辑:我已经设置mail.example.com当我运行configuration,但设置这个雷鸟不起作用。
EDIT2:在/etc/exim4/update-exim4.conf.conf我发现了一些configuration,但没有关于smtp / imap / pop3:
dc_eximconfig_configtype='internet' dc_other_hostnames='example.com; localhost' dc_local_interfaces='<MY_IP_ADDRESS> ; 127.0.0.1 ; ::1' dc_readhost='' dc_relay_domains='' dc_minimaldns='false' dc_relay_nets='' dc_smarthost='' CFILEMODE='644' dc_use_split_config='false' dc_hide_mailname='' dc_mailname_in_oh='true' dc_localdelivery='mail_spool'
您可以通过IP地址直接访问您的服务器。 另一种可能性是只要所有的服务位于同一个主机上,就使用它的域名。 要找出连接端口,你必须使用命令ss | egrep "(exim|dovecot)" ss | egrep "(exim|dovecot)" – 您将获得服务侦听的端口列表。 SSL / TLS有点复杂,你必须先执行上面提到的。