tlsmgr webmail problem, suse 9.3 perfect setup

Discussion in 'Installation/Configuration' started by dschmid, Mar 8, 2006.

Thread Status:
Not open for further replies.
  1. dschmid

    dschmid New Member

    Hello I used perfect Setup for Suse 9.3 to install my root server and all works fine :D
    But from time to time it's taking a long time to log in webmail or in worst case login is not possible and tht browser download windows open to download the msglist.php. I have also Problems to receive emails with microsoft outlook 2003 using imaps and tls.

    output of "ps aux|grep sasl":
    root 5135 0.0 0.2 4060 1132 ? Ss 21:15 0:00 /usr/sbin/saslauthd -a shadow
    root 5148 0.0 0.2 4060 1132 ? S 21:15 0:00 /usr/sbin/saslauthd -a shadow
    root 5149 0.0 0.2 4060 1132 ? S 21:15 0:00 /usr/sbin/saslauthd -a shadow
    root 5150 0.0 0.2 4060 1132 ? S 21:15 0:00 :confused: Not pam???/usr/sbin/saslauthd -a shadow
    root 5151 0.0 0.2 4060 1132 ? S 21:15 0:00 /usr/sbin/saslauthd -a shadow
    root 6761 0.0 0.0 300 12 pts/1 R+ 21:47 0:00 grep sasl

    Thats the outpout of /var/log/mail:
    Mar 8 21:20:40 xxxxx postfix/smtpd[6325]: disconnect from xxxx.xxxxx.net[xx.xx.xx.xx]
    Mar 8 21:20:40 xxxxx postfix/smtp[6331]: warning: connect to private/tlsmgr: No such file or directory
    Mar 8 21:20:41 xxxxx postfix/smtp[6331]: warning: connect to private/tlsmgr: No such file or directory
    Mar 8 21:20:41 xxxxxx postfix/smtp[6331]: warning: problem talking to server private/tlsmgr: No such file or directory
    Mar 8 21:20:41 xxxxx postfix/smtp[6331]: warning: no entropy for TLS key generation: disabling TLS support
    Mar 8 21:20:41 xxxxxx postfix/smtp[6331]: Host offered STARTTLS: [mx.xxxxx.de]
    Mar 8 21:20:41 xxxxxx postfix/smtp[6331]: 3F30E238092: to=<[email protected]>, orig_to=<[email protected]>, relay=mx.xxxxx.de[xx.xx.xx.xx], delay=1, status=sent (250 OK id=1FH51w-0006JN-3c)
    Mar 8 21:20:41 xxxxx postfix/qmgr[6169]: 3F30E238092: removed
    Mar 8 21:20:52 xxxxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 8 21:20:52 xxxxx imapd-ssl: LOGIN, user=web1_info, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 8 21:21:32 xxxxx imapd-ssl: Unexpected SSL connection shutdown.

    Here is the important part of my main.cf:
    inet_protocols = all
    biff = no
    mail_spool_directory = /var/mail
    canonical_maps = hash:/etc/postfix/canonical
    #virtual_maps = hash:/etc/postfix/virtual
    relocated_maps = hash:/etc/postfix/relocated
    transport_maps = hash:/etc/postfix/transport
    sender_canonical_maps = hash:/etc/postfix/sender_canonical
    masquerade_exceptions = root
    masquerade_classes = envelope_sender, header_sender, header_recipient
    myhostname = server1.$mydomain
    program_directory = /usr/lib/postfix
    inet_interfaces = all
    masquerade_domains =
    #mydestination = $myhostname, localhost.$mydomain
    defer_transports =
    disable_dns_lookups = no
    relayhost =
    mailbox_command =
    mailbox_transport =
    smtpd_sender_restrictions = hash:/etc/postfix/access
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    strict_rfc821_envelopes = no
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject _unauth_destination
    #smtpd_recipient_restrictions permit_sasl_authenticated,permit_mynetworks,check_ relay_domains
    smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = yes
    smtpd_use_tls = yes
    smtp_use_tls = yes
    alias_maps = hash:/etc/aliases
    mailbox_size_limit = 0
    message_size_limit = 10240000
    mydomain = mydomain.de
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_tls_auth_only = no
    smtp_tls_note_starttls_offer = yes
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    tls_random_source = dev:/dev/urandom
    virtual_maps = hash:/etc/postfix/virtusertable
    mydestination = /etc/postfix/local-host-names


    I hope somebody can help me. thx
     
  2. JaJunk

    JaJunk New Member

    Are all the tls files in /etc/postfix/ssl

    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
     
  3. dschmid

    dschmid New Member

    Yes there are this five files:
    cacert.pem cakey.pem smtpd.crt smtpd.csr smtpd.key
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Regarding the IMAPS problem, take a look here: http://www.howtoforge.com/forums/showthread.php?t=1938


    Have a look here: http://www.howtoforge.com/forums/showthread.php?t=781
     
  5. dschmid

    dschmid New Member

    First thanx for fast help. :)

    I have a question about the imap problem.
    I already had uncomment "tlsmgr unix - - n 1000? 1 tlsmgr" in /etc/postfix/master.cf
    But after key generation and still on the same problem. Have i to generate a new key after that??

    Thats the output of netstat -tap:

    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 5277/mysqld
    tcp 0 0 localhost:dyna-access *:* LISTEN 5764/clamd
    tcp 0 0 *:sunrpc *:* LISTEN 5144/portmap
    tcp 0 0 *:hosts2-ns *:* LISTEN 5862/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 8809/proftpd: (acce
    tcp 0 0 xxxx.xxxx:domain *:*LISTEN 6218/named
    tcp 0 0 localhost:domain *:* LISTEN 6218/named
    tcp 0 0 *:smtp *:* LISTEN 8770/master
    tcp 0 0 localhost:953 *:* LISTEN 6218/named
    tcp 0 0 localhost:meregister *:* LISTEN 5581/fam
    tcp 0 0 *:imaps *:* LISTEN 5384/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 5413/couriertcpd
    tcp 0 0 *:pop3 *:* LISTEN 5398/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 5368/couriertcpd
    tcp 0 0 *:www-http *:* LISTEN 6081/httpd2-prefork
    tcp 0 0 *:ssh *:* LISTEN 5362/sshd
    tcp 0 0 *:smtp *:* LISTEN 8770/master
    tcp 0 0 localhost:953 *:* LISTEN 6218/named
    tcp 0 0 *:https *:* LISTEN 6081/httpd2-prefork
    tcp 0 2368 xxxxx.de:ssh dslb-084xxx-0xx-:39846 VERBUNDEN 27148/0


    And thats the output of "iptables -L":
    xxxxxx:~ # iptables -L
    Chain INPUT (policy DROP)
    target prot opt source destination
    DROP tcp -- anywhere loopback/8
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    ACCEPT all -- anywhere anywhere
    DROP all -- BASE-ADDRESS.MCAST.NET/4 anywhere
    PUB_IN all -- anywhere anywhere
    PUB_IN all -- anywhere anywhere
    PUB_IN all -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain FORWARD (policy DROP)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere state RELATED,ESTABLISHED
    DROP all -- anywhere anywhere

    Chain INT_IN (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain INT_OUT (0 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere
    ACCEPT all -- anywhere anywhere

    Chain OUTPUT (policy ACCEPT)
    target prot opt source destination
    PUB_OUT all -- anywhere anywhere
    PUB_OUT all -- anywhere anywhere
    PUB_OUT all -- anywhere anywhere

    Chain PAROLE (10 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere

    Chain PUB_IN (3 references)
    target prot opt source destination
    ACCEPT icmp -- anywhere anywhere icmp destination-unreachable
    ACCEPT icmp -- anywhere anywhere icmp echo-reply
    ACCEPT icmp -- anywhere anywhere icmp time-exceeded
    ACCEPT icmp -- anywhere anywhere icmp echo-request
    PAROLE tcp -- anywhere anywhere tcp dpt:ftp
    PAROLE tcp -- anywhere anywhere tcp dpt:ssh
    PAROLE tcp -- anywhere anywhere tcp dpt:smtp
    PAROLE tcp -- anywhere anywhere tcp dpt:domain
    PAROLE tcp -- anywhere anywhere tcp dpt:http
    PAROLE tcp -- anywhere anywhere tcp dpt:hosts2-ns
    PAROLE tcp -- anywhere anywhere tcp dpt:pop3
    PAROLE tcp -- anywhere anywhere tcp dpt:https
    PAROLE tcp -- anywhere anywhere tcp dpt:ndmp
    PAROLE tcp -- anywhere anywhere tcp dpt:imaps
    ACCEPT udp -- anywhere anywhere udp dpt:domain
    DROP icmp -- anywhere anywhere
    DROP all -- anywhere anywhere

    Chain PUB_OUT (3 references)
    target prot opt source destination
    ACCEPT all -- anywhere anywhere
     
  6. dschmid

    dschmid New Member

    Do you think thats usefull to update to V 2.2 of ISP config. I had installed the server in november.
     
  7. falko

    falko Super Moderator Howtoforge Staff

    Did you restart Postfix afterwards?

    You can do so, but that's not the reason for your problems.
     
  8. dschmid

    dschmid New Member

    I restarted the server and thats the output of /var/log/mail:

    Mar 9 21:00:01 xxxxxx postfix/pickup[27404]: 7ED9B238094: uid=0 from=<root>
    Mar 9 21:00:01 xxxxxx postfix/cleanup[28369]: 7ED9B238094: message-id=<[email protected]>
    Mar 9 21:00:01 xxxxxx postfix/qmgr[8780]: 7ED9B238094: from=<[email protected]>, size=616, nrcpt=1 (queue active)
    Mar 9 21:00:01 xxxxxx postfix/local[28371]: 7ED9B238094: to=<[email protected]>, orig_to=<root>, relay=local, delay=0, status=sent (delivered to mailbox)
    Mar 9 21:00:01 xxxxxx postfix/qmgr[8780]: 7ED9B238094: removed
    Mar 9 21:08:53 xxxxxx pop3d: Connection, ip=[::ffff:127.0.0.1]
    Mar 9 21:08:53 xxxxxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
    Mar 9 21:10:56 xxxxxx clamd[5764]: Pid file removed.
    Mar 9 21:10:56 xxxxxx clamd[5764]: Exiting (clean)
    Mar 9 21:10:56 xxxxxx clamd[5764]: --- Stopped at Thu Mar 9 21:10:56 2006
    Mar 9 21:10:57 xxxxxx postfix/master[8770]: terminating on signal 15
    Mar 9 21:10:58 xxxxxx authdaemond.plain: restarting authdaemond children
    Mar 9 21:10:58 xxxxxx authdaemond.plain: modules="authcustom authcram authuserdb authldap authpam", daemons=5
    Mar 9 21:12:13 xxxxxx authdaemond.plain: modules="authcustom authcram authuserdb authldap authpam", daemons=5
    Mar 9 21:12:20 xxxxxx postfix/postfix-script: starting the Postfix mail system
    Mar 9 21:12:20 xxxxxx postfix/master[5659]: daemon started -- version 2.2.1, configuration /etc/postfix
    Mar 9 21:12:21 xxxxxx postfix/qmgr[5677]: 1817F238092: from=<[email protected]>, size=14968, nrcpt=1 (queue active)
    Mar 9 21:12:21 xxxxxx postfix/smtp[5751]: warning: connect to private/tlsmgr: No such file or directory
    Mar 9 21:12:22 xxxxxx postfix/smtp[5751]: warning: connect to private/tlsmgr: No such file or directory
    Mar 9 21:12:22 xxxxxx postfix/smtp[5751]: warning: problem talking to server private/tlsmgr: No such file or directory
    Mar 9 21:12:22 xxxxxx postfix/smtp[5751]: warning: no entropy for TLS key generation: disabling TLS support
    Mar 9 21:12:22 xxxxxx postfix/smtp[5751]: Host offered STARTTLS: [mx.xxxxxx.de]
    Mar 9 21:12:23 xxxxxx clamd[5767]: Daemon started.
    Mar 9 21:12:23 xxxxxx clamd[5767]: clamd daemon 0.87.1 (OS: linux-gnu, ARCH: i386, CPU: i686)
    Mar 9 21:12:23 xxxxxx clamd[5767]: Log file size limited to 1048576 bytes.
    Mar 9 21:12:23 xxxxxx clamd[5767]: Running as user vscan (UID 65, GID 103)
    Mar 9 21:12:23 xxxxxx clamd[5767]: Reading databases from /var/lib/clamav
    Mar 9 21:12:24 xxxxxx clamd[5767]: Protecting against 41444 viruses.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Bound to address 127.0.0.1 on port 3310
    Mar 9 21:12:24 xxxxxx clamd[5767]: Setting connection queue length to 15
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive: Archived file size limit set to 10485760 bytes.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive: Recursion level limit set to 8.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive: Files limit set to 1000.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive: Compression ratio limit set to 250.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive support enabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Archive: RAR support disabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Portable Executable support enabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Mail files support enabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: OLE2 support enabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: HTML support enabled.
    Mar 9 21:12:24 xxxxxx clamd[5767]: Self checking every 1800 seconds.
    Mar 9 21:12:26 xxxxxx postfix/smtp[5751]: 1817F238092: host mx.xxxxxx.de[xx.xx.xx.xx] said: 451 Temporary local problem - please try later (in reply to end of DATA command)
    Mar 9 21:12:28 xxxxxx postfix/smtp[5751]: Host offered STARTTLS: [mx.xxxxxx.de]
    Mar 9 21:12:33 xxxxxx postfix/master[5659]: terminating on signal 15
    Mar 9 21:12:34 xxxxxx postfix/postfix-script: starting the Postfix mail system
    Mar 9 21:12:34 xxxxxx postfix/master[6151]: daemon started -- version 2.2.1, configuration /etc/postfix
    Mar 9 21:12:34 xxxxxx postfix/qmgr[6169]: 1817F238092: from=<[email protected]>, size=14968, nrcpt=1 (queue active)
    Mar 9 21:12:34 xxxxxx postfix/smtp[6172]: warning: connect to private/tlsmgr: No such file or directory
    Mar 9 21:12:35 xxxxxx postfix/smtp[6172]: warning: connect to private/tlsmgr: No such file or directory
    Mar 9 21:12:35 xxxxxx postfix/smtp[6172]: warning: problem talking to server private/tlsmgr: No such file or directory
    Mar 9 21:12:35 xxxxxx postfix/smtp[6172]: warning: no entropy for TLS key generation: disabling TLS support
    Mar 9 21:12:35 xxxxxx postfix/smtp[6172]: Host offered STARTTLS: [mx.xxxxxx.de]
    Mar 9 21:12:40 xxxxxx postfix/smtp[6172]: 1817F238092: host mx.xxxxxx.de[xx.xx.xx.xx] said: 451 Temporary local problem - please try later (in reply to end of DATA command)
    Mar 9 21:12:40 xxxxxx postfix/smtp[6172]: Host offered STARTTLS: [mx.xxxxxx.de]
    Mar 9 21:12:44 xxxxxx postfix/smtp[6172]: 1817F238092: to=<[email protected]>, orig_to=<[email protected]>, relay=mx.xxxxxx.de[xx.xx.xx.xx], delay=45441, status=deferred (host mx.xxxxxx.de[xxx.xx.xx.xx] said: 451 Temporary local problem - please try later (in reply to end of DATA command))


    Login over webmail is not possible. But all mails come in. And they go out to a freemail account.
     
  9. dschmid

    dschmid New Member

    "ps aux" gives me that:

    USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
    root 1 0.0 0.0 680 248 ? S 21:11 0:00 init [3]
    root 2 0.0 0.0 0 0 ? S 21:11 0:00 [migration/0]
    root 3 0.0 0.0 0 0 ? SN 21:11 0:00 [ksoftirqd/0]
    root 4 0.0 0.0 0 0 ? S< 21:11 0:00 [events/0]
    root 5 0.0 0.0 0 0 ? S< 21:11 0:00 [khelper]
    root 10 0.0 0.0 0 0 ? S< 21:11 0:00 [kthread]
    root 20 0.0 0.0 0 0 ? S< 21:11 0:00 [kacpid]
    root 95 0.0 0.0 0 0 ? S< 21:11 0:00 [kblockd/0]
    root 138 0.0 0.0 0 0 ? S 21:11 0:00 [pdflush]
    root 139 0.0 0.0 0 0 ? S 21:11 0:00 [pdflush]
    root 141 0.0 0.0 0 0 ? S< 21:11 0:00 [aio/0]
    root 140 0.0 0.0 0 0 ? S 21:11 0:00 [kswapd0]
    root 733 0.0 0.0 0 0 ? S 21:11 0:00 [kseriod]
    root 1083 0.0 0.0 0 0 ? S 21:11 0:00 [kjournald]
    root 2002 0.0 0.1 1468 596 ? S<s 21:11 0:00 /sbin/udevd -d
    root 2549 0.0 0.0 0 0 ? S 21:11 0:00 [khubd]
    root 3592 0.0 0.0 1456 432 ? S< 21:12 0:00 [hwscand]
    100 4764 0.0 0.2 3356 1476 ? Ss 21:12 0:00 /usr/bin/dbus-daemon-1 --system
    root 4771 0.0 0.0 1496 464 ? Ss 21:12 0:00 /sbin/resmgrd
    root 5002 0.0 0.0 1488 488 ? Ss 21:12 0:00 /sbin/dhcpcd -C -H -D -N -t 999999 -h linux eth0
    root 5122 0.0 0.1 1852 864 ? Ss 21:12 0:00 /sbin/syslog-ng
    root 5125 0.0 0.1 1600 588 ? Ss 21:12 0:00 /sbin/klogd -c 1 -x -x
    root 5136 0.0 0.2 4060 1132 ? Ss 21:12 0:00 /usr/sbin/saslauthd -a shadow
    root 5145 0.0 0.2 4060 1132 ? S 21:12 0:00 /usr/sbin/saslauthd -a shadow
    root 5146 0.0 0.2 4060 1132 ? S 21:12 0:00 /usr/sbin/saslauthd -a shadow
    root 5147 0.0 0.2 4060 1132 ? S 21:12 0:00 /usr/sbin/saslauthd -a shadow
    root 5148 0.0 0.2 4060 1132 ? S 21:12 0:00 /usr/sbin/saslauthd -a shadow
    nobody 5149 0.0 0.0 1508 488 ? Ss 21:12 0:00 /sbin/portmap
    root 5169 0.0 0.0 1460 440 ? S 21:12 0:00 /usr/sbin/courierlogger -pid=/var/run/authdaemon.courier-imap/pid -start /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5170 0.0 0.0 1772 492 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5174 0.0 0.0 1772 496 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5175 0.0 0.0 1772 496 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5176 0.0 0.0 1772 496 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5177 0.0 0.0 1772 496 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5178 0.0 0.0 1772 496 ? S 21:12 0:00 /usr/lib/courier-imap/authlib/authdaemond.plain
    root 5244 0.0 0.2 2444 1144 ? S 21:12 0:00 /bin/sh /usr/bin/mysqld_safe --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --socket=/var/lib/mysql/mysql.sock --datadir=/var/lib/mysql
    mysql 5278 0.0 3.2 100628 15996 ? Sl 21:12 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/lib/mysql/mysqld.pid --skip-locking --port=3306 --socket
    root 5359 0.0 0.3 4596 1948 ? Ss 21:12 0:00 /usr/sbin/sshd -o PidFile=/var/run/sshd.init.pid
    root 5369 0.0 0.1 1556 500 ? S 21:12 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=imapd -maxprocs=40 -maxperip=4 -pid=/var/
    root 5374 0.0 0.0 1328 288 ? S 21:12 0:00 /usr/sbin/courierlogger imapd
    root 5385 0.0 0.1 1556 500 ? S 21:12 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=imapd-ssl -maxprocs=40 -maxperip=4 -pid=/
    root 5388 0.0 0.0 1328 288 ? S 21:12 0:00 /usr/sbin/courierlogger imapd-ssl
    root 5399 0.0 0.1 1556 500 ? S 21:12 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=pop3d -maxprocs=40 -maxperip=4 -pid=/var/
    root 5404 0.0 0.0 1328 284 ? S 21:12 0:00 /usr/sbin/courierlogger pop3d
    root 5414 0.0 0.1 1556 500 ? S 21:12 0:00 /usr/lib/courier-imap/couriertcpd -address=0 -stderrlogger=/usr/sbin/courierlogger -stderrloggername=pop3d-ssl -maxprocs=40 -maxperip=4 -pid=/
    root 5419 0.0 0.0 1328 284 ? S 21:12 0:00 /usr/sbin/courierlogger pop3d-ssl
    root 5454 0.0 0.5 8192 2612 ? Ss 21:12 0:00 sshd: root@pts/1
    root 5493 0.0 0.1 1468 528 ? Ss 21:12 0:00 /usr/sbin/acpid -c /etc/acpi/events.ignore
    root 5564 0.0 0.2 2852 1388 ? S 21:12 0:00 /usr/sbin/powersaved -d -x /usr/lib/powersave/scripts -a resmgr -v 3
    root 5582 0.0 0.2 2720 1172 ? Ss 21:12 0:00 /usr/sbin/fam -t 4 -T 0 -L
    root 5599 0.0 0.2 8732 1052 ? Ssl 21:12 0:00 /usr/sbin/nscd
    vscan 5767 0.0 1.9 12012 9592 ? S 21:12 0:00 /usr/sbin/clamd
    root 5777 0.0 0.1 1752 616 ? Ss 21:12 0:00 /usr/sbin/cron
    root 5787 0.0 0.4 3756 2424 ? Ss 21:12 0:00 /usr/sbin/hald --daemon=yes
    root 5809 0.0 0.3 3952 1836 pts/1 Ss 21:12 0:00 -bash
    root 5865 0.0 1.1 9520 5976 ? Ss 21:12 0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
    root 5866 0.0 0.2 2440 1072 ? S 21:12 0:00 /bin/bash /root/ispconfig/sv/ispconfig_wconf
    105 5870 0.0 1.2 9668 6228 ? S 21:12 0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
    root 6082 0.0 1.9 26244 9560 ? Ss 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    root 6083 0.0 0.0 1508 412 ? S 21:12 0:00 /root/ispconfig/cronolog --symlink=/var/log/httpd/ispconfig_access_log /var/log/httpd/ispconfig_access_log_%Y_%m_%d
    wwwrun 6084 0.0 1.9 26244 9660 ? S 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6085 0.0 1.9 26244 9660 ? S 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6086 0.0 1.9 26244 9656 ? S 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6087 0.0 1.9 26244 9656 ? S 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6088 0.0 1.9 26244 9656 ? S 21:12 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    root 6151 0.0 0.2 4736 1464 ? Ss 21:12 0:00 /usr/lib/postfix/master
    postfix 6168 0.0 0.2 4740 1372 ? S 21:12 0:00 pickup -l -t fifo -u
    postfix 6169 0.0 0.2 4776 1452 ? S 21:12 0:00 qmgr -l -t fifo -u
    named 6222 0.0 0.5 30616 2928 ? Ssl 21:12 0:00 /usr/sbin/named -t /var/lib/named -u named
    nobody 6239 0.0 0.2 2432 1144 ? Ss 21:12 0:00 proftpd: (accepting connections)
    105 6244 0.0 0.1 2680 924 ? Ss 21:12 0:00 /home/admispconfig/ispconfig/tools/clamav/bin/freshclam -d -c 10 --datadir=/home/admispconfig/ispconfig/tools/clamav/share/clamav
    root 6248 0.0 0.1 1904 628 tty1 Ss+ 21:12 0:00 /sbin/mingetty --noclear tty1
    root 6249 0.0 0.1 1904 628 tty2 Ss+ 21:12 0:00 /sbin/mingetty tty2
    root 6250 0.0 0.1 1904 628 tty3 Ss+ 21:12 0:00 /sbin/mingetty tty3
    root 6251 0.0 0.1 1904 628 tty4 Ss+ 21:12 0:00 /sbin/mingetty tty4
    root 6252 0.0 0.1 1904 628 tty5 Ss+ 21:12 0:00 /sbin/mingetty tty5
    root 6253 0.0 0.1 1904 628 tty6 Ss+ 21:12 0:00 /sbin/mingetty tty6
    root 6254 0.0 0.0 1468 468 ttyS0 Ss+ 21:12 0:00 /sbin/agetty -L 57600 ttyS0
    wwwrun 6267 0.0 1.9 26244 9656 ? S 21:13 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    105 6343 0.0 1.1 9520 5980 ? S 21:18 0:00 /root/ispconfig/httpd/bin/ispconfig_httpd -DSSL
    wwwrun 6380 0.0 1.9 26244 9656 ? S 21:21 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6381 0.0 1.9 26244 9572 ? S 21:21 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    wwwrun 6382 0.0 1.9 26244 9572 ? S 21:21 0:00 /usr/sbin/httpd2-prefork -f /etc/apache2/httpd.conf -DSSL
    root 6466 0.0 0.1 1712 512 ? S 21:27 0:00 sleep 10
    root 6467 0.0 0.1 2720 808 pts/1 R+ 21:28 0:00 ps aux
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Please post your /etc/postfix/master.cf and the output of
    Code:
    netstat -tap
     
  11. dschmid

    dschmid New Member

    My main.cf

    # service type private unpriv chroot wakeup maxproc command + args
    # (yes) (yes) (yes) (never) (100)
    # ==========================================================================
    smtp inet n - n - - smtpd
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
    # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
    #628 inet n - n - - qmqpd
    pickup fifo n - n 60 1 pickup
    cleanup unix n - n - 0 cleanup
    qmgr fifo n - n 300 1 qmgr
    #qmgr fifo n - n 300 1 oqmgr
    #tlsmgr unix - - n 1000? 1 tlsmgr
    rewrite unix - - n - - trivial-rewrite
    bounce unix - - n - 0 bounce
    defer unix - - n - 0 bounce
    trace unix - - n - 0 bounce
    verify unix - - n - 1 verify
    flush unix n - n 1000? 0 flush
    proxymap unix - - n - - proxymap
    smtp unix - - n - - smtp
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay unix - - n - - smtp
    -o fallback_relay=
    # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq unix n - n - - showq
    error unix - - n - - error
    discard unix - - n - - discard
    local unix - n n - - local
    virtual unix - n n - - virtual
    lmtp unix - - n - - lmtp
    anvil unix - - n - 1 anvil
    #localhost:10025 inet n - n - - smtpd -o content_filter=
    scache unix - - n - 1 scachemaildrop unix - n n - - pipe
    flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
    cyrus unix - n n - - pipe
    user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
    uucp unix - n n - - pipe
    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    ifmail unix - n n - - pipe
    flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp unix - n n - - pipe
    flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
    procmail unix - n n - - pipe
    flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}


    and netstat -tap:

    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 5278/mysqld
    tcp 0 0 localhost:dyna-access *:* LISTEN 5767/clamd
    tcp 0 0 *:sunrpc *:* LISTEN 5149/portmap
    tcp 0 0 *:hosts2-ns *:* LISTEN 5865/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 8653/proftpd: (acce
    tcp 0 0 xxxxxxx.xxxxx:domain *:* LISTEN 6222/named
    tcp 0 0 localhost:domain *:* LISTEN 6222/named
    tcp 0 0 *:smtp *:* LISTEN 8611/master
    tcp 0 0 localhost:953 *:* LISTEN 6222/named
    tcp 0 0 localhost:vacdsm-sws *:* LISTEN 5582/fam
    tcp 0 0 *:imaps *:* LISTEN 5385/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 5414/couriertcpd
    tcp 0 0 *:pop3 *:* LISTEN 5399/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 5369/couriertcpd
    tcp 0 0 *:www-http *:* LISTEN 6082/httpd2-prefork
    tcp 0 0 *:ssh *:* LISTEN 5359/sshd
    tcp 0 0 *:smtp *:* LISTEN 8611/master
    tcp 0 0 localhost:953 *:* LISTEN 6222/named
    tcp 0 0 *:https *:* LISTEN 6082/httpd2-prefork
    tcp 0 2160 xxxx.xxxxxx:ssh dslb-xxx-063-xxx-:60827 VERBUNDEN 5454/1
     
  12. dschmid

    dschmid New Member

    Sorry I had done a mistake. Theres my new main.cf

    # service type private unpriv chroot wakeup maxproc command + args
    # (yes) (yes) (yes) (never) (100)
    # ==========================================================================
    smtp inet n - n - - smtpd
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
    # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
    #628 inet n - n - - qmqpd
    pickup fifo n - n 60 1 pickup
    cleanup unix n - n - 0 cleanup
    qmgr fifo n - n 300 1 qmgr
    #qmgr fifo n - n 300 1 oqmgr
    tlsmgr unix - - n 1000? 1 tlsmgr
    rewrite unix - - n - - trivial-rewrite
    bounce unix - - n - 0 bounce
    defer unix - - n - 0 bounce
    trace unix - - n - 0 bounce
    verify unix - - n - 1 verify
    flush unix n - n 1000? 0 flush
    proxymap unix - - n - - proxymap
    smtp unix - - n - - smtp
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay unix - - n - - smtp
    -o fallback_relay=
    # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq unix n - n - - showq
    error unix - - n - - error
    discard unix - - n - - discard
    local unix - n n - - local
    virtual unix - n n - - virtual
    lmtp unix - - n - - lmtp
    anvil unix - - n - 1 anvil
    #localhost:10025 inet n - n - - smtpd -o content_filter=
    scache unix - - n - 1 scachemaildrop unix - n n - - pipe
    flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
    cyrus unix - n n - - pipe
    user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
    uucp unix - n n - - pipe
    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    ifmail unix - n n - - pipe
    flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp unix - n n - - pipe
    flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
    procmail unix - n n - - pipe
    flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}

    netstat -tap gives me that:
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 5277/mysqld
    tcp 0 0 localhost:dyna-access *:* LISTEN 5761/clamd
    tcp 0 0 *:sunrpc *:* LISTEN 5148/portmap
    tcp 0 0 *:hosts2-ns *:* LISTEN 5843/ispconfig_http
    tcp 0 0 *:ftp *:* LISTEN 6214/proftpd: (acce
    tcp 0 0 h599539.serverko:domain *:* LISTEN 6197/named
    tcp 0 0 localhost:domain *:* LISTEN 6197/named
    tcp 0 0 localhost:953 *:* LISTEN 6197/named
    tcp 0 0 *:smtp *:* LISTEN 6128/master
    tcp 0 0 localhost:doom *:* LISTEN 5578/fam
    tcp 0 0 *:imaps *:* LISTEN 5384/couriertcpd
    tcp 0 0 *:pop3s *:* LISTEN 5416/couriertcpd
    tcp 0 0 *:pop3 *:* LISTEN 5398/couriertcpd
    tcp 0 0 *:imap *:* LISTEN 5368/couriertcpd
    tcp 0 0 *:www-http *:* LISTEN 6060/httpd2-prefork
    tcp 0 0 *:ssh *:* LISTEN 5362/sshd
    tcp 0 0 localhost:953 *:* LISTEN 6197/named
    tcp 0 0 *:smtp *:* LISTEN 6128/master
    tcp 0 0 *:https *:* LISTEN 6060/httpd2-pre

    And thats the output of /var/log/mail:
    ar 10 07:33:26 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 07:33:26 XXXXXX imapd-ssl: DISCONNECTED, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=40, starttls=1
    Mar 10 07:33:35 XXXXXX postfix/anvil[6515]: statistics: max connection rate 3/60s for (smtp:xx.xx.xx.xx) at Mar 10 07:28:26
    Mar 10 07:33:35 XXXXXX postfix/anvil[6515]: statistics: max connection count 1 for (smtp:xx.xx.xx.xx) at Mar 10 07:27:38
    Mar 10 07:33:35 XXXXXX postfix/anvil[6515]: statistics: max cache size 2 at Mar 10 07:30:15
    Mar 10 07:37:52 XXXXXX imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 10 07:37:52 XXXXXX imapd-ssl: LOGIN, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 10 07:38:32 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 07:38:32 XXXXXX imapd-ssl: LOGOUT, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=40, starttls=1
    Mar 10 07:42:54 XXXXXX imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 10 07:42:54 XXXXXX imapd-ssl: LOGIN, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 10 07:43:35 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 07:43:35 XXXXXX imapd-ssl: DISCONNECTED, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=41, starttls=1
    Mar 10 07:46:11 XXXXXX imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 10 07:46:11 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 07:46:11 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 07:46:11 XXXXXX imapd-ssl: DISCONNECTED, user=mailaccount, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=1096, starttls=1
    Mar 10 07:46:11 XXXXXX imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 10 07:46:11 XXXXXX imapd-ssl: Unexpected SSL connection shutdown.

    Sending emails is ok but when I try to download the messeges via outlook it seems to be ok but there come no messeges in and also no error message.
    When I try to login over webmail it's not possible or the browser try to download the php file.
     
  13. falko

    falko Super Moderator Howtoforge Staff

    I see you still haven't commented out that line. Please do it now and restart Postfix (btw, it's in /etc/postfix/master.cf, not main.cf).

    You must enable Maildir in ISPConfig: Management -> Server -> Settings -> Email.
     
    Last edited: Mar 10, 2006
  14. dschmid

    dschmid New Member

    :eek: that was a bad mistake. Ok i changed it and restart postfix. :D Outlook works with imaps and smtp spa authentification. But the webmail problem is stil on - takes a long time and then msglist.php download window comes up.

    Here comes my /var/log/mail after I restarted postfix and tried to log in over webmail and then to receive my messeges with outlook:

    Mar 10 15:47:01 xxx postfix/master[17170]: terminating on signal 15
    Mar 10 15:47:01 xxx postfix/postfix-script: starting the Postfix mail system
    Mar 10 15:47:01 xxx postfix/master[18100]: daemon started -- version 2.2.1, configuration /etc/postfix
    Mar 10 15:47:30 xxx pop3d: Connection, ip=[::ffff:127.0.0.1]
    Mar 10 15:47:30 xxx pop3d: LOGIN, user=xxx, ip=[::ffff:127.0.0.1]
    Mar 10 15:49:37 xxx pop3d: LOGOUT, user=xxx, ip=[::ffff:127.0.0.1], top=4626497, retr=0, time=127
    Mar 10 15:49:39 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.x]
    Mar 10 15:49:40 xxx imapd-ssl: LOGIN, user=xxx, ip=[::ffff:xx.xx.xx.x], protocol=IMAP
    Mar 10 15:49:40 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.x]
    Mar 10 15:49:41 xxx imapd-ssl: LOGIN, user=xxx, ip=[::ffff:xx.xx.xx.x], protocol=IMAP
    Mar 10 15:49:48 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.x]
    Mar 10 15:49:49 xxx imapd-ssl: LOGIN, user=xxx, ip=[::ffff:xx.xx.xx.x], protocol=IMAP
    Mar 10 15:50:22 xxx imapd-ssl: Unexpected SSL connection shutdown.
    Mar 10 15:50:22 xxx imapd-ssl: DISCONNECTED, user=xxx, ip=[::ffff:xx.xx.xx.x], headers=0, body=0, time=41, starttls=1
    Mar 10 15:50:22 xxx imapd-ssl: LOGOUT, user=xxx, ip=[::ffff:xx.xx.xx.x], headers=0, body=0, time=33, starttls=1
    Mar 10 15:51:07 xxx postfix/smtpd[18192]: warning: connect to private/tlsmgr: Connection refused
    Mar 10 15:51:07 xxx postfix/smtpd[18192]: warning: problem talking to server private/tlsmgr: Connection refused
    Mar 10 15:51:08 xxx postfix/smtpd[18192]: warning: connect to private/tlsmgr: Connection refused
    Mar 10 15:51:08 xxx postfix/smtpd[18192]: warning: problem talking to server private/tlsmgr: Connection refused
    Mar 10 15:51:08 xxx postfix/smtpd[18192]: warning: no entropy for TLS key generation: disabling TLS support
    Mar 10 15:51:08 xxx postfix/smtpd[18192]: connect from mxsmfpool04.xxx.com[xx.xxx.xxx.xxx]
    Mar 10 15:51:09 xxx postfix/smtpd[18192]: 86592238092: client=mxsmfpool04.xxx.com[xx.xxx.xxx.xxx]
    Mar 10 15:51:10 xxx postfix/cleanup[18196]: 86592238092: message-id=<1964765522.1142001804977.JavaMail.xxxapp@sj-v3eoa15>
    Mar 10 15:51:10 xxx postfix/qmgr[18109]: 86592238092: from=<[email protected]>, size=24210, nrcpt=1 (queue active)
    Mar 10 15:51:11 xxx postfix/smtpd[18192]: disconnect from mxsmfpool04.xxx.com[xx.xxx.xxx.xxx]
    Mar 10 15:51:13 xxx postfix/smtpd[18192]: connect from mail.xxx.de[xx.xx.xx.xx]
    Mar 10 15:51:13 xxx postfix/smtpd[18192]: AC919238093: client=mail.xxx.de[xx.xx.xx.xx]
    Mar 10 15:51:13 xxx postfix/cleanup[18196]: AC919238093: message-id=<1875901c64451$00cf8e80$5d2c683e@ABNTF>
    Mar 10 15:51:13 xxx postfix/qmgr[18109]: AC919238093: from=<[email protected]>, size=4387, nrcpt=1 (queue active)
    Mar 10 15:51:13 xxx postfix/smtpd[18192]: disconnect from mail.xxx.de[xx.xx.xx.xx]
    Mar 10 15:51:26 xxx procmail[18198]: Couldn't rename bogus "/var/spool/mail/xxx" into "/var/spool/mail/BOGUS.xxx.LHwI"
    Mar 10 15:51:27 xxx postfix/pickup[18108]: 0DDCD238095: uid=10004 from=<xxx>
    Mar 10 15:51:27 xxx postfix/cleanup[18196]: 0DDCD238095: message-id=<[email protected]>
    Mar 10 15:51:27 xxx postfix/qmgr[18109]: 0DDCD238095: from=<[email protected]>, size=376, nrcpt=1 (queue active)
    Mar 10 15:51:27 xxx postfix/local[18231]: 0DDCD238095: to=<[email protected]>, orig_to=<admispconfig@localhost>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:27 xxx postfix/qmgr[18109]: 0DDCD238095: removed
    Mar 10 15:51:29 xxx procmail[18200]: Couldn't rename bogus "/var/spool/mail/xxx" into "/var/spool/mail/BOGUS.xxx.LHwI"
    Mar 10 15:51:29 xxx postfix/pickup[18108]: E2FE6238095: uid=10004 from=<xxx>
    Mar 10 15:51:29 xxx postfix/cleanup[18196]: E2FE6238095: message-id=<[email protected]>
    Mar 10 15:51:30 xxx postfix/qmgr[18109]: E2FE6238095: from=<[email protected]>, size=375, nrcpt=1 (queue active)
    Mar 10 15:51:30 xxx postfix/local[18231]: E2FE6238095: to=<[email protected]>, orig_to=<admispconfig@localhost>, relay=local, delay=1, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:30 xxx postfix/qmgr[18109]: E2FE6238095: removed
    Mar 10 15:51:41 xxx postfix/smtpd[18192]: connect from mail.xxx.de[xxx.xxx.xx.xx]
    Mar 10 15:51:41 xxx postfix/smtpd[18192]: 4380E238094: client=mail.xxx.de[xxx.xxx.xx.xx]
    Mar 10 15:51:41 xxx postfix/cleanup[18196]: 4380E238094: message-id=<[email protected]>
    Mar 10 15:51:41 xxx postfix/qmgr[18109]: 4380E238094: from=<[email protected]>, size=815, nrcpt=1 (queue active)
    Mar 10 15:51:41 xxx postfix/smtpd[18192]: disconnect from mail.xxx.de[xxx.xxx.xx.xx]
    Mar 10 15:51:44 xxx procmail[18241]: Couldn't rename bogus "/var/spool/mail/xxx" into "/var/spool/mail/BOGUS.xxx.LHwI"
    Mar 10 15:51:44 xxx postfix/pickup[18108]: 4C575238096: uid=10004 from=<xxx>
    Mar 10 15:51:44 xxx postfix/cleanup[18196]: 4C575238096: message-id=<[email protected]>
    Mar 10 15:51:44 xxx postfix/qmgr[18109]: 4C575238096: from=<[email protected]>, size=376, nrcpt=1 (queue active)
    Mar 10 15:51:44 xxx postfix/local[18231]: 4C575238096: to=<[email protected]>, orig_to=<admispconfig@localhost>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:44 xxx postfix/qmgr[18109]: 4C575238096: removed
    Mar 10 15:51:46 xxx postfix/local[18197]: 86592238092: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=37, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:46 xxx postfix/cleanup[18196]: BEA36238095: message-id=<1964765522.1142001804977.JavaMail.xxxapp@sj-v3eoa15>
    Mar 10 15:51:46 xxx postfix/qmgr[18109]: BEA36238095: from=<[email protected]>, size=24359, nrcpt=1 (queue active)
    Mar 10 15:51:46 xxx postfix/local[18197]: 86592238092: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=37, status=sent (forwarded as BEA36238095)
    Mar 10 15:51:46 xxx postfix/qmgr[18109]: 86592238092: removed
    Mar 10 15:51:46 xxx postfix/smtp[18317]: warning: connect to private/tlsmgr: Connection refused
    Mar 10 15:51:46 xxx postfix/smtp[18317]: warning: problem talking to server private/tlsmgr: Connection refused
    Mar 10 15:51:47 xxx procmail[18277]: Couldn't rename bogus "/var/spool/mail/xxx" into "/var/spool/mail/BOGUS.xxx.LHwI"
    Mar 10 15:51:47 xxx postfix/pickup[18108]: 1E5A8238096: uid=10004 from=<xxx>
    Mar 10 15:51:47 xxx postfix/cleanup[18196]: 1E5A8238096: message-id=<[email protected]>
    Mar 10 15:51:47 xxx postfix/qmgr[18109]: 1E5A8238096: from=<[email protected]>, size=375, nrcpt=1 (queue active)
    Mar 10 15:51:47 xxx postfix/local[18197]: 1E5A8238096: to=<[email protected]>, orig_to=<admispconfig@localhost>, relay=local, delay=0, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:47 xxx postfix/qmgr[18109]: 1E5A8238096: removed
    Mar 10 15:51:47 xxx postfix/smtp[18317]: warning: connect to private/tlsmgr: Connection refused
    Mar 10 15:51:47 xxx postfix/smtp[18317]: warning: problem talking to server private/tlsmgr: Connection refused
    Mar 10 15:51:47 xxx postfix/smtp[18317]: warning: no entropy for TLS key generation: disabling TLS support
    Mar 10 15:51:47 xxx postfix/smtp[18317]: Host offered STARTTLS: [mx.xxxx.de]
    Mar 10 15:51:48 xxx postfix/smtp[18317]: BEA36238095: to=<[email protected]>, orig_to=<[email protected]>, relay=mx.xxxx.de[xxx.xx.xx.xx], delay=2, status=sent (250 OK id=1FHiqc-0005PJ-CQ)
    Mar 10 15:51:48 xxx postfix/qmgr[18109]: BEA36238095: removed
    Mar 10 15:51:49 xxx postfix/local[18199]: AC919238093: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=36, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:51:49 xxx postfix/cleanup[18196]: A41E9238092: message-id=<1875901c64451$00cf8e80$5d2c683e@ABNTF>
    Mar 10 15:51:49 xxx postfix/qmgr[18109]: A41E9238092: from=<[email protected]>, size=4536, nrcpt=1 (queue active)
    Mar 10 15:51:49 xxx postfix/local[18199]: AC919238093: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=36, status=sent (forwarded as A41E9238092)
    Mar 10 15:51:49 xxx postfix/qmgr[18109]: AC919238093: removed
    Mar 10 15:51:50 xxx postfix/smtp[18317]: Host offered STARTTLS: [mx.xxxx.de]
    Mar 10 15:51:50 xxx postfix/smtp[18317]: A41E9238092: to=<[email protected]>, orig_to=<[email protected]>, relay=mx.xxxx.de[xxx.xxx.xxx.xx], delay=1, status=sent (250 OK id=1FHiqe-0002hs-GU)
    Mar 10 15:51:50 xxx postfix/qmgr[18109]: A41E9238092: removed
    Mar 10 15:52:02 xxx procmail[18318]: Couldn't rename bogus "/var/spool/mail/xxx" into "/var/spool/mail/BOGUS.xxx.LHwI"
    Mar 10 15:52:02 xxx postfix/pickup[18108]: EEA83238093: uid=10004 from=<xxx>
    Mar 10 15:52:02 xxx postfix/cleanup[18196]: EEA83238093: message-id=<[email protected]>
    Mar 10 15:52:03 xxx postfix/qmgr[18109]: EEA83238093: from=<[email protected]>, size=374, nrcpt=1 (queue active)
    Mar 10 15:52:03 xxx postfix/local[18197]: EEA83238093: to=<[email protected]>, orig_to=<admispconfig@localhost>, relay=local, delay=1, status=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 10 15:52:03 xxx postfix/qmgr[18109]: EEA83238093: removed


    I don't understand why he has still the tlsmgr error in the log. :confused:
     
  15. falko

    falko Super Moderator Howtoforge Staff

  16. dschmid

    dschmid New Member

    That is the content of my master.cf:

    # ==========================================================================
    # service type private unpriv chroot wakeup maxproc command + args
    # (yes) (yes) (yes) (never) (100)
    # ==========================================================================
    smtp inet n - n - - smtpd
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    #smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
    # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
    #submission inet n - n - - smtpd
    # -o smtpd_etrn_restrictions=reject
    # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
    #628 inet n - n - - qmqpd
    pickup fifo n - n 60 1 pickup
    cleanup unix n - n - 0 cleanup
    qmgr fifo n - n 300 1 qmgr
    #qmgr fifo n - n 300 1 oqmgr
    #tlsmgr unix - - n 1000? 1 tlsmgr
    rewrite unix - - n - - trivial-rewrite
    bounce unix - - n - 0 bounce
    defer unix - - n - 0 bounce
    trace unix - - n - 0 bounce
    verify unix - - n - 1 verify
    flush unix n - n 1000? 0 flush
    proxymap unix - - n - - proxymap
    smtp unix - - n - - smtp
    # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
    relay unix - - n - - smtp
    -o fallback_relay=
    # -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
    showq unix n - n - - showq
    error unix - - n - - error
    discard unix - - n - - discard
    local unix - n n - - local
    virtual unix - n n - - virtual
    lmtp unix - - n - - lmtp
    anvil unix - - n - 1 anvil
    #localhost:10025 inet n - n - - smtpd -o content_filter=
    scache unix - - n - 1 scache
    maildrop unix - n n - - pipe
    flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
    cyrus unix - n n - - pipe
    user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}
    uucp unix - n n - - pipe
    flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
    ifmail unix - n n - - pipe
    flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
    bsmtp unix - n n - - pipe
    flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient
    procmail unix - n n - - pipe
    flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}


    And thats the down part of the main.cf:

    readme_directory = /usr/share/doc/packages/postfix/README_FILES
    inet_protocols = all
    biff = no
    mail_spool_directory = /var/mail
    canonical_maps = hash:/etc/postfix/canonical
    #virtual_maps = hash:/etc/postfix/virtual
    relocated_maps = hash:/etc/postfix/relocated
    transport_maps = hash:/etc/postfix/transport
    sender_canonical_maps = hash:/etc/postfix/sender_canonical
    masquerade_exceptions = root
    masquerade_classes = envelope_sender, header_sender, header_recipient
    myhostname = server1.$mydomain
    program_directory = /usr/lib/postfix
    inet_interfaces = all
    masquerade_domains =
    #mydestination = $myhostname, localhost.$mydomain
    defer_transports =
    disable_dns_lookups = no
    relayhost =
    mailbox_command =
    mailbox_transport =
    smtpd_sender_restrictions = hash:/etc/postfix/access
    smtpd_client_restrictions =
    smtpd_helo_required = no
    smtpd_helo_restrictions =
    strict_rfc821_envelopes = no
    smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination
    #smtpd_recipient_restrictions = permit_sasl_authenticated,permit_mynetworks,check_relay_domains
    #smtp_sasl_auth_enable = no
    smtpd_sasl_auth_enable = yes
    #smtpd_use_tls = yes
    smtp_use_tls = yes
    alias_maps = hash:/etc/aliases
    mailbox_size_limit = 0
    message_size_limit = 10240000
    mydomain = tuffstylez.de
    smtpd_sasl_local_domain =
    smtpd_sasl_security_options = noanonymous
    broken_sasl_auth_clients = yes
    smtpd_tls_auth_only = no
    smtp_tls_note_starttls_offer = yes
    smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
    smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
    smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
    smtpd_tls_loglevel = 1
    smtpd_tls_received_header = yes
    smtpd_tls_session_cache_timeout = 3600s
    tls_random_source = dev:/dev/urandom
    virtual_maps = hash:/etc/postfix/virtusertable
    mydestination = /etc/postfix/local-host-names



    Thats the output of /var/log/mail after a restart:

    Mar 11 15:48:55 xxx postfix/anvil[11214]: statistics: max cache size 3 at Mar 11 15:42:48
    Mar 11 17:17:56 xxx pop3d: Connection, ip=[::ffff:127.0.0.1]
    Mar 11 17:17:56 xxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
    Mar 11 17:19:04 xxx clamd[5761]: Pid file removed.
    Mar 11 17:19:04 xxx clamd[5761]: Exiting (clean)
    Mar 11 17:19:04 xxx clamd[5761]: --- Stopped at Sat Mar 11 17:19:04 2006
    Mar 11 17:19:05 xxx postfix/master[27396]: terminating on signal 15
    Mar 11 17:19:06 xxx authdaemond.plain: restarting authdaemond children
    Mar 11 17:19:06 xxx authdaemond.plain: modules="authcustom authcram authuserdb authldap authpam", daemons=5
    Mar 11 17:20:19 xxx authdaemond.plain: modules="authcustom authcram authuserdb authldap authpam", daemons=5
    Mar 11 17:20:25 xxx postfix/postfix-script: starting the Postfix mail system
    Mar 11 17:20:25 xxx postfix/master[5655]: daemon started -- version 2.2.1, configuration /etc/postfix
    Mar 11 17:20:29 xxx clamd[5761]: Daemon started.
    Mar 11 17:20:29 xxx clamd[5761]: clamd daemon 0.87.1 (OS: linux-gnu, ARCH: i386, CPU: i686)
    Mar 11 17:20:29 xxx clamd[5761]: Log file size limited to 1048576 bytes.
    Mar 11 17:20:29 xxx clamd[5761]: Running as user vscan (UID 65, GID 103)
    Mar 11 17:20:29 xxx clamd[5761]: Reading databases from /var/lib/clamav
    Mar 11 17:20:29 xxx clamd[5761]: Protecting against 41444 viruses.
    Mar 11 17:20:29 xxx clamd[5761]: Bound to address 127.0.0.1 on port 3310
    Mar 11 17:20:29 xxx clamd[5761]: Setting connection queue length to 15
    Mar 11 17:20:29 xxx clamd[5761]: Archive: Archived file size limit set to 10485760 bytes.
    Mar 11 17:20:29 xxx clamd[5761]: Archive: Recursion level limit set to 8.
    Mar 11 17:20:29 xxx clamd[5761]: Archive: Files limit set to 1000.
    Mar 11 17:20:29 xxx clamd[5761]: Archive: Compression ratio limit set to 250.
    Mar 11 17:20:29 xxx clamd[5761]: Archive support enabled.
    Mar 11 17:20:29 xxx clamd[5761]: Archive: RAR support disabled.
    Mar 11 17:20:29 xxx clamd[5761]: Portable Executable support enabled.
    Mar 11 17:20:29 xxx clamd[5761]: Mail files support enabled.
    Mar 11 17:20:29 xxx clamd[5761]: OLE2 support enabled.
    Mar 11 17:20:29 xxx clamd[5761]: HTML support enabled.
    Mar 11 17:20:29 xxx clamd[5761]: Self checking every 1800 seconds.
    Mar 11 17:20:38 xxx postfix/master[5655]: terminating on signal 15
    Mar 11 17:20:39 xxx postfix/postfix-script: starting the Postfix mail system
    Mar 11 17:20:39 xxx postfix/master[6128]: daemon started -- version 2.2.1, configuration /etc/postfix
    Mar 11 17:24:44 xxx pop3d: Connection, ip=[::ffff:127.0.0.1] ----Try to login over webmail not ok
    Mar 11 17:24:44 xxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
    Mar 11 17:26:53 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx] ----Receiving Mails with Outlook works
    Mar 11 17:26:56 xxx imapd-ssl: LOGIN, user=web1_info, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 11 17:26:56 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 11 17:26:56 xxx imapd-ssl: LOGIN, user=web1_info, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 11 17:27:02 xxx imapd-ssl: Connection, ip=[::ffff:xx.xx.xx.xx]
    Mar 11 17:27:02 xxx imapd-ssl: LOGIN, user=web1_info, ip=[::ffff:xx.xx.xx.xx], protocol=IMAP
    Mar 11 17:27:07 xxx pop3d: LOGOUT, user=web1_info, ip=[::ffff:127.0.0.1], top=4676652, retr=0, time=143
    Mar 11 17:27:32 xxx pop3d: Connection, ip=[::ffff:127.0.0.1]
    Mar 11 17:27:32 xxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
    Mar 11 17:27:37 xxx imapd-ssl: LOGOUT, user=web1_info, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=35, starttls=1
    Mar 11 17:27:37 xxx imapd-ssl: Unexpected SSL connection shutdown.
    Mar 11 17:27:37 xxx imapd-ssl: DISCONNECTED, user=web1_info, ip=[::ffff:xx.xx.xx.xx], headers=0, body=0, time=41, starttls=1
    Mar 11 17:27:51 xxx imapd-ssl: Unexpected SSL connection shutdown. :confused:
    Mar 11 17:27:51 xxx imapd-ssl: DISCONNECTED, user=web1_info, ip=[::ffff:xx.xx.xx.xx], headers=0, body=53712, time=55, starttls=1


    Now webmail opens and gives me that php error:

    Warning: reset() [function.reset]: Passed variable is not an array or object in /home/admispconfig/ispconfig/web/webmail/msglist.php on line 180

    and only one message with no_subject and date and time of login. :confused:
     
  17. falko

    falko Super Moderator Howtoforge Staff

    So the tlsmgr warning is gone. :)
    Did you update the webmail package? http://www.howtoforge.com/forums/showthread.php?t=2842
     
  18. dschmid

    dschmid New Member

    Hello, yes I followed the instructions in this thread and now it was once possible to log in my account without an PHP error, and to send an email. :D
    But viewing of my Inbox was not possible but I can see that all emails are there (overview).
    But it works not every time and then it happens the same like before that the download window for msglist.php pops up or nothing happens and the site stops loading. That is the only output of /var/log/mail when I try to login:
    Mar 13 19:10:42 xxxxxx pop3d: Connection, ip=[::ffff:127.0.0.1]
    Mar 13 19:10:42 xxxxxx pop3d: LOGIN, user=web1_xxx, ip=[::ffff:127.0.0.1]

    Thank you for the excelent help!!!
     
  19. falko

    falko Super Moderator Howtoforge Staff

    Does it happen both in Firefox and Internet Explorer?
     
  20. dschmid

    dschmid New Member

    Hello. So i tried it most time with Firefox 1.5 on my Linux machine at home and also with a XP machine including IE6 SP1 at work. And I see at my mail log when he tries to passes on the mail to my other account I got the same :mad: tlsmgr error like before. Here is my mail log again:


    Mar 14 14:30:51 xxxx postfix/qmgr[18194]: 6CB58238096: removed
    Mar 14 14:30:52 xxxx postfix/smtp[31734]: Host offered STARTTLS: [mx.xxxx.
    de]
    Mar 14 14:30:52 xxxx postfix/smtp[31734]: DCA7423808F: to=<xxxx@xxxx
    .de>, orig_to=<[email protected]>, relay=mx.xxxx.de[xx.xxx.xx.xx], delay=1,
    status=sent (250 OK id=1FJ9UD-0004e9-Iy)
    Mar 14 14:30:52 xxxx postfix/qmgr[18194]: DCA7423808F: removed
    Mar 14 14:31:31 xxxx postfix/smtpd[31584]: connect from mxpool14.xxxx.com[66.
    135.197.20]
    Mar 14 14:31:32 xxxx postfix/smtpd[31584]: 6395C23808F: client=mxpool14.xxxx.
    com[xx.xxx.xx.xx5.197.20]
    Mar 14 14:31:32 xxxx postfix/cleanup[31588]: 6395C23808F: message-id=<2031452
    211.1142342611852.JavaMail.xxxxapp@sj-v3api509>
    Mar 14 14:31:33 xxxx postfix/qmgr[18194]: 6395C23808F: from=<listconfirm@xxxx
    .de>, size=20256, nrcpt=1 (queue active)
    Mar 14 14:31:33 xxxx postfix/smtpd[31584]: disconnect from mxpool14.xxxx.com[
    xx.xxx.xx.xx5.197.20]
    Mar 14 14:31:49 xxxx procmail[31930]: Couldn't rename bogus "/var/spool/mail/
    web1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI"
    Mar 14 14:31:49 xxxx postfix/pickup[31565]: 764A9238095: uid=10004 from=<web1
    _xxxx>
    Mar 14 14:31:49 xxxx postfix/cleanup[31588]: 764A9238095: message-id=<2006031
    [email protected]>
    Mar 14 14:31:49 xxxx postfix/qmgr[18194]: 764A9238095: from=<web1_xxxx@server
    1.xxxx.de>, size=376, nrcpt=1 (queue active)
    Mar 14 14:31:49 xxxx postfix/local[31593]: 764A9238095: to=<admispconfig@loca
    lhost.xxxx.de>, orig_to=<admispconfig@localhost>, relay=local, delay=0, st
    atus=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 14 14:31:49 xxxx postfix/qmgr[18194]: 764A9238095: removed
    Mar 14 14:32:06 xxxx procmail[31970]: Couldn't rename bogus "/var/spool/mail/
    web1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI"
    Mar 14 14:32:06 xxxx postfix/pickup[31565]: 93913238095: uid=10004 from=<web1
    _xxxx>
    Mar 14 14:32:06 xxxx postfix/cleanup[31588]: 93913238095: message-id=<2006031
    [email protected]>
    Mar 14 14:32:06 xxxx postfix/qmgr[18194]: 93913238095: from=<web1_xxxx@server
    1.xxxx.de>, size=376, nrcpt=1 (queue active)
    Mar 14 14:32:06 xxxx postfix/local[31589]: 93913238095: to=<admispconfig@loca
    lhost.xxxx.de>, orig_to=<admispconfig@localhost>, relay=local, delay=0, st
    atus=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 14 14:32:06 xxxx postfix/qmgr[18194]: 93913238095: removed
    Mar 14 14:32:08 xxxx postfix/local[31623]: 6395C23808F: to=<web1_xxxx@server1
    .xxxx.de>, orig_to=<[email protected]>, relay=local, delay=36, status=sen
    t (delivered to command: /usr/bin/procmail -f-)
    Mar 14 14:32:08 xxxx postfix/cleanup[31588]: CB710238094: message-id=<2031452
    211.1142342611852.JavaMail.xxxxapp@sj-v3api509>
    Mar 14 14:32:08 xxxx postfix/qmgr[18194]: CB710238094: from=<listconfirm@xxxx
    .de>, size=20405, nrcpt=1 (queue active)
    Mar 14 14:32:08 xxxx postfix/local[31623]: 6395C23808F: to=<web1_xxxx@server1
    .xxxx.de>, orig_to=<[email protected]>, relay=local, delay=36, status=sen
    t (forwarded as CB710238094)
    Mar 14 14:32:08 xxxx postfix/qmgr[18194]: 6395C23808F: removed
    Mar 14 14:32:08 xxxx postfix/smtp[31734]: Host offered STARTTLS: [mx.xxxx.
    de]
    Mar 14 14:32:09 xxxx postfix/smtp[31734]: CB710238094: to=<xxxx@xxxx
    .de>, orig_to=<[email protected]>, relay=mx.xxxx.de[xx.xxx.xx.xx], delay=1,
    status=sent (250 OK id=1FJ9VS-000833-HG)
    Mar 14 14:32:09 xxxx postfix/qmgr[18194]: CB710238094: removed
    Mar 14 14:34:53 xxxx postfix/anvil[31586]: statistics: max connection rate 1/
    60s for (smtp:xx.xxx.xx.xx5.197.16) at Mar 14 14:29:31
    Mar 14 14:34:53 xxxx postfix/anvil[31586]: statistics: max connection count 1
    for (smtp:xx.xxx.xx.xx5.197.16) at Mar 14 14:29:31
    Mar 14 14:34:53 xxxx postfix/anvil[31586]: statistics: max cache size 4 at Ma
    r 14 14:29:50
    Mar 14 15:00:01 xxxx postfix/pickup[31565]: F29D4238094: uid=0 from=<root>
    Mar 14 15:00:02 xxxx postfix/cleanup[32393]: F29D4238094: message-id=<2006031
    [email protected]>
    Mar 14 15:00:02 xxxx postfix/qmgr[18194]: F29D4238094: from=<[email protected]
    fstylez.de>, size=616, nrcpt=1 (queue active)
    Mar 14 15:00:02 xxxx postfix/local[32395]: F29D4238094: to=<[email protected]
    stylez.de>, orig_to=<root>, relay=local, delay=1, status=sent (delivered to mail
    box)
    Mar 14 15:00:02 xxxx postfix/qmgr[18194]: F29D4238094: removed
    Mar 14 15:57:22 xxxx postfix/smtpd[688]: warning: connect to private/tlsmgr:
    Connection refused
    Mar 14 15:57:22 xxxx postfix/smtpd[688]: warning: problem talking to server p
    rivate/tlsmgr: Connection refused
    Mar 14 15:57:23 xxxx postfix/smtpd[688]: warning: connect to private/tlsmgr:
    Connection refused
    Mar 14 15:57:23 xxxx postfix/smtpd[688]: warning: problem talking to server p
    rivate/tlsmgr: Connection refused
    Mar 14 15:57:23 xxxx postfix/smtpd[688]: warning: no entropy for TLS key gene
    ration: disabling TLS support
    Mar 14 15:57:23 xxxx postfix/smtpd[688]: connect from mxpool09.xxxx.com[xx.xxx.xx.xx
    5.197.15]
    Mar 14 15:57:24 xxxx postfix/smtpd[688]: 70B0123808F: client=mxpool09.xxxx.co
    m[xx.xxx.xx.xx]
    Mar 14 15:57:24 xxxx postfix/cleanup[692]: 70B0123808F: message-id=<145016068
    1.1142347762549.JavaMail.SYSTEM@rc-v3conta009>
    Mar 14 15:57:25 xxxx postfix/qmgr[18194]: 70B0123808F: from=<[email protected]>,
    size=22230, nrcpt=1 (queue active)
    Mar 14 15:57:25 xxxx postfix/smtpd[688]: disconnect from mxpool09.xxxx.com[66
    .135.197.15]
    Mar 14 15:57:41 xxxx procmail[694]: Couldn't rename bogus "/var/spool/mail/we
    b1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI"
    Mar 14 15:57:41 xxxx postfix/pickup[683]: ABB15238095: uid=10004 from=<web1_i
    nfo>
    Mar 14 15:57:41 xxxx postfix/cleanup[692]: ABB15238095: message-id=<200603141
    [email protected]>
    Mar 14 15:57:41 xxxx postfix/qmgr[18194]: ABB15238095: from=<web1_xxxx@server
    1.xxxx.de>, size=376, nrcpt=1 (queue active)
    Mar 14 15:57:41 xxxx postfix/local[725]: ABB15238095: to=<admispconfig@localh
    ost.xxxx.de>, orig_to=<admispconfig@localhost>, relay=local, delay=0, stat
    us=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 14 15:57:41 xxxx postfix/qmgr[18194]: ABB15238095: removed
    Mar 14 15:57:58 xxxx procmail[736]: Couldn't rename bogus :confused: "/var/spool/mail/we
    b1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI"
    Mar 14 15:57:58 xxxx postfix/pickup[683]: EF12A238095: uid=10004 from=<web1_i
    nfo>
    Mar 14 15:57:58 xxxx postfix/cleanup[692]: EF12A238095: message-id=<200603141
    [email protected]>
    Mar 14 15:57:59 xxxx postfix/qmgr[18194]: EF12A238095: from=<web1_xxxx@server
    1.xxxx.de>, size=376, nrcpt=1 (queue active)
    Mar 14 15:57:59 xxxx postfix/local[725]: EF12A238095: to=<admispconfig@localh
    ost.xxxx.de>, orig_to=<admispconfig@localhost>, relay=local, delay=1, stat
    us=sent (delivered to command: /usr/bin/procmail -f-)
    Mar 14 15:57:59 xxxx postfix/qmgr[18194]: EF12A238095: removed
    Mar 14 15:58:01 xxxx postfix/local[693]: 70B0123808F: to=<[email protected]
    uffstylez.de>, orig_to=<[email protected]>, relay=local, delay=37, status=sent
    (delivered to command: /usr/bin/procmail -f-)
    Mar 14 15:58:01 xxxx postfix/cleanup[692]: 87598238094: message-id=<145016068
    1.1142347762549.JavaMail.SYSTEM@rc-v3conta009>
    Mar 14 15:58:01 xxxx postfix/qmgr[18194]: 87598238094: from=<[email protected]>,
    size=22379, nrcpt=1 (queue active)
    Mar 14 15:58:01 xxxx postfix/local[693]: 70B0123808F: to=<[email protected]
    uffstylez.de>, orig_to=<[email protected]>, relay=local, delay=37, status=sent
    (forwarded as 87598238094)
    Mar 14 15:58:01 xxxx postfix/qmgr[18194]: 70B0123808F: removed
    Mar 14 15:58:01 xxxx postfix/smtp[776]: warning: connect to private/tlsmgr: C
    onnection refused
    Mar 14 15:58:01 xxxx postfix/smtp[776]: warning: problem talking to server pr
    ivate/tlsmgr: Connection refused
    Mar 14 15:58:02 xxxx postfix/smtp[776]: warning: connect to private/tlsmgr: C
    onnection refused
    Mar 14 15:58:02 xxxx postfix/smtp[776]: warning: problem talking to server pr
    ivate/tlsmgr: Connection refused
    Mar 14 15:58:02 xxxx postfix/smtp[776]: warning: no entropy for TLS key gener
    ation: disabling TLS support
    Mar 14 15:58:02 xxxx postfix/smtp[776]: Host offered STARTTLS: [mx.xxxx.de
    ]
    Mar 14 15:58:02 xxxx postfix/smtp[776]: 87598238094: to=<[email protected]
    e>, orig_to=<[email protected]>, relay=mx.xxxx.de[xx.xxx.xx.xx], delay=1, s
    tatus=sent (250 OK id=1FJAqa-000601-1E)
    Mar 14 15:58:02 xxxx postfix/qmgr[18194]: 87598238094: removed
    Mar 14 16:00:45 xxxx postfix/anvil[690]: statistics: max connection rate 1/60
    s for (smtp:xx.xxx.xx.xx) at Mar 14 15:57:23
    Mar 14 16:00:45 xxxx postfix/anvil[690]: statistics: max connection count 1 f
    or (smtp:xx.xxx.xx.xx) at Mar 14 15:57:23
    Mar 14 16:00:45 xxxx postfix/anvil[690]: statistics: max cache size 1 at Mar


    But sending and receiving with outlook is still on possible. Do you think this line: Couldn't rename bogus "/var/spool/mail/we
    b1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI" could be one reason for my problems???
     
Thread Status:
Not open for further replies.

Share This Page