Displaying 9 results from an estimated 9 matches for "user_ip".
Did you mean:
user_id
2010 Mar 15
1
Extra Imap processes
Hello fellow dovecot users!
I have a question for you guys. I have a server running dovecot/exim and I
allow both pop/pops and imap/imaps. When I look at the running processes, I
see a lot of imap processes that look like the following: imap
[user at domain.tld USER_IP]
Sometimes, there are duplicates imap [user at domain.tld USER_IP] processes.
I was wondering, how come those processes don't quit and stick around in the
system? Should they quit after the user issued the disconnect command from
its mail client?
Also, is there any way to actually make them...
2010 Nov 01
1
auth child abort - "Requested NTLM scheme, but we have only SSHA256"
...d these messages in my logs. It seems that the user checked the
"encrypted password" in her outlook or something, and wants NTLM auth.
I'm storing all the passwords as SSHA256, and when the user tries to
auth, this happens:
=> dovecot.info
auth: Info: password(<username>,<user_ip>): Requested NTLM scheme, but
we have only SSHA256
auth: Debug: sql(<username>,<user_ip>): query: SELECT username AS user,
password, home AS userdb_home, uid AS userdb_uid, gid AS userdb_gid,
userdb_import AS userdb_userdb_import FROM userdb WHERE auth_username =
'<usernam...
2006 Apr 27
12
Stealing users IP address
Is there a functiaon to take the IP address of person who submits to a
form
example:
<input id="user_ip" name="user[ip]" type="hidden" value="<%=
some_ip_call %>" />
--
Posted via http://www.ruby-forum.com/.
2004 Jan 29
2
windows and log time with %t is not displayed
Hi,
I use the following log format on windows and Unix platforms:
from windows batch script:
--log-format="%%t [%%p] <recv<%USER_IP%<%USER%<%%f<%%l<%%b"
from unix bash script:
--log-format="%t [%p] <recv<${USER_IP}<${USER}<%f<%l<%b"
Here are examples of the log lines (on one line):
windows client:
2004/01/28 [2308]
<recv<192.168.0.53<web1<cygdrive/d/www/sproutkicksass....
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
...lease?
Brian
----------------------------------
Client Info:
Windows 2000 Sever Prof.
rsync on client 2.6
cygwin 1005.6.0.0
Server Info:
Debian Sarge using rsync 2.6 (no daemon mode)
Backup .bat file:
rem ------------------- These change for each client.
set USER=<Server_Login_Name>
set USER_IP=<SourceIP>
set BKUP_SRC=/cygdrive/c/foo-dir
rem ------------------- These should not
change-usually.
set INST_DIR=rsync_backup
set INST_LOC=C:\%INST_DIR%
set CYGWIN=binmode tty
set TERM=ansi
set HOME=%INST_LOC%
set REMOTE=<serverIP>
set BKUP_DEST=data/
set LOG_DEST=backup_stats/
set...
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
On 2015-11-26 13:33, Darren Tucker wrote:
> On Thu, Nov 26, 2015 at 4:11 PM, Tinker <tinkr at openmailbox.org> wrote:
>> The goal is to get a script invoked *at login time*,
>
> This part I follow, but having a script run is just a means to an end
> not the end itself. What is the script going to do?
>
>> so that the authentication only is known to the client
2007 Nov 20
3
Problem deleting tc rules
Hi all! :)
I see that this is partially covered in the mailing list archive
but at the moment I can''t find a straight & working answer.
I have an imq device with dynamically attacched classes/qdiscs/filters.
There is a hashing filter that maps the last octet of an user''s IP address
to a class (and associated qdisc). The "empty" filter looks like this:
filter
2017 Jan 08
0
auth: Error: BUG: Authentication client sent unknown handshake command
...11PLAIN#011plaintext
2017-01-08 08:15:23 dovecot: imap: Error: Disconnected from auth server,
aborting (client-pid=11364 client-id=1)
2017-01-08 08:15:23 dovecot: imap-login: Internal login failure
(pid=11364 id=1) (internal failure, 1 succesful auths):
user=<USER_NAME>, method=PLAIN, rip=<USER_IP>, lip=85.214.143.57,
mpid=11368, TLS, session=<0oiwA5BFmQBQhoL1>
-----------------------------------------------------------------------
Strangely, sending mails still worked fine (postfix uses dovecot SASL
authentification).
I could not find any hint what might have caused the error in...
2015 Nov 26
2
How disable forwarding-only connections (i.e. non-shell/command non-sftp connections)? (Maybe this is a feature request!)
...only some connections?)
>
> Assuming you write the PF rules to do so you should be able to match
> local processes (using "user" rules and the $user_id authpf macro) as
> well as connections from the IP address they're logging in as (using
> "from" rules and $user_ip macro).
Wait, to PF, isn't the user for all SSH connections "root" (independent
of what user you log in as)?
Also, how would PF know when an SSH connection became authenticated as
to trig some rule to run a script, then.
http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man5...