You are not logged in.

#1 2005-02-18 17:49:46

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

help with postfix howto

I'm working through Cactus' Postfix howto (the webmail one) and I've run into a problem. Everything seems to work as it should except for the fact that I can't login. I set imapd to allow connections from outside localhost so I could use it normally, but I can't log in from kmail on my other pc, or from squirrelmail. I'm not even sure where to start looking. /var/log/mail just shows that I connected failed to login and disconnected, not very useful.

Also as an aside I'd like to expand it a bit if I can get the logins to work. I've got  a dyndns address which points to my router which in turn redirects everything to my server. I'd like to make it so I can send email to whatever@cardboard.homelinux.org. dyndns.org apparently does automatic MX if the mail should go to the same host as everything else, so I shouldn't have to change anything there.

Offline

#2 2005-02-18 20:05:29

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

try changing
DEBUG_LOGIN to 3 in the /etc/courier-imap/imapd file
Then restart imapd

That should yeild far greater error reporting so you can see more of what is going on..


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#3 2005-02-18 20:21:54

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

Thanks, I missed that value.

The sql query is failing. I'm assuming that imap should be looking at the same db/table that postfix is using, correct? In that case I'm not sure how this is supposed to work because the users table is structured differently from  what imap seems to be expecting. It looks like I need a bigger table, containing all the things listed, such as uid/gid, home, etc. Since postfix seems to be pretty explicit as to which fields it uses, it shouldn't be a problem to expand the table right? And just put the values you have in the config file (the uid/gid, etc) as default values? I'm a beginner to sql (only had 3 weeks of db class, mostly theory) but I think I can manage it.

Offline

#4 2005-02-18 20:38:11

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

make sure you have correct info in authdaemonrc
the info in the wiki page should have all the needed info. If not, I can help fill it in...

Here is my /etc/courier-imap/authmysqlrc file if you need a reference..
HERE


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#5 2005-02-18 21:03:35

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

Here's the output.

Feb 18 14:46:30 Caspar imapd: Connection, ip=[::ffff:127.0.0.1]
Feb 18 14:46:30 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN
Feb 18 14:46:30 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=savage@virtualdomain.ltd
Feb 18 14:46:30 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], password=**********
Feb 18 14:46:30 Caspar imapd: authdaemon: starting client module
Feb 18 14:46:30 Caspar authdaemond.mysql: received auth request, service=imap, authtype=login
Feb 18 14:46:30 Caspar authdaemond.mysql: authmysql: trying this module
Feb 18 14:46:30 Caspar authdaemond.mysql: SQL query: SELECT email, "", password, '5003', '5003', '/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHERE email = "savage@virtualdomain.ltd"
Feb 18 14:46:30 Caspar authdaemond.mysql: mysql_query failed, reconnecting
Feb 18 14:46:30 Caspar authdaemond.mysql: mysql_query failed second time, giving up
Feb 18 14:46:30 Caspar authdaemond.mysql: authmysql: TEMPFAIL - no more modules will be tried
Feb 18 14:46:30 Caspar imapd: authdaemon: TEMPFAIL - no more modules will be tried
Feb 18 14:46:35 Caspar imapd: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Feb 18 14:46:35 Caspar imapd: DISCONNECTED, ip=[::ffff:127.0.0.1], time=5

My authmysqlrc authdaemonrc are identical to yours except for the fact that I use /home/vmailer instead of /home/vmail.

I tried the query mentioned in the log while logged into mysql as the postfix user and it worked fine.

Offline

#6 2005-02-18 21:22:28

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

hmm..i just reconfigured two things, and now have external imap working just fine.

What I did:
Modify /etc/courier-imap/imapd as follows...
changed
ADDRESS=127.0.0.1
to
ADDRESS=0

restarted imapd
/etc/rc.d/courier-imap  restart

