tpop3d-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: [tpop3d-discuss]MySQL and dots before the @ sign


From: address@hidden
Subject: AW: [tpop3d-discuss]MySQL and dots before the @ sign
Date: Mon, 26 Jul 2004 22:24:37 +0200

Dear Jakob,

thank you for this fast answer. 

We are running the current TPOP3 version (1.5.3).

We can create accounts, users can perfect mail. In that way it's working
fine.

I've compiled the source code with this parameters:

./configure –enable-auth-mysql –enable-mbox-maildir –enable-tls
–with-openssl-path=/usr/local/ssl

make
make install


I'm running two TPOP3-Deamons one for TLS and one for usual Telnet protocol.

I do have two config files:

::::::::::::::
tpop3d.pop.conf.txt
::::::::::::::
listen-address: 0.0.0.0
timeout-seconds: 600
log-facility: log_authpriv
mailbox: bsd:/home2/maildirs/$(user)
auth-pam-enable: yes
auth-pam-mail-group: postfix
#
# MySQL authentication options
#
auth-mysql-enable: true
auth-mysql-mail-group: postfix
auth-mysql-database: database
auth-mysql-username: username
auth-mysql-password: password



::::::::::::::
tpop3d.tls.conf.txt
::::::::::::::
listen-address:
0.0.0.0;tls=immediate,/etc/tpop3d/server.crt,/etc/tpop3d/server.key
timeout-seconds: 600
log-facility: log_authpriv
mailbox: bsd:/home2/maildirs/$(user)
auth-pam-enable: yes
auth-pam-mail-group: postfix
#
# MySQL authentication options
#
auth-mysql-enable: true
auth-mysql-mail-group: postfix
auth-mysql-database: database
auth-mysql-username: username
auth-mysql-password: password


This is the select statement: 

mysql> select * from popbox where domain_name="efbs.net" and
local_part="b.t";
+-------------+------------+---------------------------------+------------+
| domain_name | local_part |password_hash                    | mbox_name  |
+-------------+------------+---------------------------------+------------+
| efbs.net    | b.t        |598d4c200461b81522a3328565c25f7c | address@hidden 
+-------------+------------+---------------------------------+------------+
1 row in set (0.00 sec)



The connect to the pop-server

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK <address@hidden>
user address@hidden
+OK Tell me your password.
pass hallo
-ERR Lies! Try again!

After Changing local_part from b.t to bt it works.



Thank you for your help.


Kind regards,

Robert


-----Ursprüngliche Nachricht-----
Von: address@hidden
[mailto:address@hidden Im Auftrag von Jakob Hirsch
Gesendet: Montag, 26. Juli 2004 18:58
An: address@hidden
Cc: address@hidden
Betreff: Re: [tpop3d-discuss]MySQL and dots before the @ sign

Dear Robert,

> we are running tpop3-server on fedora core 1. All works more or less fine.
> Unfortunately it isn't possible to create usernames with dots in it.
>
> address@hidden doesn't work. Never the less I can send mails to this user and
> the mail will be stored into the mailbox. Mailboxes without a dot in the
> local_part works fine.

What do you mean by "doesn't" work? Before you say you cannot even create
them.
Without further information it's hard to help you.

Version of tpop3d?
tpop3d.conf?
entry in the database? (select * from popbox where domain_name="dom.ain"
and local_part="user.with.dots")
Where do you encounter the error? What is the exact message/behaviour?

Guessing isn't much fun in such things...

_______________________________________________
tpop3d-discuss mailing list
address@hidden
http://lists.beasts.org/mailman/listinfo/tpop3d-discuss



reply via email to

[Prev in Thread] Current Thread [Next in Thread]