On Tuesday 13 January 2009 12:52:26 pm Bruce Harding wrote:
> I'm running a blog with Wordpress 2.7 and I would like have a limited
> amount of users be about to register to my blog.  The problem I'm having is
> the verification email is not going through.  Below is the error message
> from /var/log/messages.
>
>
> Jan 13 12:44:11 server sendmail[7951]: n0DHiAfd007951:
> to=br...@computerbooksforless.com, ctladdr=apache (81/81), delay=00:00:01,
> xdelay=00:00:00, mailer=relay, pri=30525, relay=[127.0.0.1] [127.0.0.1],
> dsn=4.0.0, stat=Deferred: Connection refused
>
> So my questions are this a problem with Rogers or do I have a configuration
> problem.  Do I need to use my Rogers Smtp?

================

netstat -an |grep 25
tcp        0      0 192.168.0.210:55056     216.239.51.125:5223     
ESTABLISHED
unix  3      [ ]         STREAM     CONNECTED     
757425   /tmp/.ICE-unix/dcop14747-1231800271
unix  3      [ ]         STREAM     CONNECTED     
609257   /tmp/.ICE-unix/14758
unix  3      [ ]         STREAM     CONNECTED     609256
unix  3      [ ]         STREAM     CONNECTED     609254   /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     609252
unix  3      [ ]         STREAM     CONNECTED     12625    /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     
12577    /tmp/.ICE-unix/14758
unix  3      [ ]         STREAM     CONNECTED     12576
unix  3      [ ]         STREAM     CONNECTED     12573    /tmp/.X11-unix/X0
unix  3      [ ]         STREAM     CONNECTED     12572
unix  3      [ ]         STREAM     CONNECTED     
12571    /tmp/.ICE-unix/dcop14747-1231800271
unix  3      [ ]         STREAM     CONNECTED     12570
unix  3      [ ]         STREAM     CONNECTED     
12523    /tmp/.ICE-unix/dcop14747-1231800271
unix  3      [ ]         STREAM     CONNECTED     12522
unix  3      [ ]         STREAM     CONNECTED     
12501    /tmp/.ICE-unix/14758
unix  3      [ ]         STREAM     CONNECTED     12500
unix  3      [ ]         STREAM     CONNECTED     
10725    /var/run/dbus/system_bus_socket

=======================================
My sendmail.mc


include(`/usr/share/sendmail-cf/m4/cf.m4')dnl
divert(-1)
#
# Copyright (c) 2001-2003 Sendmail, Inc. and its suppliers.
#       All rights reserved.
#
# By using this file, you agree to the terms and conditions set
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
#

#
#  This is the prototype file for a set-group-ID sm-msp sendmail that
#  acts as a initial mail submission program.
#

divert(0)dnl
VERSIONID(`$Id: submit.mc,v 8.14 2006/04/05 05:54:41 ca Exp $')
define(`confCF_VERSION', `Submit')dnl
define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
define(`_USE_DECNET_SYNTAX_', `1')dnl support DECnet
define(`confTIME_ZONE', `USE_TZ')dnl
define(`confDONT_INIT_GROUPS', `True')dnl
dnl
dnl If you use IPv6 only, change [127.0.0.1] to [IPv6:::1]
FEATURE(`msp', `[127.0.0.1]')dnl

#FEATURE(`msp', `[127.0.0.1]', `MSA')dnl
~


-- 
Bruce Harding, Member: IEEE, SPIE, IACR
Manager,
Computer Books for Less
210 Bank St.
Ottawa ON  K2P 1W2
Phone: 613-233-7418
Fax: 613-233-6823
_______________________________________________
Linux mailing list
Linux@lists.oclug.on.ca
http://oclug.on.ca/mailman/listinfo/linux

Reply via email to