Quantcast
Channel: Sentora Support Forums - All Forums
Viewing all 4646 articles
Browse latest View live

StartSSL warning

$
0
0
Juste a notice for all StartSSL warning:

1. Mozilla and Google decided to distrust all StartCom root certificates as of 21st of October, this situation will have an impact in the upcoming release of Firefox and Chrome in January. Apple's decision announced on Nov 30th of distrusting all StartCom root certificates as of 1st of December will have an impact in their upcoming security update.
2. Any subscribers that paid the validation fee after Oct. 21st can get full refund by request.
3. StartCom will provide an interim solution soon and will replace all the issued certificates with issuance date on or after Oct 21st in case of requested. Meanwhile StartCom is updating all systems and will generate new root CAs as requested by Mozilla to regain the trust in these browsers.


Take care if you use them you will need to switch to another SSL provider as seem google is fighting them. I think their SSL certificates got badly used.

M B

Twofactor GAuthenticator

$
0
0
Hello!
Can add two-factor authenticator in sentora login like to RoundCube? if so can someone help me?

Sentora + Multicraft FTP Issue

$
0
0
So I recently setup an Ubuntu 14.04 server and setup Sentora first. Afterwards I installed Multicraft. There are two parts of Multicraft. A panel side and a daemon that runs the Minecraft servers. I installed the Panel side as a Subdomain in Sentora and it works flawlessly. The Daemon also works just fine.

The issue I am running into is FTP access for Multicraft Users. My sentora FTP clients can access their files just fine, however my Multicraft users keep getting invalid password errors even though they are correct. From what I have read Sentora uses proftpd-basic. Is this correct?

I have inquired as to which service Multicraft uses. Any help from this side would be greatly appreciated.

Can't Start Apache

$
0
0
Having a bit of issues recently

I keep getting

 bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please.

That still isn't solved,

And now I get the error: 

Dec 13 17:04:40 limpid01.techsen.co.za httpd[13862]: httpd: Syntax error on line 355 of /etc/httpd/conf/httpd.conf: Syntax error on line 35 of /etc/sentora/configs/apache/httpd.conf: Syntax error on line 90 of /etc/sentora/configs/apache/httpd-vhosts.conf: /etc/sentora/configs/apache/httpd-vhosts.conf:90: <virtualhost> was not closed.

when trying to start Apache 

Please assist

my httpd-vhost.conf
# DOMAIN: yahwehcustom.co.za
<virtualhost *:80>
ServerName yahwehcustom.co.za
ServerAlias  http://www.yahwehcustom.co.za
ServerAdmin yahwehcustom@gmail.com
DocumentRoot "/var/sentora/hostdata/kiro/public_html/"
php_admin_value open_basedir "/var/sentora/hostdata/kiro/public_html/:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/kiro/yahwehcustom.co.za-error.log" 
CustomLog "/var/sentora/logs/domains/kiro/yahwehcustom.co.za-access.log" combined
CustomLog "/var/sentora/logs/domains/kiro/yahwehcustom.co.za-bandwidth.log" common
<Directory "/var/sentora/hostdata/kiro/public_html/">
  Options +FollowSymLinks -Indexes
  AllowOverride All
  Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
Alias /webmail /etc/sentora/panel/etc/apps/webmail
# Custom VH settings (if any exist)

</virtualhost>
# END DOMAIN: yahwehcustom.co.za
################################################################


# DOMAIN: techsen.co.za
<virtualhost *:80>
ServerName techsen.co.za
ServerAlias  http://www.techsen.co.za
ServerAdmin zadmin@localhost
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/techsen_co_za"
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/techsen_co_za:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_status, proc_close, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, escapeshellcmd, escapeshellarg, exec"
ErrorLog "/var/sentora/logs/domains/zadmin/techsen.co.za-error.log" 
CustomLog "/var/sentora/logs/domains/zadmin/techsen.co.za-access.log" combined
CustomLog "/var/sentora/logs/domains/zadmin/techsen.co.za-bandwidth.log" common
<Directory "/var/sentora/hostdata/zadmin/public_html/techsen_co_za">
  Options +FollowSymLinks -Indexes
  AllowOverride All
  Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
