![]() |
Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail Can't telnet
Hello everyone,
I have been following the tutorial on Virtual Users And Domains With Postfix, Courier, MySQL And SquirrelMail (Ubuntu 8.10), and I am stuck on step where you have to telnet into local host. when I try to telent localhost pop3 this is my output. Also FYI i am running Jaunti not intrepid. Trying ::1... Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused I've done some searching and I think I know where the problem lies but don't know how to fix it. My out put of netstat -tap | grep mysql is this tcp 0 0 localhost:mysql *:* LISTEN 11598/mysqld which not the same out put as in the tutorial also after scrumeging around google I ran netstat -napt and the something about the first line doesn't make sense Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 11598/mysqld tcp 0 0 0.0.0.0:10000 0.0.0.0:* LISTEN 2621/perl tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2594/apache2 tcp 0 0 74.63.90.38:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 74.63.90.37:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 74.63.90.36:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 74.63.90.35:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 74.63.90.34:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 67.159.45.60:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 2094/named tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 2116/sshd tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 27431/master tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 2094/named tcp 0 240 67.159.45.60:22 99.141.66.13:51067 ESTABLISHED 29304/sshd: patrick tcp 0 0 67.159.45.60:22 99.141.66.13:51062 ESTABLISHED 29202/sshd: patrick tcp 0 0 67.159.45.60:22 99.141.66.13:50911 ESTABLISHED 26644/sshd: patrick tcp6 0 0 :::53 :::* LISTEN 2094/named tcp6 0 0 :::22 :::* LISTEN 2116/sshd tcp6 0 0 ::1:953 :::* LISTEN 2094/named also when I nmap localhost I get the following output Starting Nmap 4.76 ( http://nmap.org ) at 2009-04-01 10:12 CDT Warning: Hostname localhost resolves to 2 IPs. Using 127.0.0.1. Interesting ports on localhost (127.0.0.1): Not shown: 994 closed ports PORT STATE SERVICE 22/tcp open ssh 25/tcp open smtp 53/tcp open domain 80/tcp open http 3306/tcp open mysql 10000/tcp open snet-sensor-mgmt Also don't know if this is important but my mail.err log file is showing this error Apr 1 07:34:22 lightondesigns postfix/trivial-rewrite[25734]: fatal: proxy:mysql:/etc/postfix/mysql-virtual_domains.cf(0,lock|fold_fix): table lookup problem anyone have any idea on what's going? |
Check /etc/postfix/mysql-virtual_domains.cf to see if your mysql connection settings are correct.
Try ps ax | grep postfix to see if postfix is running. From what I see, it seems to crash because it can't connect to mysql to get the users table. I'm not sure if it's supposed to crash in this case, though... My config file looks like this (yours could be a little different): Code:
user = xxx |
my_virtual_domains.cf looks like this
user = mail_admin password = xxx dbname = mail query = SELECT domain AS virtual FROM domains WHERE domain='%s' hosts = 127.0.0.1 also here is the output of ps aux USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND root 1 0.0 0.0 3084 1888 ? Ss Mar31 0:01 /sbin/init root 2 0.0 0.0 0 0 ? S< Mar31 0:00 [kthreadd] root 3 0.0 0.0 0 0 ? S< Mar31 0:00 [migration/0] root 4 0.0 0.0 0 0 ? S< Mar31 0:00 [ksoftirqd/0] root 5 0.0 0.0 0 0 ? S< Mar31 0:00 [watchdog/0] root 6 0.0 0.0 0 0 ? S< Mar31 0:00 [migration/1] root 7 0.0 0.0 0 0 ? S< Mar31 0:00 [ksoftirqd/1] root 8 0.0 0.0 0 0 ? S< Mar31 0:00 [watchdog/1] root 9 0.0 0.0 0 0 ? S< Mar31 0:00 [events/0] root 10 0.0 0.0 0 0 ? S< Mar31 0:00 [events/1] root 11 0.0 0.0 0 0 ? S< Mar31 0:00 [khelper] root 12 0.0 0.0 0 0 ? S< Mar31 0:00 [kstop/0] root 13 0.0 0.0 0 0 ? S< Mar31 0:00 [kstop/1] root 14 0.0 0.0 0 0 ? S< Mar31 0:00 [kintegrityd/0] root 15 0.0 0.0 0 0 ? S< Mar31 0:00 [kintegrityd/1] root 16 0.0 0.0 0 0 ? S< Mar31 0:00 [kblockd/0] root 17 0.0 0.0 0 0 ? S< Mar31 0:00 [kblockd/1] root 18 0.0 0.0 0 0 ? S< Mar31 0:00 [kacpid] root 19 0.0 0.0 0 0 ? S< Mar31 0:00 [kacpi_notify] root 20 0.0 0.0 0 0 ? S< Mar31 0:00 [cqueue] root 21 0.0 0.0 0 0 ? S< Mar31 0:00 [ata/0] root 22 0.0 0.0 0 0 ? S< Mar31 0:00 [ata/1] root 23 0.0 0.0 0 0 ? S< Mar31 0:00 [ata_aux] root 24 0.0 0.0 0 0 ? S< Mar31 0:00 [ksuspend_usbd] root 25 0.0 0.0 0 0 ? S< Mar31 0:00 [khubd] root 26 0.0 0.0 0 0 ? S< Mar31 0:00 [kseriod] root 27 0.0 0.0 0 0 ? S< Mar31 0:00 [kmmcd] root 28 0.0 0.0 0 0 ? S< Mar31 0:00 [btaddconn] root 29 0.0 0.0 0 0 ? S< Mar31 0:00 [btdelconn] root 30 0.0 0.0 0 0 ? S Mar31 0:00 [pdflush] root 31 0.0 0.0 0 0 ? S Mar31 0:03 [pdflush] root 32 0.0 0.0 0 0 ? S< Mar31 0:00 [kswapd0] root 33 0.0 0.0 0 0 ? S< Mar31 0:00 [aio/0] root 34 0.0 0.0 0 0 ? S< Mar31 0:00 [aio/1] root 35 0.0 0.0 0 0 ? S< Mar31 0:00 [ecryptfs-kthrea] root 38 0.0 0.0 0 0 ? S< Mar31 0:00 [scsi_eh_0] root 39 0.0 0.0 0 0 ? S< Mar31 0:00 [scsi_eh_1] root 40 0.0 0.0 0 0 ? S< Mar31 0:00 [kstriped] root 41 0.0 0.0 0 0 ? S< Mar31 0:00 [kmpathd/0] root 42 0.0 0.0 0 0 ? S< Mar31 0:00 [kmpathd/1] root 43 0.0 0.0 0 0 ? S< Mar31 0:00 [kmpath_handlerd] root 44 0.0 0.0 0 0 ? S< Mar31 0:00 [ksnapd] root 45 0.0 0.0 0 0 ? S< Mar31 0:00 [kondemand/0] root 46 0.0 0.0 0 0 ? S< Mar31 0:00 [kondemand/1] root 47 0.0 0.0 0 0 ? S< Mar31 0:00 [krfcommd] root 581 0.0 0.0 0 0 ? S< Mar31 0:02 [kjournald] root 668 0.0 0.0 2224 536 ? S<s Mar31 0:00 /sbin/udevd --daemon postfix 1327 0.0 0.0 6168 2548 ? S 11:04 0:00 tlsmgr -l -t unix -u -c postfix 1927 0.0 0.0 5792 1692 ? S 11:22 0:00 pickup -l -t fifo -u -c root 1982 0.0 0.0 1808 532 tty4 Ss+ Mar31 0:00 /sbin/getty 38400 tty4 root 1983 0.0 0.0 1808 532 tty5 Ss+ Mar31 0:00 /sbin/getty 38400 tty5 root 1986 0.0 0.0 1808 532 tty2 Ss+ Mar31 0:00 /sbin/getty 38400 tty2 root 1987 0.0 0.0 1808 528 tty3 Ss+ Mar31 0:00 /sbin/getty 38400 tty3 root 1988 0.0 0.0 1808 528 tty6 Ss+ Mar31 0:00 /sbin/getty 38400 tty6 syslog 2035 0.0 0.0 2040 696 ? Ss Mar31 0:00 /sbin/syslogd -u syslog root 2053 0.0 0.0 1968 536 ? S Mar31 0:00 /bin/dd bs 1 if /proc/kmsg of /var/run/klogd/kmsg klog 2055 0.0 0.0 3620 2388 ? Ss Mar31 0:00 /sbin/klogd -P /var/run/klogd/kmsg 104 2073 0.0 0.0 2672 844 ? Ss Mar31 0:01 /bin/dbus-daemon --system bind 2094 0.0 0.5 63528 22176 ? Ssl Mar31 0:00 /usr/sbin/named -u bind root 2116 0.0 0.0 5436 1076 ? Ss Mar31 0:00 /usr/sbin/sshd root 2274 0.0 0.0 1996 476 ? S Mar31 0:00 /usr/sbin/courierlogger -pid=/var/run/courier/authdaemon/pid -start /usr/lib/courier/courier-authlib/authdaemo root 2275 0.0 0.0 4528 1080 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2313 0.0 0.0 4528 372 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2314 0.0 0.0 4528 372 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2315 0.0 0.0 4528 372 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2316 0.0 0.0 4528 372 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2317 0.0 0.0 4528 372 ? S Mar31 0:00 /usr/lib/courier/courier-authlib/authdaemond root 2480 0.0 0.0 8416 876 ? Ss Mar31 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2481 0.0 0.0 8416 512 ? S Mar31 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2482 0.0 0.0 8416 428 ? S Mar31 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2483 0.0 0.0 8416 428 ? S Mar31 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 root 2484 0.0 0.0 8416 428 ? S Mar31 0:00 /usr/sbin/saslauthd -a pam -c -m /var/spool/postfix/var/run/saslauthd -r -n 5 snmp 2499 0.0 0.1 9108 4244 ? S Mar31 0:12 /usr/sbin/snmpd -Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1 daemon 2550 0.0 0.0 2096 456 ? Ss Mar31 0:00 /usr/sbin/atd root 2575 0.0 0.0 3480 1036 ? Ss Mar31 0:00 /usr/sbin/cron root 2594 0.0 0.1 34276 8168 ? Ss Mar31 0:00 /usr/sbin/apache2 -k start www-data 2620 0.0 0.2 37668 11296 ? S Mar31 0:01 /usr/sbin/apache2 -k start root 2621 0.0 0.1 10296 6168 ? Ss Mar31 0:00 /usr/bin/perl /usr/share/webmin/miniserv.pl /etc/webmin/miniserv.conf root 2622 0.0 0.0 1808 528 tty1 Ss+ Mar31 0:00 /sbin/getty 38400 tty1 root 2628 0.0 0.0 17948 3696 ? Ssl Mar31 0:03 /usr/sbin/console-kit-daemon root 2897 0.0 0.0 2768 1028 pts/1 R+ 11:53 0:00 ps aux www-data 3060 0.0 0.2 37608 11388 ? S Mar31 0:01 /usr/sbin/apache2 -k start www-data 3681 0.0 0.2 37600 10828 ? S Mar31 0:00 /usr/sbin/apache2 -k start www-data 11484 0.0 0.2 37428 11204 ? S Mar31 0:00 /usr/sbin/apache2 -k start www-data 11493 0.0 0.2 37204 11300 ? S Mar31 0:00 /usr/sbin/apache2 -k start root 11559 0.0 0.0 3968 1368 ? S Mar31 0:00 /bin/sh /usr/bin/mysqld_safe mysql 11598 0.0 0.4 129708 18784 ? Sl Mar31 0:13 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid -- root 11599 0.0 0.0 3052 704 ? S Mar31 0:00 logger -p daemon.err -t mysqld_safe -i -t mysqld www-data 11941 0.0 0.2 37336 10676 ? S Mar31 0:00 /usr/sbin/apache2 -k start www-data 12069 0.0 0.2 37444 10760 ? S Mar31 0:00 /usr/sbin/apache2 -k start www-data 12319 0.0 0.2 37140 10568 ? S 00:02 0:00 /usr/sbin/apache2 -k start root 26644 0.0 0.1 12600 4464 ? Ss 08:01 0:00 sshd: patrick [priv] patrick 26652 0.0 0.0 12600 1968 ? S 08:01 0:00 sshd: patrick@pts/0 patrick 26653 0.0 0.0 5764 3076 pts/0 Ss+ 08:01 0:00 -bash root 27431 0.0 0.0 5780 1772 ? Ss 08:02 0:00 /usr/lib/postfix/master postfix 27434 0.0 0.0 5836 1744 ? S 08:02 0:00 qmgr -l -t fifo -u www-data 28875 0.0 0.2 37400 10688 ? S 08:41 0:00 /usr/sbin/apache2 -k start www-data 28988 0.0 0.1 34828 5384 ? S 08:46 0:00 /usr/sbin/apache2 -k start root 29202 0.0 0.1 12600 4440 ? Ss 08:50 0:00 sshd: patrick [priv] patrick 29210 0.0 0.0 12956 2388 ? S 08:50 0:03 sshd: patrick@notty patrick 29211 0.0 0.0 5272 1980 ? Ss 08:50 0:01 /usr/lib/openssh/sftp-server root 29304 0.0 0.1 12600 4468 ? Ss 08:54 0:00 sshd: patrick [priv] patrick 29312 0.0 0.0 12764 2088 ? S 08:54 0:00 sshd: patrick@pts/1 patrick 29313 0.0 0.0 5764 3044 pts/1 Ss 08:54 0:00 -bash root 29437 0.0 0.0 8300 2372 pts/1 S 08:56 0:00 su root 29444 0.0 0.0 4376 1924 pts/1 S 08:56 0:00 bash |
Ups...i made a mistake.
Courier listens on port 110; postfix has nothing to do with your problem. From your ps output, i see the pop3d isn't running. Try to start it manualy: Code:
sudo /etc/init.d/courier-pop start |
no errors but process does not start, do you know where the error log would be for this?
|
I managed to fix my problem, i didn't have courier-pop installed, kinda wired but it worked. Now went through the rest of the tutorial and I am still having problems with mysql connecting to the database. I can't log in. Anyone know where to start looking to figure this problem out?
|
Can you give more details?
Try: Code:
mysql -u root -pIn mysql type Code:
use mail;If everything is ok, type quit to exit mysql, then try: Code:
mysql -u mail_admin -pQuote:
To drop your database: Code:
mysqladmin -u root -p drop mail |
Alright well I just did what you told me and rebuilt the database, and still the same error. I can't login to squirrelmail. I think because it's not connecting to the database. Still getting this error:
Apr 2 15:11:56 lightondesigns postfix/trivial-rewrite[4595]: fatal: proxy:mysql:/etc/postfix/mysql-virtual_domains.cf(0,lock|fold_fix): table lookup problem The only other this that I have noticed where things don't look right are when I run netstat -tap | grep mysql, I don't get the same output from the tutorial. Here is my output : tcp 0 0 localhost:mysql *:* LISTEN 2228/mysqld tcp 0 0 localhost:38846 localhost:mysql TIME_WAIT - tcp 0 0 localhost:mysql localhost:38848 ESTABLISHED 2228/mysqld tcp 0 0 localhost:mysql localhost:38849 TIME_WAIT - tcp 0 0 localhost:38848 localhost:mysql ESTABLISHED 4450/proxymap Thanks again for all your help! |
alright well I figure out that I had spelled my password wrong in one of my .cf files, but now on the next problem. i still can not login to squirrelmail. My mail.log is as follows:
this is just a slice of it: pr 2 21:20:11 lightondesigns postfix/virtual[3021]: 6383711A6283: to=<root@lightondesigns.com>, relay=virtual, delay=0.05, delays=0.02/0/0/0.03, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:20:11 lightondesigns postfix/virtual[3173]: 5E9FB11A6321: to=<root@lightondesigns.com>, relay=virtual, delay=0.07, delays=0.04/0/0/0.03, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:20:11 lightondesigns postfix/qmgr[2978]: 5E9FB11A6321: removed Apr 2 21:20:11 lightondesigns postfix/cleanup[3024]: 6FC5411A627D: message-id=<20090403022011.6FC5411A627D@mailbox.lightondes igns.com> Apr 2 21:20:11 lightondesigns postfix/bounce[3175]: 6383711A6283: sender non-delivery notification: 6FC5411A627D Apr 2 21:20:11 lightondesigns postfix/qmgr[2978]: 6FC5411A627D: from=<>, size=3742, nrcpt=1 (queue active) Apr 2 21:20:11 lightondesigns postfix/qmgr[2978]: 6383711A6283: removed Apr 2 21:20:11 lightondesigns postfix/virtual[3021]: 6FC5411A627D: to=<root@lightondesigns.com>, relay=virtual, delay=0.03, delays=0.02/0/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:20:11 lightondesigns postfix/qmgr[2978]: 6FC5411A627D: removed Apr 2 21:20:12 lightondesigns postfix/smtpd[3169]: 8E18511A627D: client=localhost[127.0.0.1] Apr 2 21:20:12 lightondesigns postfix/cleanup[3170]: 8E18511A627D: message-id=<20090403015703.CE0C111A6403@mailbox.lightondes igns.com> Apr 2 21:20:12 lightondesigns postfix/qmgr[2978]: 8E18511A627D: from=<root@lightondesigns.com>, size=1953, nrcpt=1 (queue active) Apr 2 21:20:12 lightondesigns amavis[3158]: (03158-02-19) Passed CLEAN, <root@lightondesigns.com> -> <root@lightondesigns.com>, Message-ID: <20090403015703.CE0C111A6403@mailbox.lightondesign s.com>, mail_id: ZAgx9IHq7E8z, Hits: 2.863, size: 1271, queued_as: 8E18511A627D, 1186 ms Apr 2 21:20:12 lightondesigns postfix/virtual[3173]: 8E18511A627D: to=<root@lightondesigns.com>, relay=virtual, delay=0.02, delays=0.01/0/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:20:12 lightondesigns postfix/cleanup[3024]: 91F3011A62D5: message-id=<20090403022012.91F3011A62D5@mailbox.lightondes igns.com> Apr 2 21:20:12 lightondesigns postfix/smtp[3003]: CE0C111A6403: to=<root@lightondesigns.com>, orig_to=<root>, relay=127.0.0.1[127.0.0.1]:10024, conn_use=19, delay=1390, delays=1355/33/0/1.2, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03158-02-19, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 8E18511A627D) Apr 2 21:20:12 lightondesigns postfix/qmgr[2978]: CE0C111A6403: removed Apr 2 21:20:12 lightondesigns postfix/bounce[3023]: 8E18511A627D: sender non-delivery notification: 91F3011A62D5 Apr 2 21:20:12 lightondesigns postfix/qmgr[2978]: 91F3011A62D5: from=<>, size=3898, nrcpt=1 (queue active) Apr 2 21:20:12 lightondesigns postfix/qmgr[2978]: 8E18511A627D: removed Apr 2 21:20:12 lightondesigns postfix/virtual[3021]: 91F3011A62D5: to=<root@lightondesigns.com>, relay=virtual, delay=0.03, delays=0.02/0/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:20:12 lightondesigns postfix/qmgr[2978]: 91F3011A62D5: removed Apr 2 21:20:13 lightondesigns postfix/smtpd[3167]: disconnect from localhost[127.0.0.1] Apr 2 21:20:14 lightondesigns postfix/smtpd[3169]: disconnect from localhost[127.0.0.1] Apr 2 21:22:25 lightondesigns imapd: Connection, ip=[::1] Apr 2 21:22:25 lightondesigns imapd: LOGIN FAILED, user=patrick@lightondesigns.com, ip=[::1] Apr 2 21:22:30 lightondesigns imapd: LOGOUT, ip=[::1], rcvd=69, sent=332 Apr 2 21:23:31 lightondesigns postfix/scache[3172]: statistics: start interval Apr 2 21:19:49 Apr 2 21:23:31 lightondesigns postfix/scache[3172]: statistics: domain lookup hits=36 miss=2 success=94% Apr 2 21:23:31 lightondesigns postfix/scache[3172]: statistics: address lookup hits=0 miss=2 success=0% Apr 2 21:23:31 lightondesigns postfix/scache[3172]: statistics: max simultaneous domains=1 addresses=1 connection=2 Apr 2 21:26:27 lightondesigns postfix/pickup[2976]: 033C411A6283: uid=0 from=<root> Apr 2 21:26:27 lightondesigns postfix/cleanup[3668]: 033C411A6283: message-id=<20090403022627.033C411A6283@mailbox.lightondes igns.com> Apr 2 21:26:27 lightondesigns postfix/qmgr[2978]: 033C411A6283: from=<root@lightondesigns.com>, size=337, nrcpt=1 (queue active) Apr 2 21:26:28 lightondesigns postfix/smtpd[3676]: connect from localhost[127.0.0.1] Apr 2 21:26:28 lightondesigns postfix/smtpd[3676]: 2BDE211A627D: client=localhost[127.0.0.1] Apr 2 21:26:28 lightondesigns postfix/cleanup[3668]: 2BDE211A627D: message-id=<20090403022627.033C411A6283@mailbox.lightondes igns.com> Apr 2 21:26:28 lightondesigns postfix/qmgr[2978]: 2BDE211A627D: from=<root@lightondesigns.com>, size=829, nrcpt=1 (queue active) Apr 2 21:26:28 lightondesigns amavis[3457]: (03457-01) Passed CLEAN, <root@lightondesigns.com> -> <patrick@lightondesigns.com>, Message-ID: <20090403022627.033C411A6283@mailbox.lightondesign s.com>, mail_id: yFgPUalfgtm6, Hits: 1.415, size: 337, queued_as: 2BDE211A627D, 1154 ms Apr 2 21:26:28 lightondesigns postfix/smtp[3671]: 033C411A6283: to=<patrick@lightondesigns.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=1.2, delays=0.06/0.01/0.01/1.2, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=03457-01, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as 2BDE211A627D) Apr 2 21:26:28 lightondesigns postfix/qmgr[2978]: 033C411A6283: removed Apr 2 21:26:28 lightondesigns postfix/virtual[3677]: 2BDE211A627D: to=<patrick@lightondesigns.com>, relay=virtual, delay=0.05, delays=0.02/0.01/0/0.02, dsn=5.1.1, status=bounced (unknown user: "patrick@lightondesigns.com") Apr 2 21:26:28 lightondesigns postfix/cleanup[3668]: 37C2711A62D5: message-id=<20090403022628.37C2711A62D5@mailbox.lightondes igns.com> Apr 2 21:26:28 lightondesigns postfix/bounce[3678]: 2BDE211A627D: sender non-delivery notification: 37C2711A62D5 Apr 2 21:26:28 lightondesigns postfix/qmgr[2978]: 37C2711A62D5: from=<>, size=2808, nrcpt=1 (queue active) Apr 2 21:26:28 lightondesigns postfix/qmgr[2978]: 2BDE211A627D: removed Apr 2 21:26:28 lightondesigns postfix/virtual[3677]: 37C2711A62D5: to=<root@lightondesigns.com>, relay=virtual, delay=0.03, delays=0.02/0/0/0.01, dsn=5.1.1, status=bounced (unknown user: "root@lightondesigns.com") Apr 2 21:26:28 lightondesigns postfix/qmgr[2978]: 37C2711A62D5: removed Apr 2 21:28:47 lightondesigns imapd: Connection, ip=[::1] Apr 2 21:28:47 lightondesigns imapd: LOGIN FAILED, user=patrick@lightondesigns.com, ip=[::1] Apr 2 21:28:52 lightondesigns imapd: LOGOUT, ip=[::1], rcvd=69, sent=332 One thing I noticed is that imapd is connecting to ::1, which i think is ipv6 of localhost. Is this right? Anyone know what's going on? |
Does patrick@lightondesigns.com exist in the database?
|
| All times are GMT +2. The time now is 22:23. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.