Displaying 7 results from an estimated 7 matches for "mmime".
Did you mean:
mime
2009 May 07
3
authentication to IMAP
...mail ~]# telnet 0 143
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
* OK dovecot ready.
a1 login ajay.lal CM730q8foSA9A
a1 NO Authentication failed.
a1 login ajay.lal "{crypt}CM730q8foSA9A"
a1 NO Authentication failed.
Also i tried
[root at mail ~]# perl -MMIME::Base64 -e 'print encode_base64("\0ajay.lal\0{crypt}CM730q8foSA9A");'
AGFqYXkubGFsAHtjcnlwdH1DTTczMHE4Zm9TQTlB
[root at mail ~]# telnet 0 143
Trying 0.0.0.0...
Connected to 0 (0.0.0.0).
Escape character is '^]'.
* OK dovecot ready.
a1 AUTHENTICATE PLAIN
+
AGFqYXkubGFsAHtj...
2017 Oct 26
2
syncpassword and (strange) base64...
..., line 349, in test
func(sys.stdin, sys.stdout)
File "/usr/lib/python2.7/base64.py", line 306, in decode
s = binascii.a2b_base64(line)
binascii.Error: Incorrect padding
root at vdcsv1:~# echo "flhibllHV2tPVFMyIXIjcGpnWUE/cmV1Q3hjLm5BQUQycX5EdyR1NGh" | LANG=C perl -MMIME::Base64 -ne 'printf "%s\n",decode_base64($_)'
~XbnYGWkOTS2!r#pjgYA?reuCxc.nAAD2q~Dw$u4h
so:
a) 'base64' decode it, but bump an error
b) openssl does nothing
c) python bump an error
d) perl decode it
Seems a bit strange to me...
--
dott. Marco Gaiarin G...
2004 Aug 06
5
icecast2 ogg vorbis client request headers
That seems it may work, however the server adds the client (php proxy script
in this case)
and does not disconnect it, however winamp does not recieve any audio, just
sits there saying BUFFERING
I know its related to the amount of bytes read into the header or something
in that area
as my tests with shoutcast nsv resulted in the same fashion.
the main goal of this is for subscription
2013 Aug 14
0
weird situation with pop3/imap proxy and postfix authentication
...m.br (10.254.116.9).
Escape character is '^]'.
+OK Dovecot ready.
user teste at proxieddomain.com.br
+OK
pass password
-ERR Authentication failed.
(i can successfully find this auth trial and fail on 10.254.116.9 logs)
but on SMTP authentication, i have:
[root at correio dovecot]# perl -MMIME::Base64 -e \ 'print
encode_base64("teste\@proxieddomain.com.br\0teste\@proxieddomain.com.br\0password");'
xxxxxxxxx(not the real encoded pass)xxxxxxxxxxxxxxxx=
[root at correio dovecot]#
[root at correio dovecot]# telnet localhost 587
Trying 127.0.0.1...
Connected to localhost....
2007 Aug 02
2
how to "authenticate plain" ???
Hello list,
my name is Steven and of course: I got a problem...
we are using dovecot 0.99 because it?s the actual stable version for
RedHat 4 Enterprise.
I am trying to authenticate using "PLAIN" but I don?t know how.
that?s what I am doing:
telnet conny.MYDOMAIN.de 143
Trying IP.AD.RE.SS...
Connected to conny.MYDOMAIN.de.
Escape character is '^]'.
* OK dovecot ready.
a1
2004 Aug 06
3
icecast2 ogg vorbis client request headers
...> That seems it may work, however the server adds the client (php proxy
script
> > in this case)
> > and does not disconnect it, however winamp does not recieve any audio,
just
> > sits there saying BUFFERING
>
> Dumb question maybe, but are you sending winamp the correct mMIME type?
>
> Geoff.
>
> --- >8 ----
> List archives: http://www.xiph.org/archives/
> icecast project homepage: http://www.icecast.org/
> To unsubscribe from this list, send a message to
'icecast-dev-request@xiph.org'
> containing only the word 'unsubscribe'...
2009 Dec 09
3
SASL plain authentication failed; unable to lookup user record
...t and would be difficult to capture (at least with lsof).
so both postfix and dovecot have read/write access to the socket.
the credentials sent are the same whether they're sent via a true pop3
client or via the command line. when sent via the command line, they're
generated via perl -MMIME::Base64 -e 'print
encode_base64("\0username\0password");'and i've verified they're correct
via decode_base64
config stuff:
# postconf -n
biff = no
command_directory = /usr/sbin
config_directory = /etc/postfix
content_filter = smtp-amavis:[127.0.0.1]:10024
daemon_dire...