Hello again!
Unfortunately, my Odysse since the update to 1.3.15 continues. In the meantime, the e-mail service works perfectly via Roundcube, but I can no longer access via an (IMAP: 143) via an e-mail client (eg. Outlook). have no idea why - wrong config? Port problem with the ISP / router?
SMTP (587) works.
Before the update it ran without encryption.
Now it does not matter whether with, or without encryption. Inbox server can not be accessed via e-mail clent.
Thank you very much for your efforts!
P.S .: I bought today "Let's encrypt". However, FTP / IMAP / POP / SMTP still runs "classic" (waiting for limit.).
tail -fn0 /var/log/mail.log:
Code
- Jul 4 17:10:41 v23538155999 postfix/smtpd[16979]: connect from p5B0F33C3.dip0.t-ipconnect.de[91.15.51.195]Jul 4 17:10:41 v23538155999 postfix/trivial-rewrite[16982]: warning: /etc/postfix/main.cf, line 69: overriding earlier entry: relayhost=Jul 4 17:10:41 v23538155999 postfix/smtpd[16979]: 82A6B100684: client=p5B0F33C3.dip0.t-ipconnect.de[91.15.51.195], sasl_method=DIGEST-MD5, sasl_username=xxx@xxx.xxJul 4 17:10:41 v23538155999 postfix/cleanup[16983]: 82A6B100684: message-id=<>Jul 4 17:10:41 v23538155999 spamd[9235]: spamd: connection from v23538155999.yourvserver.net.local [127.0.0.1] at port 38363Jul 4 17:10:41 v23538155999 spamd[9235]: config: failed to parse line, skipping, in "(no file)": use_dcc 1Jul 4 17:10:41 v23538155999 spamd[9235]: spamd: processing message (unknown) for xxx@xxx.xx:113Jul 4 17:10:43 v23538155999 spamd[9235]: spamd: clean message (3.7/5.0) for xxx@xxx.xx:113 in 1.4 seconds, 1254 bytes.Jul 4 17:10:43 v23538155999 spamd[9235]: spamd: result: . 3 - ALL_TRUSTED,HTML_MESSAGE,MISSING_DATE,MISSING_MID,PYZOR_CHECK,TVD_RCVD_SINGLE scantime=1.4,size=1254,user=xxx@xxx.xx,uid=113,required_score=5.0,rhost=v23538155999.yourvserver.net.local,raddr=127.0.0.1,rport=38363,mid=(unknown),autolearn=noJul 4 17:10:43 v23538155999 postfix/qmgr[15481]: 82A6B100684: from=<xxx@xxx.xx>, size=1228, nrcpt=1 (queue active)Jul 4 17:10:43 v23538155999 postfix/smtpd[16979]: disconnect from p5B0F33C3.dip0.t-ipconnect.de[91.15.51.195]Jul 4 17:10:43 v23538155999 postfix/pipe[16987]: 82A6B100684: to=<xxx@xxx.xx>, relay=maildrop, delay=1.6, delays=1.5/0.01/0/0.02, dsn=2.0.0, status=sent (delivered via maildrop service)Jul 4 17:10:43 v23538155999 postfix/qmgr[15481]: 82A6B100684: removedJul 4 17:10:43 v23538155999 spamd[9232]: prefork: child states: II
Code: master.cf
- # Postfix master process configuration file. For details on the format
- # of the file, see the master(5) manual page (command: "man 5 master").
- #
- # Do not forget to execute "postfix reload" after editing this file.
- #
- # ==========================================================================
- # service type private unpriv chroot wakeup maxproc command + args
- # (yes) (yes) (yes) (never) (100)
- # ==========================================================================
- smtp inet n - y - - smtpd
- submission inet n - y - - smtpd
- # -o smtpd_tls_security_level=encrypt
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- # -o milter_macro_daemon_name=ORIGINATING
- #
- smtps inet n - y - - smtpd
- -o smtpd_tls_wrappermode=yes
- -o smtpd_sasl_auth_enable=yes
- -o smtpd_client_restrictions=permit_sasl_authenticated,reject
- # -o milter_macro_daemon_name=ORIGINATING
- #628 inet n - y - - qmqpd
- pickup fifo n - y 60 1 pickup
- cleanup unix n - y - 0 cleanup
- qmgr fifo n - n 300 1 qmgr
- #qmgr fifo n - n 300 1 oqmgr
- tlsmgr unix - - y 1000? 1 tlsmgr
- rewrite unix - - y - - trivial-rewrite
- bounce unix - - y - 0 bounce
- defer unix - - y - 0 bounce
- trace unix - - y - 0 bounce
- verify unix - - y - 1 verify
- flush unix n - y 1000? 0 flush
- proxymap unix - - n - - proxymap
- proxywrite unix - - n - 1 proxymap
- smtp unix - - y - - smtp
- # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
- relay unix - - y - - smtp
- -o smtp_fallback_relay=
- # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
- showq unix n - y - - showq
- error unix - - y - - error
- retry unix - - y - - error
- discard unix - - y - - discard
- local unix - n n - - local
- virtual unix - n n - - virtual
- lmtp unix - - y - - lmtp
- anvil unix - - y - 1 anvil
- scache unix - - y - 1 scache
- #
- # ====================================================================
- # Interfaces to non-Postfix software. Be sure to examine the manual
- # pages of the non-Postfix software to find out what options it wants.
- #
- # Many of the following services use the Postfix pipe(8) delivery
- # agent. See the pipe(8) man page for information about ${recipient}
- # and other message envelope options.
- # ====================================================================
- #
- # i-MSCP autoresponder
- imscp-arpl unix - n n - - pipe
- flags=O user=vmail:imscp argv=/var/www/imscp/engine/messenger/imscp-arpl-msgr $recipient
- maildrop unix - n n - - pipe
- flags=DRhu user=vmail:mail argv=maildrop -w 90 -d ${user}@${nexthop} ${extension} ${recipient} ${user} ${nexthop} ${sender}