Difference between revisions of "Regify provider appliance tech"

From regify WIKI
Jump to navigation Jump to search
(Created page with '== PostFix == The regify Provider Appliance runs a PostFix server as MTA or SmartHost. You can use the following tricks to get a closer look: To see the queue status: > mailq …')
 
Line 2: Line 2:
 
The regify Provider Appliance runs a PostFix server as MTA or SmartHost. You can use the following tricks to get a closer look:
 
The regify Provider Appliance runs a PostFix server as MTA or SmartHost. You can use the following tricks to get a closer look:
  
To see the queue status:
+
To see the '''queue status''':
 
  > mailq
 
  > mailq
  
To flush the mailqueue (maybe, after you changed something)
+
To '''flush the mailqueue''' (maybe, after you changed something)
 
  > postqueue -f
 
  > postqueue -f
  
To show log (continuously):
+
To '''show mail log''' (continuously):
 
  > tail-f /var/logs/maillog
 
  > tail-f /var/logs/maillog
  
Line 14: Line 14:
 
You can find most logs in
 
You can find most logs in
 
  > /var/log/
 
  > /var/log/
  > /var/log/httpd
+
  > /var/log/httpd/
  
 
Additionally, the regify-provider does its own daily logging about provider business:
 
Additionally, the regify-provider does its own daily logging about provider business:
  > /opt/provider/REGIFY_LOGS
+
  > /opt/provider/REGIFY_LOGS/
 +
 
 +
== appliance ==
 +
If you like to '''turn off the regify Provider Appliance''', exit the appliance menu and enter
 +
> shutdown -h now
 +
 
 +
It may be you need to use '''sudo'''.

Revision as of 15:19, 20 December 2011

PostFix

The regify Provider Appliance runs a PostFix server as MTA or SmartHost. You can use the following tricks to get a closer look:

To see the queue status:

> mailq

To flush the mailqueue (maybe, after you changed something)

> postqueue -f

To show mail log (continuously):

> tail-f /var/logs/maillog

Logfiles

You can find most logs in

> /var/log/
> /var/log/httpd/

Additionally, the regify-provider does its own daily logging about provider business:

> /opt/provider/REGIFY_LOGS/

appliance

If you like to turn off the regify Provider Appliance, exit the appliance menu and enter

> shutdown -h now

It may be you need to use sudo.