Then I had to open the port for my firewall...
##imap connections
$IPT -A IN -p tcp --dport 143 -j ACCEPT #imap
$IPT -A IN -p udp --dport 143 -j ACCEPT #imap

Maybe more info about your setup would help..
Do you have postfix and imap and mysql on the same box?
Is web based email working fine (ala setup like the wiki)?


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#7 2005-02-18 21:37:29

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

I already changed ADDRESS so I could test the login in more ways. Everything else from the wiki is working fine except for actually logging in.

Everything is on the same box, postfix, imap, mysql and the rest.

It seems odd that the query works within mysql but fails when authmysql tries it, especially since it doesn't seem to be having any trouble connecting to the server.

EDIT: Oh yeah I forgot that if I telnet into postfix at cardboard.homelinux.org instead of going to it on the local network, postfix tells me (pokes memory) that it won't relay for that address or somesuch. I guess I just need to add that url to the config somewhere to fix that.

Offline

#8 2005-02-18 21:49:08

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

does the sql user have permissions to that table?
/etc/courier-imap/authmysqlrc

MYSQL_USERNAME          postfixuser
# The name of the table containing your user data.  See README.authmysqlrc
MYSQL_USER_TABLE        users

Check your mysql user table to make sure it is in there..

#mysql -u root -p
enterpassword:
mysql> use mysql;
mysql> SELECT  host,Db,User,Select_priv FROM mysql.db WHERE Db='postfix';
+-----------+---------+-------------+-------------+
| host      | Db      | User        | Select_priv |
+-----------+---------+-------------+-------------+
| localhost | postfix | postfixuser | Y           |
+-----------+---------+-------------+-------------+
1 row in set (0.00 sec)
mysql> exit

"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#9 2005-02-18 21:59:48

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

I tested the query logged in as that user, but here's my result anyway:

+-----------+---------+-------------+-------------+
| host      | db      | user        | select_priv |
+-----------+---------+-------------+-------------+
| localhost | postfix | postfixuser | Y           |
+-----------+---------+-------------+-------------+

Offline

#10 2005-02-18 22:17:55

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

SELECT * FROM users

Make sure the user is properly formatted in that table.
If you have the right mojo in your imapd file.  authmysqlrc file, and authdaemonrc file, then I would lean towards something squirrely in mysql permissions/table structure.

I haven't given up yet though...lets try to get you rockin.  wink


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#11 2005-02-18 22:34:31

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

Mysql is really the only place left to have a problem smile. It'll probably be some tiny inconsequential thing.

I cleaned out users and put new ones in just in case the old ones were wrong...

mysql> select * from users;
+--------------------------+----------+----------+-------------------+
| email                    | password | quota    | domain            |
+--------------------------+----------+----------+-------------------+
| savage@virtualdomain.ltd | pass     | 20971520 | virtualdomain.ltd |
| test@virtualdomain.ltd   | test     | 20971520 | virtualdomain.ltd |
+--------------------------+----------+----------+-------------------+
2 rows in set (0.00 sec)

mysql>         

....but I still get the same errors.

