search for: your_host_tld

Displaying 8 results from an estimated 8 matches for "your_host_tld".

2017 May 05
6
tabs ignored in here document
...ed, 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 SSLCertificateFile /etc/pki/tls/ce...
2017 May 05
2
tabs ignored in here document
...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> >> </VirtualHost> >> <VirtualHost...
2017 May 05
0
tabs ignored in here document
...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> > SSLEngine On > S...
2017 May 05
0
tabs ignored in here document
.... 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> >>> </VirtualHost&g...
2017 May 05
0
tabs ignored in here document
...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> > <VirtualHost *:443> > SS...
2017 Mar 19
2
The challenge of customizing Dovecot
...n have my total instructions available on my server, but to share with you what I have done for Dovecot customization and maybe to get some recommendations on improvements. For the most part, I have used SED to modify the conf files. I use a few env variables: your_domain_tld= your_host_only= your_host_tld=$your_host_only.$your_domain_tld Postfix_Database_Password= What follows are the pieces of my customization, all comments welcomed (this is NOT adequately tested! That is later in the week!): sed -i -e "/^#protocols/s/$/ sieve/w /dev/stdout" /etc/dovecot/dovecot.conf sed -i -e "s...
2017 Mar 23
3
The challenge of customizing Dovecot
On 03/22/2017 09:16 PM, Rob McAninch wrote: >> On Mar 22, 2017, at 18:25, Robert Moskowitz <rgm at htt-consult.com> wrote: >> >> >> >>> On 03/22/2017 11:36 AM, chaouche yacine wrote: >>> Robert, >>> >>> What would be the benefit of using sed against making customized files and just copying them ? I'd probably just want to copy a
2017 Apr 14
2
several misc questions, public folders and sharing, quota, ssl
Hi Aki, Thanks for your reply. Sorry, hit the reply to and not the reply to all option. So, even when a folder is a public folder I'm still needing to use the acl plugin? The public/TestFolder is showing up, the public/TestFolder1 is not. Thanks. Dave. On 4/14/17, Aki Tuomi <aki.tuomi at dovecot.fi> wrote: > Please keep responses on the list. Thank you. =) > > Without ACL