search for: proxy1

Displaying 20 results from an estimated 50 matches for "proxy1".

Did you mean: proxy
2018 Nov 15
1
Dovecot proxy: per user/domain 'namespace/inbox/prefix' from MySQL
...' AND disabled_smtpauth=0; +------------------------+ | namespace/inbox/prefix | +------------------------+ | | +------------------------+ 1 row in set (0.00 sec) After reloading dovecot service with auth_debug = yes are the maillog for an IMAP session: Nov 15 12:43:48 proxy1 dovecot: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth Nov 15 12:43:48 proxy1 dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/lib20_auth_var_expand_crypt.so Nov 15 12:43:48 proxy1 dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libdriver_mysql.so...
2010 Mar 30
1
Force Winbind Domain
Hi all, Is there any way to force Winbind to auhenticate against a certain domain even if another was specified? I'm currently having problems authenticating some users on squid as they seem to inform the wrong domain. I can see messages like these on my cache log: Login for user [PROXY1]\[USERNAME]@[WRKSTATION] failed due to [No such user] The problem is that our domain is not called proxy1 (that is our proxy DNS name) and we can see some (not all) users unable to authenticate due to this. So my question is, can I force the domain to be MYDOMAIN instead of PROXY1? Thank you! --...
2016 Feb 22
6
Kerberos Principal
Hi all, I’m looking to add in a kerberos principal on my server for the AD domain. I see there are ways to do this for user(s), but I don’t see how to add a principal for hosts. In general, I’ld like to add something like the following to me 4.3.4 Domain: ktpass -princ afpserver/fqdn at REALM -mapuser mapuser at domain +rndPass -out afpserver.keytab This is for a netatalk server. I’ve never
2016 Feb 23
0
Kerberos Principal
You mean something like : Create a user for a service. samba-tool user create squid-proxy --description="Unprivileged user for SQUID-Proxy Services" --random-password Disable password expiry. samba-tool user setexpiry squid-proxy --noexpiry setting HTTP SPN on the proxy user (proxy1) samba-tool spn add HTTP/proxy1.internal.domain.tld squid-proxy samba-tool spn add HTTP/proxy1.internal.domain.tld at KERB_REALM squid-proxy And export the keytab. samba-tool domain exportkeytab --principal=HTTP/proxy1.internal.domain.tld /home/proxy1.keytab Greetz, > -----Oorspronkelijk...
2001 Oct 18
1
Patch for SSH-tunneling via HTTPS-proxy
...f Jakob <openssh at jakob.weite-welt.com>, don't blame me + * if someone is abusing your misconfigured proxies :) but some broken firewalls require this feature + */ +void +https_proxy_handshake(const char *connect_string) +{ + int connection_out = packet_get_connection_out(); + +#define PROXY1 "CONNECT " +#define PROXY3 " HTTP/1.0\r\n\r\n" + + if (atomicio(write, connection_out, PROXY1, sizeof(PROXY1)-1) != sizeof(PROXY1)-1) + fatal("write proxy1: %.100s", strerror(errno)); + + if (atomicio(write, connection_out, (void *)connect_string, strlen(connect_s...
2010 Mar 03
1
forward problem!
Hello all, Here my architecture : Proxy1-asterisk1-proxy2-phone1 If a call arrived from proxy1 to phone1 AND phone1 always forward to proxy, asterisk1 say: -- Now forwarding SIP/phone1-0000001d to 'Local/969990349 at proxy2' (thanks to SIP/proxy2-0000001e) Why it use Local ? I just need to use as a normal call, not a loc...
2009 Jun 25
1
request.host, proxy chains and HTTP_X_FORWARDED_HOST
...ontrollers, url_for generates a full url, with the host name. This causes problems when we have a chain of Apache proxy servers: My Browser ---> Proxy 1 ----> Proxy 2 ----> Phusion Deployment Server. In this scenario, the request header item HTTP_X_FORWARDED_HOST contains the following: proxy1:81, proxy2 Rails extracts the host by splitting this string and getting the last item: (actionpack-2.3.2\lib\action_controller\request.rb line 271) def raw_host_with_port if forwarded = env["HTTP_X_FORWARDED_HOST"] forwarded.split(/,\s?/).last else env[&...
2009 Jun 24
7
PHP AGI Not Working and Odd Behavior
Hi, I'm running asterisk 1.4.22 on a debian server. I have php5 installed and it works correctly command line. When trying to run a php script via AGI, I get messages such as: GI Tx >> I> AGI Rx << #!/usr/bin/php5 -q AGI Tx >> 510 Invalid or unknown command The scripts are completely executable and owned by asterisk -rwxr-xr-x 1 asterisk asterisk Googling is not helping
2016 Apr 16
7
Domain member seems to work, wbinfo -u not (update2)
On 16/04/16 21:09, L.P.H. van Belle wrote: > New update. > > > > I now have done about 6 machines. > > 2 with samba 4.2.10 work fine, 2 not. > > 1 with samba 4.3.7 works fine, 1 not. > > > > I saw Jelmer updated the samba to 4.3.8 in sid, so i recompiled these to jessie. > > I upgraded the 4.3.7 to 4.3.8 Hi Louis, debian 4.2.10 is the same as
2005 Jan 08
7
France has their (first?) SIP carrier with "unlimited" calls for 6eu/mo
Asterisk must have a reasonably large community here in France judging from the number of people who came out to meet Mark. Either that or we were ALL there :) Something I've been waiting for, a voIP carrier on the models we are used to (low monthly or pay as you go, web account) has just set up their first beta test for 1 euro for the first month, 6euros if you decide to keep it. The basic
2016 Apr 17
0
Domain member seems to work, wbinfo -u not (update3)
Ok some new info. Yesterday file server worked, print server not. Today, both dont work. Same test today, proxy1 and proxy2. Proxy1 didnt work, proxy2 did ( at that time 4.3.6) I upgraded (to 4.3.8) proxy2, tested again, still working. Ok, now this proxy 2 is an vm ( a copy of proxy1 ), so lets try something.. I remove proxy2 from the ad domain (proxy1 is our main proxy) so this one is to test with. Cl...
2017 Nov 05
2
Listing AD group members
On Mon, Oct 30, 2017 at 2:03 PM, Rowland Penny via samba <samba at lists.samba.org> wrote: >> >> /etc/hosts >> 127.0.0.1 localhost proxy1 proxy2 printer >> 127.0.1.1 hostname.dev.domain.local hostname > > Aha, your Unix domain members IP isn't 127.0.1.1, so either change > '127.0.1.1' to its ipaddress, if it has a fixed IP, or remove the line > if it is getting its IP via DHCP. > > Rowland Tha...
2017 Oct 26
2
haproxy ssl support
...bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem mode tcp default_backend pop3 backend pop3 mode tcp balance leastconn stick store-request src stick-table type ip size 200k expire 30m timeout connect 5000 timeout server 50000 server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl --- --- dovecot.conf haproxy_trusted_networks = [2001:db8::]/64 service pop3-login { inet_listener pop3_haproxy { port = 10110 haproxy = yes } } --- It would also be nice if haproxy wo...
2017 Oct 30
2
Listing AD group members
...template shell = /bin/bash template homedir = /home/%D/%U /etc/resolv.conf search domain.local nameserver 10.x.x.20 nameserver 10.x.x.21 nameserver 10.x.x.11 nameserver 10.x.y.10 nameserver 10.x.y.20 nameserver 10.y.x.90 nameserver 10.y.x.21 nameserver 10.y.x.90 /etc/hosts 127.0.0.1 localhost proxy1 proxy2 printer 127.0.1.1 hostname.dev.domain.local hostname # The following lines are desirable for IPv6 capable hosts ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters /etc/krb5.conf [libdefaults] default_realm = DOMAIN.LOCAL dns_lookup_realm = false dn...
2013 May 27
1
Problem with dsync replication : mails are not deleted correctly
...r A. When I try a second time to get the mail on server B, then all becomes OK : the mail is deleted on both server A and B. I can reproduce the problem every time. Is it a known bug or not ? If yes, is there a patch ? If no, may the problem come from my config ? Regards, Nicolas. [root at int-proxy1 dovecot-2.2.2-p1]# doveconf -n # 2.2.2: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-194.el5xen x86_64 Red Hat Enterprise Linux Server release 5.5 (Tikanga) ext3 disable_plaintext_auth = no hostname = int-proxy1 mail_location = maildir:/home/vmail/%u mail_plugins = acl quota notify replic...
2008 Mar 12
0
SIP Registration!
...e any peer setting in my sip.conf file. But when i use a peer and make calls thru the DID number it doesn't reach asterisk at all. Doesnt give me any errors as well. peer in my sip conf is as given below: [proxy2_bandtel] type=peer username=206******1 secret=******* fromdomain=206******1 host=proxy1.bandtel.com qualify=yes outboundproxy=proxy1.bandtel.com If i dont use the above code in sip.conf file the DID number reaches asterisk and completes the incoming call. But i need to have the above code to register SIP, which should give me the status as ok when i run the command 'sip show peer...
2012 Sep 27
1
LTMP Proxy fails when backend server connection refused
Version: 2.1.9 Connecting directly to the proxy server on the LMTP port, issue lhlo, mail from, rcpt to, data. After the . closing of data, it just hangs there. The logs on the proxy server show: Sep 27 19:55:12 proxy1 dovecot: lmtp(9398): Connect from 69.8.2.71 Sep 27 19:55:24 proxy1 dovecot: lmtp(9398): Error: lmtp client: connect(lmtp, 7025) failed: Connection refused root 9398 1102 0 19:53 ? 00:00:00 dovecot/lmtp The proxy server is hard coded (not director in this case). I purposefully shut...
2013 Mar 12
1
How does Asterisk handle ACK's?
...in one of our Asterisk nodes where the ACK is always sent to the proxy, but RR is not enabled for calls. The proxy drops the ACK. I'm using the AMI interface to originate a call: Action: login Username: myusername Secret: mypassword Events: on Action: Originate Channel: SIP/<SOMENUMBER>@proxy1 CallerID: <SOMENUMBER> Application: Playback Data: hello-world Using Asterisk 10.5.0. Shouldn't Asterisk send the ACK directly to the endpoint in the Contact header? Regards, Grant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.dig...
2013 Sep 06
1
Use SRV for failover proxy
Hi all, is it possible that asterisk uses two proxies with SRV? The enddevices are registered on one of the two Proxies (Kamailio). The two proxies communicate with each other. And asterisk can choose one of this proxies with SRV. asterisk | \ | \ Proxy1 Proxy2 I have tries to solve this problem with two trunks for this proxies and Dial(... at proxytrunk) but on this way the properties of the enddevices are lost and the properties from trunk are taken. So i'd like to use SRV, if that is possible. Very thanks Dominique
2017 Oct 26
1
haproxy ssl support
...de tcp >> default_backend pop3 >> backend pop3 >> mode tcp >> balance leastconn >> stick store-request src >> stick-table type ip size 200k expire 30m >> timeout connect 5000 >> timeout server 50000 >> server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl >> server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl >> --- >> >> --- dovecot.conf >> haproxy_trusted_networks = [2001:db8::]/64 >> service pop3-login { >> inet_listener pop3_haproxy { >> port = 101...