Update URL
This commit is contained in:
parent
1ea8e79850
commit
ff0c6134a9
6
qpsmtpd
6
qpsmtpd
@ -1,12 +1,12 @@
|
||||
#!/usr/bin/perl -Tw
|
||||
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
|
||||
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
|
||||
# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details.
|
||||
# The "command dispatch" system was taken from colobus - http://trainedmonkey.com/colobus/
|
||||
#
|
||||
# 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
|
||||
#
|
||||
#
|
||||
# For more information see http://develooper.com/code/qpsmtpd/
|
||||
# For more information see http://smtpd.develooper.com/
|
||||
#
|
||||
#
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/perl -Tw
|
||||
# Copyright (c) 2001 Ask Bjoern Hansen. See the LICENSE file for details.
|
||||
# Copyright (c) 2001-2009 Ask Bjoern Hansen. See the LICENSE file for details.
|
||||
# The "command dispatch" system is taken from colobus - http://trainedmonkey.com/colobus/
|
||||
#
|
||||
# For more information see http://develooper.com/code/qpsmtpd/
|
||||
# For more information see http://smtpd.develooper.com/
|
||||
#
|
||||
#
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Based on qpsmtpd-forkserver Copyright (C) 2001 Ask Bjoern Hansen
|
||||
# See the LICENSE file for details.
|
||||
#
|
||||
# For more information see http://develooper.com/code/qpsmtpd/
|
||||
# For more information see http://smtpd.develooper.com/
|
||||
|
||||
# safety guards
|
||||
use strict;
|
||||
|
Loading…
Reference in New Issue
Block a user