Alias /webmail /etc/sentora/panel/etc/apps/webmail
# Custom VH settings (if any exist)
# Configuration for WebMail
<VirtualHost *:80>
 ServerAlias webmail.techsen.co.za 
 DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
 AddType application/x-httpd-php .php
 <Directory "/etc/sentora/panel/etc/apps/webmail/">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
 </Directory> 
</VirtualHost>

# Configuration for PHPmyadmin    
<VirtualHost *:80>
 ServerAlias mysql.techsen.co.za
 DocumentRoot "/etc/sentora/panel/etc/apps/phpmyadmin/"
 AddType application/x-httpd-php .php
 <Directory "/etc/sentora/panel/etc/apps/phpmyadmin/">
 Options +FollowSymLinks -Indexes
 AllowOverride All
 Require all granted
 </Directory>
</virtualhost>
# END DOMAIN: techsen.co.za
################################################################

my httpd.conf

# Sentora Apache Include file
# Written by Bobby Allen, 15/05/2011

# Set the Sentora Alias (used for development, sable will eventually use a VHOST)
#Alias
/Sentora /etc/sentora/panel

# Set a default server name for the master configuration to supress Apache daemon warnings
ServerName localhost

# Setup the directory settings and PHP security flags for the Sentora application directory.
<Directory /etc/sentora/panel>
    Options +FollowSymLinks
    DirectoryIndex index.php
    <IfModule mod_php5.c>
        AddType application/x-httpd-php .php
        php_flag magic_quotes_gpc Off
        php_flag track_vars On
        php_flag register_globals Off
        php_admin_value upload_tmp_dir /var/sentora/temp
    </IfModule>
</Directory>

# Disallow web access to directories that don't need it/that we don't want people looking in!
<Directory /etc/sentora/panel/cnf/>
    Require all denied 