Feb 18 16:09:02 Caspar imapd: Connection, ip=[::ffff:127.0.0.1]
Feb 18 16:09:02 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN
Feb 18 16:09:02 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=test@virtualdomain.ltd
Feb 18 16:09:02 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], password=test
Feb 18 16:09:02 Caspar imapd: authdaemon: starting client module
Feb 18 16:09:02 Caspar authdaemond.mysql: received auth request, service=imap, authtype=login
Feb 18 16:09:02 Caspar authdaemond.mysql: authmysql: trying this module
Feb 18 16:09:02 Caspar authdaemond.mysql: SQL query: SELECT email, "", password, '5003', '5003', '/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHEREemail = "test@virtualdomain.ltd"
Feb 18 16:09:02 Caspar authdaemond.mysql: mysql_query failed, reconnecting
Feb 18 16:09:02 Caspar authdaemond.mysql: mysql_query failed second time, giving up
Feb 18 16:09:02 Caspar authdaemond.mysql: authmysql: TEMPFAIL - no more modules will be tried
Feb 18 16:09:02 Caspar imapd: authdaemon: TEMPFAIL - no more modules will be tried
Feb 18 16:09:07 Caspar imapd: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Feb 18 16:09:07 Caspar imapd: DISCONNECTED, ip=[::ffff:127.0.0.1], time=5
Feb 18 16:09:20 Caspar imapd: Connection, ip=[::ffff:127.0.0.1]
Feb 18 16:09:20 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=CAPABILITY
Feb 18 16:09:20 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGOUT
Feb 18 16:09:20 Caspar imapd: LOGOUT, ip=[::ffff:127.0.0.1]
Feb 18 16:09:27 Caspar imapd: Connection, ip=[::ffff:127.0.0.1]
Feb 18 16:09:27 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN
Feb 18 16:09:27 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=savage@virtualdomain.ltd
Feb 18 16:09:27 Caspar imapd: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], password=pass
Feb 18 16:09:27 Caspar imapd: authdaemon: starting client module
Feb 18 16:09:27 Caspar authdaemond.mysql: received auth request, service=imap, authtype=login
Feb 18 16:09:27 Caspar authdaemond.mysql: authmysql: trying this module
Feb 18 16:09:27 Caspar authdaemond.mysql: SQL query: SELECT email, "", password, '5003', '5003', '/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHEREemail = "savage@virtualdomain.ltd"
Feb 18 16:09:27 Caspar authdaemond.mysql: mysql_query failed, reconnecting
Feb 18 16:09:27 Caspar authdaemond.mysql: mysql_query failed second time, giving up
Feb 18 16:09:27 Caspar authdaemond.mysql: authmysql: TEMPFAIL - no more modules will be tried
Feb 18 16:09:27 Caspar imapd: authdaemon: TEMPFAIL - no more modules will be tried
Feb 18 16:09:32 Caspar imapd: LOGIN FAILED, ip=[::ffff:127.0.0.1]
Feb 18 16:09:32 Caspar imapd: DISCONNECTED, ip=[::ffff:127.0.0.1], time=5

I never realized email was such a complicated beast. I'd kinda hoped when I started all this that it would be like a web server, install, run, done. Oh well, I'll keep at it.

Offline

#12 2005-02-18 22:41:07

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

Feb 18 16:09:27 Caspar authdaemond.mysql: SQL query: SELECT email, "", password, '5003', '5003', '/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHEREemail = "savage@virtualdomain.ltd" 

Notice the WHEREemail at the end. there should be a space there...
WHERE email
*scratches chin*

EDIT: Make sure there is a space before "email" in authmysqlrc..
MYSQL_LOGIN_FIELD  email


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#13 2005-02-18 23:10:34

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

The space is there in the console window, it must be a copy/paste goofup or something.

Offline

#14 2005-02-18 23:16:17

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

when you do the following:

find /home/vmailer

are you getting results like this?

/home/vmailer/domain.net/user@domain.net/cur
/home/vmailer/domain.net/user@domain.net/new
/home/vmailer/domain.net/user@domain.net/tmp

?


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#15 2005-02-18 23:26:49

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

[root@Caspar mysql]# find /home/vmailer
/home/vmailer
/home/vmailer/virtualdomain.ltd
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd/cur
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd/new
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd/new/1108689537.V302I2caec.Caspar
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd/new/1108690542.V302I2cae4.Caspar
/home/vmailer/virtualdomain.ltd/savage@virtualdomain.ltd/tmp
[root@Caspar mysql]#      

The two mails that are there I sent by telneting into postfix.

Does mysql log actions anywhere? Maybe I can look at those and see why the query is failing. /var/log/mysqld.log is empty though.

Offline

#16 2005-02-18 23:46:02

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

mysql logging is rather verbose, and can fill up var pretty quickly on even a moderatly busy site..

