search for: local_us

Displaying 20 results from an estimated 37 matches for "local_us".

Did you mean: local_fs
2006 May 15
2
[PATCH 10/12 bugfix: openssh-4.3p2: memory leak
The variable local_user was allocated by xstrdup and is not freed or pointed to in this branch. This patch adds the xfree. This entire set of patches passed the regression tests on my system. Bug found by Coverity. Signed-off-by: Kylene Hall <kjhall at us.ibm.com> --- sshconnect.c | 1 + 1 files changed, 1 ins...
2010 Mar 04
1
ADS integration and local users...
Hello, I have a Debian server with Samba. I've put this server in AD. Everything is ok for domain users, but I can't connect with a local user !!! I've created this local user : # adduser local_user # smbpasswd -a local_user Then : # smbclient \\\\192.0.0.1\\ressource -U local_user Enter local_user's password: Domain=[MY_DOMAIN] OS=[Unix] Server=[Samba 3.2.5] tree connect failed: NT_STATUS_ACCESS_DENIED Here is my [global] section : [global] workgroup = MY_DOMAIN realm =...
2016 Nov 16
2
Exim still accepting emails to nonexistent users
After adding the configuration bit: deny message = invalid recipient domains = +local_domains !verify = recipient/callout=no_cache from: http://wiki2.dovecot.org/LMTP/Exim <http://wiki2.dovecot.org/LMTP/Exim> running update-exim4.conf and service exim4 restart the server is still accepting emails to recipients that do not exist in dovecot. Any ideas?
2016 Nov 21
2
Exim still accepting emails to nonexistent users
...Heiko, Here is the router: virtual_aliases: driver = redirect debug_print = "R: Check address using virtual_aliases for $local_part@$domain" allow_fail allow_defer hide data = CHECK_VIRTUAL_ALIASES user = vmail group = mail local_user: debug_print = "R: local_user for $local_part@$domain" driver = accept domains = +local_domains #Dovecot auth check # check_local_user local_parts = ! root transport = dovecot_lmtp cannot_route_message = Unknown user And this is the transport: dovecot_lmtp: driver = l...
2006 May 08
3
operator overload on views
...vel > item end end (other operators are overloaded in essentially the same way). As I understand it, using the operator ">" inside the overloaded operator is OK because User.userlevel.class == Fixnum. in my "edit.rhtml" view, I have the following code: <% if @local_user > @user && @local_user >= 7000 || @local_user == @user %> ... <% end %> this produces an exception: "comparison of Fixnum with User failed" - are my overloaded operators not being used, or am I doing something wrong? -- Posted via http://www.ruby...
2005 Apr 28
11
Three NIC problem
Hi! I have setup a router with 3 NIC: inet->eth0->eth1-local_users ->eth2-DMZ_server I have also setup dhcp and DNS on the router. DHCP is server only for eth1 while on eth2 I have static IP address. So everything works except connecting local_users on eth1 to Samba shares on the server in DMZ by server name. Yes, I have it in my DNS records to point...
2011 Jan 16
5
Smart IMAP proxying with imapc storage
I just committed a very early initial implementation of "imapc" storage backend to v2.1 hg: http://hg.dovecot.org/dovecot-2.1 You can't really do anything except open INBOX and read mails from it, so it's currently only intended for initial testing. It sucks in many ways right now, but I'll be improving it. The idea is that you could set for example: mail_location =
2016 Nov 07
2
Redirect the emails from domain2 to domain1
...main_old to a domain_new. I'd like to redirect all the emails from domain_old to the local mailboxes of users @ domain_new. In exim I've assumed that it is enough to add domain_old to the list of local domains: domainlist local_domains = @ : domain_new : domain_old ... begin routers ... local_users: debug_print = "R: local_user for $local_part@$domain" driver = accept domains = +local_domains transport = dovecot_lmtp cannot_route_message = Unknown user However in Dovecot I'm checking both the username and the domain to perform the authentication: auth_usernam...
2016 Nov 23
0
Exim still accepting emails to nonexistent users
Hi Heiko, Sorry for using your private email address. :/ I managed to get this working using local_user changes by adding ldap user verification there: local_user: debug_print = "R: local_user LDAP lookup for $local_part@$domain" driver = accept domains = +local_domains condition = CHECK_VIRTUAL_USER transport = dovecot_lmtp cannot_route_message = Unknown user Where CH...
2019 Mar 26
0
No, still glitches for exim/winbind...
...work as expected. Again waited at least 5 minutes, the rebooted the other DC, and i've catch: ==> /var/log/exim4/mainlog <== 2019-03-26 18:21:19 H=(fouc.pp.lnf.it) [10.27.1.254] X=TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128 CV=no F=<service at external-service.com> rejected RCPT <local_user at fvg.lnf.it>: Unrouteable address (again 'Unrouteable address' is by design in my exim configuration, effectively seems as user desappear from NSS) 'local user' exist, in fact one minute later: 2019-03-26 18:22:08 1h8pm0-00027Q-No => local_user <local_user at fvg.lnf...
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi, Heiko Schlittermann <hs at schlittermann.de> (Mo 21 Nov 2016 11:50:13 CET): > a) Routing stage > You need to interact with the user database dovecot uses. > Either you access the user database directory (flat file, LDAP, > whatever) or you use the ${readsocket?} feature of Exim to talk to > dovecot. The readsocket trick doesn't seem to work anymore. Using $
2015 Aug 05
2
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
...rs don't have no explicit namespaces configured and both are using the Maildir storage plugin. doveadm -Dv -o imapc_user=remote_user -o imapc_host=source.host -o imapc_port=993 -o imapc_ssl=imaps -o imapc_password=remote_pass -o imapc_features="rfc822.size fetch-headers" backup -R -u local_user imapc: All seems to go well, showing local and remote mailbox syncing without errors, then finally: dsync(mcg): Debug: brain M: Deleting mailbox 'INBOX' (GUID 59023c2a911dc255842b0000d09efc50): UIDVALIDITY changed (1355416734 -> 1438784913) dsync(mcg): Error: Mailbox INBOX sync: mail...
2018 Dec 10
2
[PATCH] cleanup of global variables server/client_version_string in sshconnect.c
...ature " "scheme; disabling use of RSA keys", remote_version); - chop(server_version_string); + chop(*server_version_stringp); } /* defaults to 'no' */ @@ -1406,6 +1404,8 @@ ssh_login(Sensitive *sensitive, const char *orighost, { char *host; char *server_user, *local_user; + char *client_version_string = NULL; + char *server_version_string = NULL; local_user = xstrdup(pw->pw_name); server_user = options.user ? options.user : local_user; @@ -1415,7 +1415,7 @@ ssh_login(Sensitive *sensitive, const char *orighost, lowercase(host); /* Exchange protocol...
2007 Jan 26
1
Ubuntu, Exim, deliver: permissions/setgid problem
Hello all, I have a little problem. I'm trying to set up Dovecot deliver (1.0 beta 3) as the LDA for Exim4 on Ubuntu 6.06 with MBOX, and I'm running into permissions problems. Exim typically wants to run pipes as the user to whom the mail is being delivered (as per the "check_local_user"). deliver needs access to the auth socket and needs to be able to create files in /var/mail. In Ubuntu, /var/mail is writeable by group mail, but not by others. So I thought I'd make deliver run as the user to whom the mail is being delivered (as per default) and with group "mail&...
2016 Nov 21
0
Exim still accepting emails to nonexistent users
Hi Marti, (Please do not send CC to my private account) Marti Markov <marti1234 at gmail.com> (Mo 21 Nov 2016 03:52:54 CET): > > Here is the router: > > virtual_aliases: ? > hide data = CHECK_VIRTUAL_ALIASES > local_user: > debug_print = "R: local_user for $local_part@$domain" > driver = accept > domains = +local_domains > #Dovecot auth check > # check_local_user > local_parts = ! root > transport = dovecot_lmtp > > And this is the transport: > > dovecot_lmt...
2001 Oct 23
1
Connection Timeout
This is my first post so first of all I will say hello to everyone. I have rsync configured and working properly on my local network however when I try to connect from a remote host (one located in a different state) the connection times out. I was wondering if there was another way to set the timeout besides in the rsyncd.conf file? As I said the connection works fine on the internal lan, but
2012 Nov 08
3
pop3 exim4 dovecot
Hi, I have an exim4 and dovecot system. The system has multiple accounts. Exim4 is receiving emails in the /var/mail/user files and dovecot is configured to use /home/user/mail (mbox) folder. I have one account that dovecot is not processing replies/bounces/etc... The data is being written in the /var/mail/user file by exim4 but as far as dovecot is aware there is nothing in the pop3 inbox.
2020 Jan 22
2
Using dsync for a single mailbox?
...te_victim> -o imapc_password=<remote_victim_password> backup -u <local_victim> -R imapc: The best I can do is get it to complete without any errors but without transferrig any mail. I've added the imapc config to local.conf, and I run it like this: doveadm -Dv sync -1 -R -u local_user -m mailbox_name imapc: (or variations on that, e.g. with -n namespace). It successfully logs in to the remote imapd, but doesn't decide to transfer anything. If I leave off the "-m mailbox_name" it does start traversing the remote maibox hierarchy, but I really don't want it...
2010 Jan 12
2
[patch] Automatically add keys to agent
..., 0)) + debug("Identity added: %s (%s)", authfile, comment); + else + verbose("Error while adding identity!"); + } + /* Compute and send a response to the challenge. */ respond_to_rsa_challenge(challenge, private->rsa); @@ -670,6 +675,7 @@ ssh_userauth1(const char *local_user, const char *serv Sensitive *sensitive) { int i, type; + AuthenticationConnection *auth = NULL; if (supported_authentications == 0) fatal("ssh_userauth1: server supports no auth methods"); @@ -715,14 +721,15 @@ ssh_userauth1(const char *local_user, const char *serv *...
2007 Jan 04
1
samba fails to start.
...create_builtin_administrators: Failed to create Administrators [2007/01/04 13:45:27, 0] auth/auth_util.c:create_builtin_users(751) create_builtin_users: Failed to create Users [2007/01/04 13:45:27, 0] passdb/pdb_interface.c:guest_user_info(295) guest_user_info: Unable to locate guest account [local_user]! [2007/01/04 13:45:27, 0] smbd/server.c:main(960) ERROR: failed to setup guest info. Any help is appreciated. Bill mail:/# apt-get install samba smbclient swat winbind krb5-doc krb5-user \krb5-config Reading package lists... Done Building dependency tree... Done The following extra package...