< Home - < Back

python-lamson


Information about the package, python-lamson, which is shipped with common Linux distributions. The python-lamson package is designed for, A modern Pythonic mail server.


Package Name:

python-lamson

Summary:

A modern Pythonic mail server

Description:

Lamson is a pure Python SMTP server designed to create robust and complex mail applications in the style of modern web frameworks such as Django. Unlike traditional SMTP servers like Postfix or Sendmail, Lamson has all the features of a web application stack (ORM, templates, routing, handlers, state machines, Python) without needing to configure alias files, run new aliases, or juggle tons of tiny fragile processes. Lamson also plays well with other web frameworks and Python libraries.

Architecture:

noarch

Version:

1.1

Release:

4.el6

Size:

476 k

Repository:

epel

From Repository:

Licence:

GPLv3



Handy Yum Commands for python-lamson


Control the python-lamson package with the following handy commands outlined below.


Command

Description of Command

yum install python-lamson

This command will install python-lamson on the server.

yum remove python-lamson

This command will un-install python-lamson on the server. When you run this command, you will be asked if you are sure that you want to remove python-lamson, so you have to manually confirm that you want to do this.

yum -y remove python-lamson

This command will un-install python-lamson on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-lamson when using the -y flag.

yum update python-lamson

This command will update python-lamson to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-lamson, so you have to manually confirm that you want to do this.

yum -y update python-lamson

This command will update python-lamson to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-lamson when using the -y flag.

yum info python-lamson

This command will show you core information about the python-lamson package.

yum deplist python-lamson

This command will show you the dependencies for python-lamson. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-lamson

This command will check if there is an update waiting on python-lamson. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.