Displaying 4 results from an estimated 4 matches for "client_options".
2005 Dec 29
3
Post problem with select lists
hey,
i have this problem
how come i always get -1 for the select list??
rhtml
First, select a client.
<select id="client_id" name="client[id]" onChange="submit();" >
<%= options_for_select(@client_options, @client_id.to_i) %>
</select><%= @client_id %>
controller
if @request.post?
if @request.xml_http_request? #called by ajax,
@client_id = -2
else
@client_id = -11#params[:client][:id].nil? ? -11 : params[:client][:id]
end
else
@client_id = -1
end
shouldnt it be-11 ???...
2007 Jul 02
2
dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?
Hi List,
I have a dumb sendmail question, and I'm wondering if anyone can
point me in the right direction (besides "sendmail list is two doors
down on the left" ;-).
One of our clients has a bunch of servers -- CentOS 5 -- that are on
only a private network that's NATted to the outside world -- that is,
those servers can initiate outbound connections fine, but don't
2017 Jan 07
0
gmail.com rejection of e-mail on a Centos 6 sendmail server related to reverse ipv6 lookups
...d a fix to the problem.
http://serverfault.com/questions/512615/how-to-stop-sendmail-sending-ma
il-from-ipv6-instead-of-ipv4/824833#824833
When I added the following with '1.2.3.4' being the ipv4 address of the
Centos 6 server that had the problem, the mail to gmail.com worked
perfectly.
CLIENT_OPTIONS(`Family=inet6,Addr=::ffff:1.2.3.4')dnl
If any of the rest of you have had this difficulty I hope this helps.
Greg Ennis
2012 Jan 09
1
Windows, Rails 3.1.3, Omniauth-BrowserID, SSL Erro
One and all, I have scoured the internet high and low tonight and I
can not for the life of me fix this damn problem. I have downloaded
certificates, installed certificates, changed my :ca_path and such as
stated in the documentation for omniauth-facebook for which I thought
would be ok to do with this one. Can anyone point me in the right
direction of how to disable SSL in development mode