</Directory>
<Directory /etc/sentora/panel/modules/*/hooks>
    Require all denied 
</Directory>

# Set server tokens
ServerTokens Prod

# Now we include the generic VHOST configuration file that holds all Sentora user hosted vhost data
Include /etc/sentora/configs/apache/httpd-vhosts.conf

# Include all SSL vhosts AFTER including the default generic VHOST configuration file
#Listen
443
Include /etc/sentora/configs/apache/ssl/*.conf

and the main httpd.conf


#
# This is the main Apache HTTP server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see 
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.  
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path.  If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so 'log/access_log'
# with ServerRoot set to '/www' will be interpreted by the
# server as '/www/log/access_log', where as '/log/access_log' will be
# interpreted as '/log/access_log'.

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path.  If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used.  If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
#
#ServerRoot
"/etc/httpd"

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to 
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen
12.34.56.78:80
#Listen
80
# Listen is now handled in Sentora vhosts file

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
Include conf.modules.d/*.conf

#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.  
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User apache
Group apache

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition.  These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed.  This address appears on some server-generated pages, such
# as error documents.  e.g. admin@your-domain.com
#
ServerAdmin root@localhost

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName
http://www.example.com:80

#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other 
# <Directory> blocks below.
#
<Directory />
    AllowOverride none
    Require all denied
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot /etc/sentora/panel

#
# Relax access to content within /var/www.
#
<Directory "/var/www">
    AllowOverride None
    # Allow open access:
    Require all granted
</Directory>

# Further relax access to the default document root:
<Directory "/var/www/html">
    #
    # Possible values for the Options directive are "None", "All",
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that "MultiViews" must be named *explicitly* --- "Options All"
    # doesn't give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # http://httpd.apache.org/docs/2.4/mod/core.html#options
    # for more information.
    #
    Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None

    #
    # Controls who can get stuff from this server.
    #
    Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.html
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being 
# viewed by Web clients. 
#
<Files ".ht*">
    Require all denied
</Files>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "logs/error_log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
    #
    # The following directives define some format nicknames for use with
    # a CustomLog directive (see below).
    #
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      # You need to enable mod_logio.c to use %I and %O
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>

    #
    # The location and format of the access logfile (Common Logfile Format).
    # If you do not define any access logfiles within a <VirtualHost>
    # container, they will be logged here.  Contrariwise, if you *do*
    # define per-<VirtualHost> access logfiles, transactions will be
    # logged therein and *not* in this file.
    #
   
#CustomLog
"logs/access_log" common

    #
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #
    CustomLog "logs/access_log" combined
</IfModule>

<IfModule alias_module>
    #
    # Redirect: Allows you to tell clients about documents that used to 
    # exist in your server's namespace, but do not anymore. The client 
    # will make a new request for the document at its new location.
    # Example:
    # Redirect permanent /foo http://www.example.com/bar

    #
    # Alias: Maps web paths into filesystem paths and is used to
    # access content that does not live under the DocumentRoot.
    # Example:
    # Alias /webpath /full/filesystem/path
    #
    # If you include a trailing / on /webpath then the server will
    # require it to be present in the URL.  You will also likely
    # need to provide a <Directory> section to allow access to
    # the filesystem path.

    #
    # ScriptAlias: This controls which directories contain server scripts. 
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

</IfModule>

#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>

<IfModule mime_module>
    #
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    #
    TypesConfig /etc/mime.types

    #
    # AddType allows you to add to or override the MIME configuration
    # file specified in TypesConfig for specific file types.
    #
   
#AddType
application/x-gzip .tgz
    #
    # AddEncoding allows you to have certain browsers uncompress
    # information on the fly. Note: Not all browsers support this.
    #
   
#AddEncoding
x-compress .Z
   
#AddEncoding
x-gzip .gz .tgz
    #
    # If the AddEncoding directives above are commented-out, then you
    # probably should define those extensions to indicate media types:
    #
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    #
    # AddHandler allows you to map certain file extensions to "handlers":
    # actions unrelated to filetype. These can be either built into the server
    # or added with the Action directive (see below)
    #
    # To use CGI scripts outside of ScriptAliased directories:
    # (You will also need to add "ExecCGI" to the "Options" directive.)
    #
   
#AddHandler
cgi-script .cgi

    # For type maps (negotiated resources):
   
#AddHandler
type-map var

    #
    # Filters allow you to process content before it is sent to the client.
    #
    # To parse .shtml files for server-side includes (SSI):
    # (You will also need to add "Includes" to the "Options" directive.)
    #
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
</IfModule>

#
# Specify a default charset for all content served; this enables
# interpretation of all content as UTF-8 by default.  To use the 
# default browser choice (ISO-8859-1), or to allow the META tags
# in HTML content to override this choice, comment out this
# directive:
#
AddDefaultCharset UTF-8

<IfModule mime_magic_module>
    #
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type.  The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #
    MIMEMagicFile conf/magic
</IfModule>

#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument
500 "The server made a boo boo."
#ErrorDocument
404 /missing.html
#ErrorDocument
404 "/cgi-bin/missing_handler.pl"
#ErrorDocument
402 http://www.example.com/subscription_info.html
#

#
# EnableMMAP and EnableSendfile: On systems that support it, 
# memory-mapping or the sendfile syscall may be used to deliver
# files.  This usually improves server performance, but must
# be turned off when serving from networked-mounted 
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults if commented: EnableMMAP On, EnableSendfile Off
#
#EnableMMAP
off
EnableSendfile on

# Supplemental configuration
#
# Load config files in the "/etc/httpd/conf.d" directory, if any.
#IncludeOptional
conf.d/*.conf
Include /etc/sentora/configs/apache/httpd.conf

Any help will be appreciated

Need to get my systems up

Apache not starting after Sentora Install

$
0
0
Hi,
I have installed Sentora from the script provided by Sentora's website.  The install script ran fine but when Apache goes to start it fails with:

no listening sockets available, shutting down
AH00015: Unable to open logs
Action 'start' failed.
The Apache error log may have more information.

Specs:
Using Ubuntu 14.04

I have done a netstat and nothing is holding port 80 hostage.

This server is a virtual server, but is dedicated.

trouble connecting to ftp

$
0
0
Hi there, I am trying to set up webhosting using sentora and a CentOS 6.8 VPS

I have got to there point where it says the following on my domain:

Quote:Your hosting space is ready...


I created an ftp account but I receive the following error when I try to connect through filezilla:
Quote:Command: open "zadmin_systemflow@systemflow.io" 22
Command: Pass: ****

Error: Authentication failed.
Error: Critical error: Could not connect to server

I would be very grateful if someone could help me problem solve from here, this is my first time trying to host a website and run a vps.

Send ok, receive not anymore (but used to)

$
0
0
Hi,
I'm experiencing a problem with mail.
I can send mail correctly, but I can't receive from few weeks. Everything was working fine on every domains (so I can exclude a wrong configuration of DNS on these).
I would like to receive some tips to start to fix the problem.
(there are not important mail in the mailboxes, I can delete everything about mail if needed. Important data are about web hosting instead).
Thank you

have mostly ended up being mere


At 23, his boxing career was ended when he was stabbed by

so far, Vijender won the

'UFC on FOX 22: VanZant vs. Waterson' Live Weigh-In Results And

Rendez-vous tout à l'heure pour regarder la pesée UFC on FOX 22

Problem with MYSQL connection

$
0
0
Hi, i have a problem with mysql connection.
I tried to use HeidiSQL and i can connect to mysql user but if i put mysql's data on my CMS it don't work, how can i resolve? Thanks in Advance

in Long Island. But now he has the

Smith was a union construction worker


HTML, PHP & POSTFIX

$
0
0
Hi, wondering if anyone could help me out 

I have my domain with a site and email hosted on one sentora server 

I have a contact us HTML form and a PHP server side script

HTML 

Code:
<form action="email_form.php" method="post">
               <input id="name" name= "name" type="text" class="text" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}">
               <input id="email" name="email" type="text" class="text" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}">
               <input id="subject" name="subject" type="text" class="text" value="Subject" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Subject';}">
               <textarea id="message" name="message" value="Comment" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}">Comment</textarea>
               <input type="submit" value="submit">
            </form>


PHP
PHP Code:
<?php

    
{
 
   $name=$_REQUEST['name'];
 
   $email=$_REQUEST['email'];
 
   $subject=$_REQUEST['subject'];
 
   $message=$_REQUEST['message'];
 
   if (($name=="")||($subject=="")||($email=="")||($message==""))
 
       {
        echo 
"All fields are required, please fill <a href=\"\">the form</a> again.";
     
   }
 
   else{        
     
   $from="From: $name<$email>\r\nReturn-path: $email";
        
mail("info@mydomain.co.za"$name$subject$message$from);
        echo 
"Email sent!";
     
   }
 
    
?>

Now this works perfectly and if I go to the roundcube webmail I get the response

But I have this on another page 

HTML 
Code:
<form action="email_form_service.php" method="post">
               <input id="name" name= "name" type="text" class="text" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}">
               <input id="company" name= "company" type="text" class="text" value="Company" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Company';}">
               <input id="contact" name= "contact" type="text" class="text" value="Contact Number" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Contact';}">
               <input id="service" name= "service" type="text" class="text" value="Name Of Service" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Service';}">
               <input id="email" name="email" type="text" class="text" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}">
               <input id="budget" name="budget" type="text" class="text" value="Enter Maximum Budget" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Budget';}">
               <textarea id="message" name="message" value="Comment" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}">Message</textarea>
               <input type="submit" value="submit">
            </form>

PHP
PHP Code:
<?php

    
{
 
   $name=$_REQUEST['name'];
 
   $email=$_REQUEST['email'];
 
   $contact=$_REQUEST['contact'];
 
   $service=$_REQUEST['service'];
 
   $budget=$_REQUEST['budget'];
 
   $company=$_REQUEST['company'];
 
   $message=$_REQUEST['message'];
 
   if (($name=="")||($email=="")||($contact=="")||($service=="")||($budget=="")||($company=="")||($message==""))
 
       {
        echo 
"All fields are required, please fill <a href=\"\">the form</a> again.";
     
   }
 
   else{        
     
   $from="From: $name<$email>\r\nReturn-path: $email";
        
mail("quotes@mydomain.co.za"$name$contact$service$budget$company$message$from);
        echo 
"Request Sent!";
     
   }
 
   }
?>
It doesn't work 
I do get the Request sent message but nothing in the webmail
Postfix main.cf
Code:
# postfix config file

# uncomment for debugging if needed
soft_bounce=yes

# postfix main
mail_owner = postfix
setgid_group = postdrop
delay_warning_time = 4

# postfix paths
html_directory = no
command_directory = /usr/sbin
daemon_directory = /usr/libexec/postfix
queue_directory = /var/spool/postfix
sendmail_path = /usr/sbin/sendmail.postfix
newaliases_path = /usr/bin/newaliases.postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/postfix-2.2.2/samples
readme_directory = /usr/share/doc/postfix-2.2.2/README_FILES

# network settings
inet_interfaces = all
mydomain = limpid01.mydomain.co.za
myhostname = limpid01.mydomain.co.za
mynetworks = 127.0.0.1, 91.134.137.101
mydestination = localhost.$mydomain, localhost
relay_domains = proxy:mysql:/etc/sentora/configs/postfix/mysql-relay_domains_maps.cf

# mail delivery
recipient_delimiter = +

# mappings
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
#transport_maps
= hash:/etc/postfix/transport
#local_recipient_maps
=

# virtual setup
virtual_alias_maps = proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_alias_maps.cf,
                    regexp:/etc/sentora/configs/postfix/virtual_regexp
virtual_mailbox_base = /var/sentora/vmail
virtual_mailbox_domains = proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_domains_maps.cf
virtual_mailbox_maps = proxy:mysql:/etc/sentora/configs/postfix/mysql-virtual_mailbox_maps.cf
virtual_minimum_uid = 995
virtual_uid_maps = static:995
virtual_gid_maps = static:12
virtual_transport = dovecot
dovecot_destination_recipient_limit = 1

# debugging
debug_peer_level = 2
debugger_command =
        PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin
        xxgdb $daemon_directory/$process_name $process_id & sleep 5

# authentication
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/auth

# tls config
smtp_use_tls = no
smtpd_use_tls = no
#smtp_tls_note_starttls_offer
= yes
#smtpd_tls_loglevel
= 1
#smtpd_tls_received_header
= yes
#smtpd_tls_session_cache_timeout
= 3600s
#tls_random_source
= dev:/dev/urandom
#smtp_tls_session_cache_database
= btree:$data_directory/smtp_tls_session_cache
# Change mail.example.com.* to your host name
#smtpd_tls_key_file
= /etc/pki/tls/private/mail.example.com.key
#smtpd_tls_cert_file
= /etc/pki/tls/certs/mail.example.com.crt
# smtpd_tls_CAfile = /etc/pki/tls/root.crt

# rules restrictions
smtpd_client_restrictions =
smtpd_helo_restrictions =
smtpd_sender_restrictions =
smtpd_recipient_restrictions = permit_sasl_authenticated,
       permit_mynetworks,
       reject_unauth_destination,
       reject_non_fqdn_sender,
       reject_non_fqdn_recipient,
       reject_unknown_recipient_domain
# uncomment for realtime black list checks. (Warn: will also reject false positive)
#       ,reject_rbl_client zen.spamhaus.org
#       ,reject_rbl_client bl.spamcop.net
#       ,reject_rbl_client dnsbl.sorbs.net

smtpd_helo_required = yes
unknown_local_recipient_reject_code = 550
disable_vrfy_command = yes
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_banner = $myhostname ESMTP

message_size_limit = 20480000

Any assistance would be appreciated
Running mailq give this output


Code:
F1A3F23E3AF      876 Thu Dec 15 09:00:01  root@limpid01.mydomain.co.za
(delivery temporarily suspended: mail for limpid01.mydomain.co.za loops back to myself)
                                        root@limpid01.mydomain.co.za

F1CED3846D     2952 Sun Dec 18 13:53:40  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F05AE2107CB     2953 Sun Dec 18 13:53:48  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F10E61D22EB     2953 Sun Dec 18 13:53:31  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F3AFA1D21C6     2953 Sun Dec 18 13:53:47  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F34F21D22D2     2953 Sun Dec 18 13:53:42  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F23941D224C     2953 Sun Dec 18 13:53:42  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F0A461D2237     2953 Sun Dec 18 13:53:43  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F142117E02     2951 Sun Dec 18 13:53:30  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

F33881D2107     2953 Sun Dec 18 13:53:36  MAILER-DAEMON
                                                 (mail transport unavailable)
                                        root@limpid01.mydomain.co.za

-- 7852 Kbytes in 3250 Requests.

Cut the above Short, too long to post here

any help would be appreciated
Regards
Kamzo

DENVER — The Patriots can seek a bit of

proving that not even their own a

Patriots can clinch the AFC East and a

Several NFL players have joined Colin Kaepernick since the 49ers

Viewing all 4646 articles
Browse latest View live