PDA

View Full Version : Problem with POP3 Login


masterkain
22nd November 2005, 21:04
hi there,
thanks for this wonderful application, I've set it up on a ubuntu breezy and is working good.
anyway I've one big problem, I can log in to mailboxes via webmail but not with any other client on internal and external network.
I've read many times this forum but I've not found a decent solution, thanks for the ideas.

root@www:/var/www/web2/log# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
---
Nov 22 20:02:23 www courierpop3login: LOGIN FAILED, ip=[::ffff:62.10.125.2xx]
Nov 22 20:02:24 www courierpop3login: LOGIN FAILED, ip=[::ffff:192.168.0.188]
Nov 22 20:02:26 www courierpop3login: LOGIN FAILED, ip=[::ffff:5.4.234.42]
Nov 22 20:02:26 www courierpop3login: LOGOUT, ip=[::ffff:5.4.234.42]
Nov 22 20:02:26 www courierpop3login: Connection, ip=[::ffff:5.4.234.42]
Nov 22 20:02:30 www courierpop3login: LOGIN FAILED, ip=[::ffff:62.10.125.238]
Nov 22 20:02:34 www courierpop3login: LOGIN FAILED, ip=[::ffff:5.4.234.42]
Nov 22 20:02:34 www courierpop3login: LOGOUT, ip=[::ffff:5.4.234.42]
Nov 22 20:02:38 www courierpop3login: LOGIN FAILED, ip=[::ffff:62.10.125.2xx]
Nov 22 20:02:47 www courierpop3login: LOGIN FAILED, ip=[::ffff:62.10.125.2xx]

it's fine with webmail.

masterkain
22nd November 2005, 21:40
ok, I've managed to get it working, users must login with ONLY username and password and NOT username@domain.tld .

it is possible to change this behaviour? I really need to login users via username@domain.tld form.

thanks.

falko
22nd November 2005, 23:45
ok, I've managed to get it working, users must login with ONLY username and password and NOT username@domain.tld .

it is possible to change this behaviour? I really need to login users via username@domain.tld form.

No, because ISPConfig uses "real" system users instead of virtual users from a database. Real users aren't allowed to have an "@" sign in the username.

masterkain
23rd November 2005, 00:06
No, because ISPConfig uses "real" system users instead of virtual users from a database. Real users aren't allowed to have an "@" sign in the username.

thanks for the reply, falko.
so there isn't a method to allow virtual users on ispconfig? maybe helped with a database?

another question, I leaved my little server farm with a website configured, sometimes it results offline with a little status webpage, what does it means? overload check or something similar? thanks.


www.kuht.it is offline

www.kuht.it is currently offline. Please try again later.

falko
23rd November 2005, 01:58
thanks for the reply, falko.
so there isn't a method to allow virtual users on ispconfig? maybe helped with a database?
Virtual users will be available in ISPConfig 3 which is currently developed.

another question, I leaved my little server farm with a website configured, sometimes it results offline with a little status webpage, what does it means? overload check or something similar? thanks.
If you still see a status web page it means that Apache is still working. I guess it's some kind of status message generated by the software (CMS, Wiki, ...) you run on it.

bwrob
15th January 2006, 18:31
I use userdb located in /etc/userdb
with my courier-pop server and it works fine.
I use xxx@domain.tld for pop login.
It will take a bit to set it up.
bob

falko
15th January 2006, 19:11
I use userdb located in /etc/userdb
with my courier-pop server and it works fine.
I use xxx@domain.tld for pop login.
It will take a bit to set it up.
bob
But this kind of setup is not supported by ISPConfig.