you can turn it on by adding
log=/var/log/mysqld.log
to the /etc/my.cnf file under the [mysqld] section, then restart mysql
/etc/rc.d/mysqld restart

make sure to comment out/remove that entry after you are done troubleshooting...

EDIT: You should see something like this..

050218 15:50:39       8 Connect     postfixuser@localhost on
                      8 Init DB     postfix
                      8 Query       SELECT email, "", password, '5003', '5003', '/home/vmail', concat(domain,'/',email,'/'), quota, "", "" FROM users WHERE email = "user@domain.com"

"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

#17 2005-02-19 00:22:57

SavageMessiah
Member
Registered: 2004-03-20
Posts: 76

Re: help with postfix howto

/usr/sbin/mysqld, Version: 4.1.7-log. started with:
Tcp port: 3306  Unix socket: /tmp/mysql.sock
Time                 Id Command    Argument
050218 18:13:55       1 Connect     postfixuser@localhost on
                      1 Init DB     postfix
                      1 Query       SELECT email, "", password, '5003', '5003','/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHERE email = "savage@virtualdomain.ltd"
                      1 Quit
                      2 Connect     postfixuser@localhost on
                      2 Init DB     postfix
                      2 Query       SELECT email, "", password, '5003', '5003','/home/vmailer', concat(domain, '/', email. '/'), quota, "", "" FROM users WHERE email = "savage@virtualdomain.ltd"
                      2 Quit

Looks like it's working fine. This is kinda wierd.

Offline

#18 2005-02-19 01:05:38

cactus
Taco Eater
From: t͈̫̹ͨa͖͕͎̱͈ͨ͆ć̥̖̝o̫̫̼s͈̭̱̞͍̃!̰
Registered: 2004-05-25
Posts: 4,622
Website

Re: help with postfix howto

ok. can you provide a dump of the postfix.user table..without the password of course..
also, restart courier-imap, and look for any errors on startup in /var/log/mail.log

and..just a quick question..do you have squirrelmail installed and working? I don't remember if you said you did or not..

and try this too. try connection locally to imapd directly..

(eliott@hermes ~)$ telnet localhost imap
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.  See COPYING for distribution information.
A login testuser@domain.net PassWord
A OK LOGIN Ok.
B select INBOX
* FLAGS (Draft Answered Flagged Deleted Seen Recent)
* OK [PERMANENTFLAGS (* Draft Answered Flagged Deleted Seen)] Limited
* 8 EXISTS
* 0 RECENT
* OK [UIDVALIDITY 1105608009] Ok
* OK [MYRIGHTS "acdilrsw"] ACL
B OK [READ-WRITE] Ok
C logout
* BYE Courier-IMAP server shutting down
C OK LOGOUT completed
Connection closed by foreign host.

The things you would actually type in there are:

telnet localhost imap
A login testuser@domain.net PassWord
B select INBOX
C logout

Gotta put the cap letters that start it off too. I believe those are imap placeholders for commands...or..something.[/code]

I recommend trying both from the machine using localhost, and from an external machine too...lets try to narrow this down..


"Be conservative in what you send; be liberal in what you accept." -- Postel's Law
"tacos" -- Cactus' Law
"t̥͍͎̪̪͗a̴̻̩͈͚ͨc̠o̩̙͈ͫͅs͙͎̙͊ ͔͇̫̜t͎̳̀a̜̞̗ͩc̗͍͚o̲̯̿s̖̣̤̙͌ ̖̜̈ț̰̫͓ạ̪͖̳c̲͎͕̰̯̃̈o͉ͅs̪ͪ ̜̻̖̜͕" -- -̖͚̫̙̓-̺̠͇ͤ̃ ̜̪̜ͯZ͔̗̭̞ͪA̝͈̙͖̩L͉̠̺͓G̙̞̦͖O̳̗͍

Offline

Board footer

Powered by FluxBB