Peter Palmreuther wrote:

However your Base64-encoded your login data, something went wrong.
There's a '\n' that shouldn't be there.

The correct B64-data would be:

Username: YnJvb2tzQGJyb29rc3JveS5jb20=
Password: amo=

Please try again with these data and report in.


Peter,

After tyring with these values I get:

ps1:/tmp # tail -f qmail.log
24162 write(2, "tcpserver: status: 0/20\n", 24) = 24
24162 write(2, "tcpserver: status: 1/20\n", 24) = 24
24403 write(2, "tcpserver: pid 24403 from 192.168.5.50\n", 39) = 39
24403 write(2, "tcpserver: ok 24403 0:192.168.5.50:25 :192.168.5.50::32838\n", 59) = 59
24403 write(1, "220 box.prostream.net ESMTP\r\n", 29) = 29
24403 write(1, "250-box.prostream.net\r\n250-PIPELINING\r\n250-8BITMIME\r\n250 AUTH LOGIN PLAIN CRAM-MD5\r\n", 84) = 84
24403 write(1, "334 VXNlcm5hbWU6\r\n", 18) = 18
24403 write(1, "334 UGFzc3dvcmQ6\r\n", 18) = 18
24403 write(4, "[EMAIL PROTECTED]", 25) = 25
24597 write(4, "\33\0\0\1\215 \0\0\0root\0[_O\\SRHM\0vpopmail", 31) = 31
24597 write(4, "\240\0\0\0\3select pw_name, pw_passwd, pw_uid, pw_gid, pw_gecos, pw_dir, pw_shell , pw_clear_passwd from vpopmail where pw_name = \"brooks\" and pw_domain = \"brooksroy.com\" ", 164) = 164
24597 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
24403 --- SIGCHLD (Child exited) @ 0 (0) ---
24403 write(1, "454 oops, problem with child and I can\'t auth (#4.3.0)\r\n", 56) = 56


Also in my /var/log/messages I am seeing:
vchkpw[24597]: segfault at 0000000000000000 rip 0000000000000000 rsp 0000007fbffff450 error 14



Thanks!

Reply via email to