aboutsummaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d956b52fb353a8274a5745dcba4d5973ed87a7b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: pyg
Section: news
Priority: optional
Maintainer: Cosimo Alfarano <kalfa@debian.org>
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 3.0), python-dev (>= 2.6.6-3~), flex, bison

Package: pyg
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Suggests: news-transport-system , mail-transport-agent, procmail | maildrop | sensible-mda
Description: Python Mail <-> News Gateway
 Python Gateway Script from news to mail and vice versa.
 .
 It is intended to be a full SMTP/NNTP rfc compliant gateway
 with whitelist manager.
 .
 You will probably have to install a mail-transport-agent and/or
 news-transport-system package to manage SMTP/NNTP traffic.
 .
 MTA is needed for mail2news service, since mail have to be
 processed on a box where pyg is installed. You can use a remote
 smtpserver for news2mail.
 .
 News system is useful but not needed, since you can send articles to a
 remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you
 will need it.
 .
 It refers to rfc 822 (mail) and 850 (news).