View Full Version : tlsmgr webmail problem, suse 9.3 perfect setup
dschmid
8th March 2006, 21:52
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=<xxxxx@xxxxxxx.de>, orig_to=<info@xxxxxxx.de>, 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
JaJunk
8th March 2006, 23:44
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
dschmid
9th March 2006, 08:51
Yes there are this five files:
cacert.pem cakey.pem smtpd.crt smtpd.csr smtpd.key
falko
9th March 2006, 09:40
I have also Problems to receive emails with microsoft outlook 2003 using imaps
Regarding the IMAPS problem, take a look here: http://www.howtoforge.com/forums/showthread.php?t=1938
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
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=781
dschmid
9th March 2006, 19:46
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
dschmid
9th March 2006, 20:29
Do you think thats usefull to update to V 2.2 of ISP config. I had installed the server in november.
falko
9th March 2006, 20:46
But after key generation and still on the same problem. Have i to generate a new key after that??
Did you restart Postfix afterwards?
Do you think thats usefull to update to V 2.2 of ISP config.You can do so, but that's not the reason for your problems.
dschmid
9th March 2006, 21:18
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=<20060309200001.7ED9B238094@server1.xxxxxx.de>
Mar 9 21:00:01 xxxxxx postfix/qmgr[8780]: 7ED9B238094: from=<root@server1.xxxxxx.de>, size=616, nrcpt=1 (queue active)
Mar 9 21:00:01 xxxxxx postfix/local[28371]: 7ED9B238094: to=<root@server1.xxxxxx.de>, 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=<admin@callaevans.com>, 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=<admin@callaevans.com>, 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=<xxxxxx@xxxxxx.de>, orig_to=<info@xxxxxx.de>, 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.
dschmid
9th March 2006, 21:24
"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
falko
9th March 2006, 22:30
Please post your /etc/postfix/master.cf and the output of netstat -tap
dschmid
9th March 2006, 23:58
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_authenticate d,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
dschmid
10th March 2006, 07:51
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_authenticate d,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.
falko
10th March 2006, 09:51
tlsmgr unix - - n 1000? 1 tlsmgr
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).
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.You must enable Maildir in ISPConfig: Management -> Server -> Settings -> Email.
dschmid
10th March 2006, 16:10
: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=<endofitem@xxx.de>, 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=<info@xxxx.de>, 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=<20060310145127.0DDCD238095@server1.xxxx.de>
Mar 10 15:51:27 xxx postfix/qmgr[18109]: 0DDCD238095: from=<xxx@server1.xxxx.de>, size=376, nrcpt=1 (queue active)
Mar 10 15:51:27 xxx postfix/local[18231]: 0DDCD238095: to=<admispconfig@localhost.xxxx.de>, 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=<20060310145129.E2FE6238095@server1.xxxx.de>
Mar 10 15:51:30 xxx postfix/qmgr[18109]: E2FE6238095: from=<xxx@server1.xxxx.de>, size=375, nrcpt=1 (queue active)
Mar 10 15:51:30 xxx postfix/local[18231]: E2FE6238095: to=<admispconfig@localhost.xxxx.de>, 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=<200603101543.58952.xxxx@xxx.net>
Mar 10 15:51:41 xxx postfix/qmgr[18109]: 4380E238094: from=<xxxx@xxx.net>, 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=<20060310145144.4C575238096@server1.xxxx.de>
Mar 10 15:51:44 xxx postfix/qmgr[18109]: 4C575238096: from=<xxx@server1.xxxx.de>, size=376, nrcpt=1 (queue active)
Mar 10 15:51:44 xxx postfix/local[18231]: 4C575238096: to=<admispconfig@localhost.xxxx.de>, 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=<xxx@server1.xxxx.de>, orig_to=<info@xxxx.de>, 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=<endofitem@xxx.de>, size=24359, nrcpt=1 (queue active)
Mar 10 15:51:46 xxx postfix/local[18197]: 86592238092: to=<xxx@server1.xxxx.de>, orig_to=<info@xxxx.de>, 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=<20060310145147.1E5A8238096@server1.xxxx.de>
Mar 10 15:51:47 xxx postfix/qmgr[18109]: 1E5A8238096: from=<xxx@server1.xxxx.de>, size=375, nrcpt=1 (queue active)
Mar 10 15:51:47 xxx postfix/local[18197]: 1E5A8238096: to=<admispconfig@localhost.xxxx.de>, 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=<xxxx@xxxx.de>, orig_to=<info@xxxx.de>, 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=<xxx@server1.xxxx.de>, orig_to=<info@xxxx.de>, 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=<info@xxxx.de>, size=4536, nrcpt=1 (queue active)
Mar 10 15:51:49 xxx postfix/local[18199]: AC919238093: to=<xxx@server1.xxxx.de>, orig_to=<info@xxxx.de>, 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=<xxxx@xxxx.de>, orig_to=<info@xxxx.de>, 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=<20060310145202.EEA83238093@server1.xxxx.de>
Mar 10 15:52:03 xxx postfix/qmgr[18109]: EEA83238093: from=<xxx@server1.xxxx.de>, size=374, nrcpt=1 (queue active)
Mar 10 15:52:03 xxx postfix/local[18197]: EEA83238093: to=<admispconfig@localhost.xxxx.de>, 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:
falko
11th March 2006, 11:21
I don't understand why he has still the tlsmgr error in the log. :confused:
See my last post: http://www.howtoforge.com/forums/showpost.php?p=18511&postcount=13
dschmid
11th March 2006, 17:48
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_authenticate d,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:
falko
11th March 2006, 21:18
So the tlsmgr warning is gone. :)
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:
Did you update the webmail package? http://www.howtoforge.com/forums/showthread.php?t=2842
dschmid
13th March 2006, 19:19
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!!!
falko
13th March 2006, 23:38
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.
Does it happen both in Firefox and Internet Explorer?
dschmid
14th March 2006, 18:21
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=<xxxx@xxxx.de>, 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
4133149.764A9238095@server1.xxxx.de>
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
4133206.93913238095@server1.xxxx.de>
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=<xxxx@xxxx.de>, 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=<xxxx@xxxx.de>, 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=<xxxx@xxxx.de>, 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
4140001.F29D4238094@server1.xxxx.de>
Mar 14 15:00:02 xxxx postfix/qmgr[18194]: F29D4238094: from=<root@server1.tuf
fstylez.de>, size=616, nrcpt=1 (queue active)
Mar 14 15:00:02 xxxx postfix/local[32395]: F29D4238094: to=<root@server1.tuff
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=<member@xxxx.de>,
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
45741.ABB15238095@server1.xxxx.de>
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
45758.EF12A238095@server1.xxxx.de>
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=<web1_xxxx@server1.t
uffstylez.de>, orig_to=<xxxx@xxxx.de>, 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=<member@xxxx.de>,
size=22379, nrcpt=1 (queue active)
Mar 14 15:58:01 xxxx postfix/local[693]: 70B0123808F: to=<web1_xxxx@server1.t
uffstylez.de>, orig_to=<xxxx@xxxx.de>, 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=<xxxx@xxxx.d
e>, orig_to=<xxxx@xxxx.de>, 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???
falko
14th March 2006, 18:40
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
Did you maybe enable tlsmgr again in /etc/postfix/master.cf?
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"
This happens because of some permissions problem, or the mail box is busy (maybe because the POP3 daemon is reading, or because a lock hasn't been removed).
Please post the output of ls -la /var/spool/mail/
dschmid
14th March 2006, 19:53
Thank you for the fast help. Here is my master.cf:
# Postfix master process configuration file. For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ================================================== ========================
# 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_authenticate d,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
#
# ================================================== ==================
# 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.
# ================================================== ==================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
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 that is the output of "ls -la /var/spool/mail":
drwxrwxrwt 2 root root 4096 2006-03-14 15:00 .
drwxr-xr-x 10 root root 4096 2005-06-28 15:55 ..
-rw------- 1 admispconfig mail 0 2005-11-16 17:55 admispconfig
-rw------- 1 root root 407950 2006-03-14 15:00 root
-rw------- 1 web1_xxx web1 0 2005-11-16 18:27 web1_xxx
-rw------- 1 10002:confused: web1 7648 2005-11-16 22:45 web1_info
Yes :D I think you found the problem. My /etc/passwd gives me userid 10004 for web1_info. But how could this happen. Userid 10002 and 10003 don't exist. Could it be possible that i erased the info account and created it then twice? But why worked it over two months only with long loading times by loggin webmail? :confused:
Sorry for my bad english.
falko
15th March 2006, 00:31
Please run
chown web1_info /var/spool/mail/web1_info
dschmid
16th March 2006, 19:21
Sorry for my late answer. I had done "ls / -laR | grep 10002" before
-rw------- 1 web1_info web1 21187 2006-02-08 11:07 1139393232.10002_0.x:2,S
-rw------- 1 10002 web1 7329 2005-11-16 22:44 quota.web1_info
-rw-r--r-- 1 root root 10002 2005-03-22 13:28 dialogs.html
-rw------- 1 10002 web1 7648 2005-11-16 22:45 web1_info
/bin/ls: Lesen der symbolischen Verknüpfung /proc/10/exe nicht möglich: Datei oder Verzeichnis nicht gefunden
/bin/ls: Lesen der symbolischen Verknüpfung /proc/10/task/10/exe nicht möglich: Datei oder Verzeichnis nicht gefunden
/bin/ls: Lesen der symbolischen Verknüpfung /proc/1083/exe nicht möglich: Datei oder Verzeichnis nicht gefunden
....
and then changed the ownership the web1_info and of the quota file too.
After that I restarted postfix and then it's still the same as before. /var/log/mail shows:
Mar 16 19:16:59 xxxxx postfix/master[31527]: terminating on signal 15
Mar 16 19:17:01 xxxxx postfix/postfix-script: starting the Postfix mail system
Mar 16 19:17:01 xxxxx postfix/master[19547]: daemon started -- version 2.2.1, configuration /etc/postfix
Mar 16 19:17:16 xxxxx pop3d: Connection, ip=[::ffff:127.0.0.1]
Mar 16 19:17:16 xxxxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
Mar 16 19:19:33 xxxxx pop3d: LOGOUT, user=web1_info, ip=[::ffff:127.0.0.1], top=5063651, retr=0, time=137
Mar 16 19:20:03 xxxxx pop3d: Connection, ip=[::ffff:127.0.0.1]
Mar 16 19:20:03 xxxxx pop3d: LOGIN, user=web1_info, ip=[::ffff:127.0.0.1]
falko
17th March 2006, 12:04
The mail log looks ok. No couldn't rename bogus "/var/spool/mail/web1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI" errors anymore.
dschmid
17th March 2006, 23:41
Yes this error
couldn't rename bogus "/var/spool/mail/web1_xxxx" into "/var/spool/mail/BOGUS.web1_xxxx.LHwI"
is gone but it's still not possible to login webmail with the info account.
Now the owner of the other email account is back from holidays and with his account login in is no problem :confused: Do you think it's possible that we have saved too much emails (about 3500 very small sizes) and that out that exporting of the mails and recreating the account is the best way to solve this problem?
falko
18th March 2006, 11:00
If other logins are working you should double-check your username and password again. For the ISPConfig webmail package, you must use an email address as username, not the real username.
Does the login work with an email client such as Outlook or Thunderbird (in these applications you must use the real username)?
dschmid
18th March 2006, 14:48
Yes with Outlook there is no problem. And when I give in the wrong password over webmail the wrong password site opens directly. Only when I use the Info account with correct password the site is loading and loading till it stops at login form. And at this time login into ispconfig site as admin is not possible too.
falko
18th March 2006, 23:03
You should check that you have the correct URL in /home/admispconfig/ispconfig/lib/config.inc.php and the correct ServerName in /root/ispconfig/httpd/conf/httpd.conf.
dschmid
19th March 2006, 15:01
Hello, in the /home/admispconfig/ispconfig/lib/config.inc.php the ServerName was ok. But in the /root/ispconfig/httpd/conf/httpd.conf the ServerName line was uncomment. I changed this restarted ispconfig_server and login in was succesfull but takes about 2 minutes and ispconfig_httpd runs at 98% of CPU. :D
After that I restarted the server and loggin in over webmail was not succesfully. :mad:
The mail log is ok. Loggin in with the other mail account (under 100 emails the info account has about 3500) is ok every time.
That is the output of top when don't work:
6786 admispco 15 0 21908 18m 3088 S 4.3 3.8 0:03.01 ispconfig_httpd
6922 web1_inf 15 0 1740 912 460 S 0.7 0.2 0:01.40 pop3d
5277 mysql 16 0 98.8m 16m 3796 S 0.3 3.3 0:01.32 mysqld
6777 root 16 0 2056 992 752 R 0.3 0.2 0:00.91 top
1 root 16 0 680 248 216 S 0.0 0.0 0:00.83 init
till
19th March 2006, 22:04
Please have a look here:
http://www.howtoforge.com/forums/showthread.php?t=2829
and try the solution i posted in post #5, then restart the ISPConfig server:
/etc/init.d/ispconfig_server restart
dschmid
20th March 2006, 19:04
I am still using v2.1 of ISPconfig and the /home/admispconfig/ispconfig/lib/config.inc.php was like this.
Do you think it's ok?
You had tell me that Updating to version 2.2 will not solve my problem so I did it not.
Do you still think so or will an update be better?
/**********************************************
* System Settings
**********************************************/
$go_info["server"]["dir_trenner"] = "/";
$go_info["server"]["server_root"] = "/home/admispconfig/ispconfig";
$go_info["server"]["server_url"] = "https://www.mydomain.de:81";
$go_info["server"]["include_root"] = $go_info["server"]["server_root"] . $go_info["server"]["dir_trenner"] ."lib";
$go_info["server"]["classes_root"] = $go_info["server"]["include_root"] . $go_info["server"]["dir_trenner"] ."classes";
$go_info["server"]["temp_dir"] = $go_info["server"]["server_root"] . $go_info["server"]["dir_trenner"] ."temp";
$go_info["server"]["files_dir"] = $go_info["server"]["server_root"] . $go_info["server"]["dir_trenner"] ."files";
$go_info["server"]["backup_dir"] = $go_info["server"]["server_root"] . $go_info["server"]["dir_trenner"] ."backup";
$go_info["server"]["version"] = "2.1.0";
$go_info["server"]["os"] = "linux";
$go_info["server"]["ort"] = "local";
$go_info["server"]["banner"] = "0";
$go_info["server"]["db_host"] = "localhost";
$go_info["server"]["db_name"] = "db_ispconfig";
$go_info["server"]["db_user"] = "root";
$go_info["server"]["db_password"] = "mypasword";
$go_info["server"]["db_type"] = "mysql";
$go_info["server"]["mail_server"] = "";
$go_info["server"]["mail_user"] = "";
$go_info["server"]["mail_password"] = "";
$go_info["server"]["smtp_server"] = "localhost";
$go_info["server"]["mode"] = "";
$go_info["server"]["lang"] = "de";
$go_info["server"]["postfix_config"] = 1; // 1 = SENDMAIL-STYLE, 2 = POSTFIX-STYLE
$go_info["server"]["smtp_restart"] = 1; // 1 = stop/start, 2 = restart
$go_info["server"]["network_config"] = 1; // 0 = none, 1 = automatic
falko
20th March 2006, 22:50
Looks ok. Please make sure that https://www.mydomain.de:81 is the correct URL.
dschmid
20th March 2006, 23:47
Yes it's my domain i have entered everywhere. But I have also the domain that my provider has me given myhostname.serverkompetenz.net (Strato).
falko
21st March 2006, 18:07
Make sure www.mydomain.de points to the correct IP address.
dschmid
22nd March 2006, 18:21
The IP adress is my only IP address and is the correct one. Do you think that the problem can be that my hostname is xxxx.serverkompetenz.net and not xxx.mydomain.de, but why works the other email it's mydomain.de too.
falko
23rd March 2006, 00:37
Do you see the ISPConfig login screen when you use the serverkompetenz address?
Please post the output of netstat -tap
dschmid
25th March 2006, 13:43
Yes i came with the serverkompetenz address to login screen for ispconfig. That is the output of netstat -tap:
Aktive Internetverbindungen (Server und stehende Verbindungen)
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
5144/portmap
tcp 0 0 *:hosts2-ns *:* LISTEN
5843/ispconfig_http
tcp 0 0 *:ftp *:* LISTEN
2420/proftpd: (acce
tcp 0 0 xxx.serverko:domain *:* LISTEN
6197/named
tcp 0 0 localhost:domain *:* LISTEN
6197/named
tcp 0 0 *:smtp *:* LISTEN
2381/master
tcp 0 0 localhost:953 *:* LISTEN
6197/named
tcp 0 0 localhost:doom *:* LISTEN
5578/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 6060/httpd2-prefork
tcp 0 0 *:ssh *:* LISTEN 5362/sshd
tcp 0 0 *:smtp *:* LISTEN 2381/master
tcp 0 0 localhost:953 *:* LISTEN 6197/named
tcp 0 0 *:https *:* LISTEN 6060/httpd2-prefork
tcp 0 0 xxxx.serverkom:https dslb-084-063-0xx-:41831 TIME_WAIT -
tcp 0 2160 xxxx.serverkompe:ssh dslb-084-063-0xx-:52930 VERBUNDEN 13762/0
I will setup a new server in two weeks when the problem then is still on I will setup the other server for my domains. And then install my first server new.
But I hope it will work. Thank you for your help.
falko
25th March 2006, 14:14
Ok, ISPConfig is working. If xxx.mydomain.de points to the correct IP address, at least the login screen should pop up when you use https://xxx.mydomain.de:81.
dschmid
25th March 2006, 18:02
Yes https://xxxx.mydomain.de:81 works too. But when I want to go to webmail i get redirected to https://www.mydomain.de:81
till
25th March 2006, 23:44
Yes https://xxxx.mydomain.de:81 works too. But when I want to go to webmail i get redirected to https://www.mydomain.de:81
Thats normal. ISPConfig webinterface and webmail must be used with your main domain specified during ISPConfig setup.
falko
26th March 2006, 11:03
But when I want to go to webmail i get redirected to https://www.mydomain.de:81
If you want to change this, you must change the ServerName in /root/ispconfig/httpd/conf/httpd.conf and restart ISPConfig:
/etc/init.d/ispconfig_server restart
dschmid
28th March 2006, 18:46
Okay I changed the line in /root/ispconfig/httpd/conf/httpd.conf from
ServerName mydomain.de
to
ServerName xxxxx.serverkompetenz.net
Then I restarted the ispconfig_server and still the same.
When I try to go https://xxxxx.serverkompetenz.net:81 I get redirected to https://mydomain.de:81.
Do you think it could be a dns issue?
falko
28th March 2006, 19:26
Do you think it could be a dns issue?
No. Did you replace all occurrences of mydomain.de in httpd.conf?
dschmid
2nd April 2006, 18:55
Sorry for my late answer I had setup a second server on debian now to take over this domain and then reinstall this server. I have a problem with my new one but I will create a new thread for this.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.