Displaying 12 results from an estimated 12 matches for "admin_email".
2017 May 05
6
tabs ignored in here document
...rent directory
get listed, and the resultant file is all flush left, as if I had used
the +EOF option:
Thing is, I thought I tested this previously, so it is possible that
there is now something wrong in my environment causing the problem?
cat <<EOF>00-init.conf || exit 1
ServerAdmin $admin_email
ServerName $your_host_tld
<VirtualHost *:80>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
<VirtualHost *:443>
SSLEngine On
SSLCerti...
2012 Jun 18
1
using hiera for node classification
...stly toy cases like the above. If so, is it possible
to pass in parameterized classes this way, like:
user@host$ cat openstackall.yaml 2012-06-18 14:56:01 jon pts/13
---
classes:
- openstack::all: {
public_address: %{ipaddress_eth0},
public_interface: eth0,
private_interface: eth1,
admin_email: nobody@csail.mit.edu,
admin_password: admin_password,
keystone_admin_token: keystone_admin_token,
nova_user_password: nova_user_password,
glance_user_password: glance_user_password,
rabbit_password: rabbit_password,
rabbit_user: rabbit_user,
libvirt_type: kvm,
fixed_range: 10.0.0.0...
2008 Dec 20
2
Setup ReceiveFax(), fax2mail, mime-construct - but now Sendmail :(
...erisk/fax/${STRFTIME(${EPOCH},,%Y%m%d%H%M)}-0${CALLERIDNUM})
exten => s,2,ReceiveFAX(${FAXFILE}.tif)
exten => s,3,Hangup()
exten=>h,1,System(/usr/local/bin/fax2mail --cid-number "0${CALLERIDNUM}"
--cid-name "home fax" --dest-name "admin" --dest-email "${admin_email}"
-f "${FAXFILE}")
which all seems work well on the CLI. No errors.
fax2mail uses mime-contruct to send the fax by sendmail. That didn't work.
No email. /var/log/maillog:
Dec 19 21:04:53 asterisk sendmail[2628]: mBH2mWvQ006043:
to=<admin at myco.com>, ctladdr=<roo...
2011 Jun 15
1
.new_record? and :_destroy
Rails version 2.3.8
I have a ticket model that has many comments
the comments have an attribute called "admin" -- is this a comment
added by an administrator
the ticket has an attribute called "admin_email_address"
I want to validate when saving the ticket and say "if I have a new
admin comment, make sure I have an admin_email_address"
In my ticket model, the method to do the validate looks like the
following and works as expected except for one thing. If the :_destroy
flag on the co...
2017 May 05
2
tabs ignored in here document
...om my web howto into a
terminal window (screen usbtty into the Centos server). Is Terminal
suppressing the tabs from the clipboard? I am using Xfce.
>
> cat <<\EOF > 00-init.conf ...
> ...
> EOF
>
>> cat <<EOF>00-init.conf || exit 1
>> ServerAdmin $admin_email
>> ServerName $your_host_tld
>> <VirtualHost *:80>
>> <Directory "/var/www/html">
>> Options Indexes FollowSymLinks
>> AllowOverride None
>> Require all granted
>> </Directory>
>> </Virtua...
2008 Jul 09
1
Need basic PPPoE startup help
...MATCH THE LINES THAT ARE UP.
#STEP THREE: THE PROGRAM SHOULD FOCUS ON RESTORING THE DROPPED PPPOE
LINE(S).
#STEP FOUR: THE PROGRAM MUST REPEAT STEP TWO ONCE STEP THREE HAS
SUCCEEDED.
###############################################
# REQUIRED VARIABLES. THESE MUST BE SET PROPERLY!!!
our $admin_email =q`your_email_address at your_domain_name.com`;
our $domain_name = "your_domain_name.com";
our $GATEWAY_1 = 'x.x.x.x'; #GATEWAY OF PPP0 LINE
our $GATEWAY_2 = 'x.x.x.x'; #GATEWAY OF PPP1 LINE
our $IPADDRESS_1 = 'x.x.x.x'; #STATIC IP ADDRESS OF PPP0 LINE (ASSIGNED
B...
2012 Feb 14
6
SMTP problem.
...se_delivery_errors = false
# config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "smtphost.aber.ac.uk",
:port => 25,
:domain => "Christopher-PC"
}
ADMIN_EMAIL="chris230391-YDxpq3io04c@public.gmane.org"
Any help would be much appreciated. Thanks.
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to ru...
2017 May 05
0
tabs ignored in here document
...te the command.
>
....
I suspect that the shell is attempting to expand the '*'
character. You need to escape the delimiter with a backslash
to keep the shell from expanding:
cat <<\EOF > 00-init.conf ...
...
EOF
>cat <<EOF>00-init.conf || exit 1
>ServerAdmin $admin_email
>ServerName $your_host_tld
><VirtualHost *:80>
> <Directory "/var/www/html">
> Options Indexes FollowSymLinks
> AllowOverride None
> Require all granted
> </Directory>
></VirtualHost>
><VirtualHost *:443>...
2017 May 05
0
tabs ignored in here document
...screen usbtty into the Centos server). Is Terminal
> suppressing the tabs from the clipboard? I am using Xfce.
>
>
>>
>> cat <<\EOF > 00-init.conf ...
>> ...
>> EOF
>>
>>> cat <<EOF>00-init.conf || exit 1
>>> ServerAdmin $admin_email
>>> ServerName $your_host_tld
>>> <VirtualHost *:80>
>>> <Directory "/var/www/html">
>>> Options Indexes FollowSymLinks
>>> AllowOverride None
>>> Require all granted
>>> </Direct...
2017 May 05
0
tabs ignored in here document
...resultant file is all flush left, as if I had used
> the +EOF option:
>
> Thing is, I thought I tested this previously, so it is possible that
> there is now something wrong in my environment causing the problem?
>
> cat <<EOF>00-init.conf || exit 1
> ServerAdmin $admin_email
> ServerName $your_host_tld
> <VirtualHost *:80>
> <Directory "/var/www/html">
> Options Indexes FollowSymLinks
> AllowOverride None
> Require all grantedve sh
> </Directory>
> </VirtualHost>
> <Vir...
2009 Aug 26
1
denyhosts configuration
...S_DENY = /etc/hosts.deny
PURGE_DENY = 1w
BLOCK_SERVICE = sshd
DENY_THRESHOLD_INVALID = 2
DENY_THRESHOLD_VALID = 10
DENY_THRESHOLD_ROOT = 1
DENY_THRESHOLD_RESTRICTED = 1
WORK_DIR = /var/lib/denyhosts
SUSPICIOUS_LOGIN_REPORT_ALLOWED_HOSTS=YES
HOSTNAME_LOOKUP=NO
LOCK_FILE = /var/lock/subsys/denyhosts
ADMIN_EMAIL = user at example.com
SMTP_HOST = localhost
SMTP_PORT = 25
SMTP_FROM = DenyHosts <nobody at example.com>
SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME]
AGE_RESET_VALID=5d
AGE_RESET_ROOT=25d
AGE_RESET_RESTRICTED=25d
AGE_RESET_INVALID=10d
DAEMON_LOG = /var/log/denyhosts
DAEMON_SLEEP = 30s
DAE...
2005 Dec 31
9
Railspdf plugin problem
Hi,
For my app i need to generate pdf file for reports. I am trying the railspdf
plugin, got it installed using command:
ruby script/plugin install
svn://rubyforge.org//var/svn/railspdfplugin/railspdf/
The problem is that when i re-started my webrick it won''t run, with errors
messages like this (shown only first message):
*D:/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2.5