update URL of Qpsmtpd web site to github

This commit is contained in:
Matt Simerson 2014-03-25 12:37:11 -07:00
parent 56ef7452bd
commit a2816c50a7
4 changed files with 7 additions and 11 deletions

9
README
View File

@ -7,13 +7,13 @@
Qpsmtpd - qmail perl simple mail transfer protocol daemon Qpsmtpd - qmail perl simple mail transfer protocol daemon
web: web:
http://smtpd.develooper.com/ http://smtpd.github.io/qpsmtpd/
mailinglist: mailinglist:
qpsmtpd-subscribe@perl.org qpsmtpd-subscribe@perl.org
FAQ: FAQ:
https://github.com/qpsmtpd-dev/qpsmtpd-dev/wiki/faq https://github.com/smtpd/qpsmtpd/wiki/faq
=head1 DESCRIPTION =head1 DESCRIPTION
@ -67,7 +67,7 @@ Beware that the master branch might be unstable and unsuitable for anything
but development, so you might want to get a specific release, for but development, so you might want to get a specific release, for
example (after running git clone): example (after running git clone):
git checkout -b local_branch v0.84 git checkout -b local_branch v0.93
chmod o+t ~smtpd/qpsmtpd/ (or whatever directory you installed qpsmtpd chmod o+t ~smtpd/qpsmtpd/ (or whatever directory you installed qpsmtpd
in) to make supervise start the log process. in) to make supervise start the log process.
@ -103,8 +103,7 @@ If qmail is installed in a nonstandard location you should set the
$QMAIL environment variable to that location in your "./run" file. $QMAIL environment variable to that location in your "./run" file.
If there is anything missing, then please send a patch (or just If there is anything missing, then please send a patch (or just
information about what's missing) to the mailinglist or to information about what's missing) to the mailinglist or a PR to github.
ask@develooper.com.
=head1 Better Performance =head1 Better Performance

View File

@ -5,9 +5,7 @@
# this is designed to be run under tcpserver (http://cr.yp.to/ucspi-tcp.html) # this is designed to be run under tcpserver (http://cr.yp.to/ucspi-tcp.html)
# or inetd if you're into that sort of thing # or inetd if you're into that sort of thing
# #
# # For more information see http://smtpd.github.io/qpsmtpd/
# For more information see http://smtpd.develooper.com/
#
# #
use lib 'lib'; use lib 'lib';

View File

@ -2,8 +2,7 @@
# Copyright (c) 2001-2010 Ask Bjoern Hansen. See the LICENSE file for details. # Copyright (c) 2001-2010 Ask Bjoern Hansen. See the LICENSE file for details.
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/ # The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
# #
# For more information see http://smtpd.develooper.com/ # For more information see http://smtpd.github.io/qpsmtpd/
#
# #
use lib 'lib'; use lib 'lib';

View File

@ -5,7 +5,7 @@
# Based on qpsmtpd-forkserver Copyright (C) 2001 Ask Bjoern Hansen # Based on qpsmtpd-forkserver Copyright (C) 2001 Ask Bjoern Hansen
# See the LICENSE file for details. # See the LICENSE file for details.
# #
# For more information see http://smtpd.develooper.com/ # For more information see http://smtpd.github.io/qpsmtpd/
# safety guards # safety guards
use strict; use strict;