Aug 5 14:00:26 mail imapd: Connection, ip=[::ffff:127.0.0.1]
Aug 5 14:00:26 mail imapd: LOGIN, user=info@mydomain.com, ip=[::ffff:127.0.0.1], port=[49766], protocol=IMAP
Aug 5 14:00:26 mail postfix/pickup[2938]: 739A342F01CC: uid=48 from=<info@mydomain.com>
Aug 5 14:00:26 mail postfix/cleanup[2971]: 739A342F01CC: hold: header Received: by mail.mydomain.com (Postfix, from userid 48)??id 739A342F01CC; Thu, 5 Aug 2010 14:00:26 -0700 (PDT) from local; from=<info@mydomain.com>
Aug 5 14:00:26 mail postfix/cleanup[2971]: 739A342F01CC: message-id=<;
Aug 5 14:00:26 mail imapd: LOGOUT, user=info@mydomain.com, ip=[::ffff:127.0.0.1], headers=0, body=0, rcvd=636, sent=203, time=0
Aug 5 14:00:26 mail imapd: Connection, ip=[::ffff:127.0.0.1]
Aug 5 14:00:26 mail imapd: LOGIN, user=info@mydomain.com, ip=[::ffff:127.0.0.1], port=[49770], protocol=IMAP
Aug 5 14:00:26 mail imapd: LOGOUT, user=info@mydomain.com, ip=[::ffff:127.0.0.1], headers=791, body=0, rcvd=311, sent=2624, time=0
Aug 5 14:00:26 mail MailScanner[2966]: New Batch: Scanning 1 messages, 888 bytes
Aug 5 14:00:26 mail MailScanner[2966]: Virus and Content Scanning: Starting
Aug 5 14:00:26 mail MailScanner[2966]: Requeue: 739A342F01CC.A2EB7 to C5C3142F01CB
Aug 5 14:00:26 mail MailScanner[2966]: Uninfected: Delivered 1 messages
Aug 5 14:00:26 mail postfix/qmgr[2939]: C5C3142F01CB: from=<info@mydomain.com>, size=1022, nrcpt=1 (queue active)
Aug 5 14:00:26 mail MailScanner[2966]: Deleted 1 messages from processing-database
Aug 5 14:00:26 mail postfix/virtual[2984]: C5C3142F01CB: to=<mailman@mydomain.com>, relay=virtual, delay=0.4, delays=0.37/0.02/0/0.01, dsn=5.1.1, status=bounced (unknown user: "mailman@mydomain.com")
Aug 5 14:00:26 mail postfix/cleanup[2971]: CEB1642F01CD: message-id=<;
Aug 5 14:00:26 mail postfix/qmgr[2939]: CEB1642F01CD: from=<>, size=2813, nrcpt=1 (queue active)
Aug 5 14:00:26 mail postfix/bounce[2986]: C5C3142F01CB: sender non-delivery notification: CEB1642F01CD
Aug 5 14:00:26 mail postfix/qmgr[2939]: C5C3142F01CB: removed
Aug 5 14:00:26 mail postfix/virtual[2984]: CEB1642F01CD: to=<info@mydomain.com>, relay=virtual, delay=0.01, delays=0/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
Aug 5 14:00:26 mail postfix/qmgr[2939]: CEB1642F01CD: removed
Some notes:
1. It seems Postfix could not find the alias Mailman generated. I checked I do have these in place:
_BBCODE_WROTE:
[root@mail ~]# ll /etc/mailman/
total 36
-rw-r----- 1 root mailman 41 Aug 5 13:19 adm.pw
-rw-rw---- 1 mailman mailman 1132 Aug 5 13:42 aliases
-rw-rw---- 1 mailman mailman 12288 Aug 5 13:42 aliases.db
lrwxrwxrwx 1 root mailman 34 Aug 5 13:15 mm_cfg.py -> /usr/lib/mailman/Mailman/mm_cfg.py
-rw-r--r-- 1 root mailman 14114 May 24 2008 sitelist.cfg
2.
_BBCODE_WROTE:
[root@mail ~]# cat /etc/mailman/aliases
# This file is generated by Mailman, and is kept in sync with the
# binary hash file aliases.db. YOU SHOULD NOT MANUALLY EDIT THIS FILE
# unless you know what you're doing, and can keep the two files properly
# in sync. If you screw it up, you're on your own.
# The ultimate loop stopper address
mailman-loop: /var/lib/mailman/data/owner-bounces.mbox
# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""This module contains your site-specific settings.
From a brand new distribution it should be copied to mm_cfg.py. If you
already have an mm_cfg.py, be careful to add in only the new settings you
want. Mailman's installation procedure will never overwrite your mm_cfg.py
file.
The complete set of distributed defaults, with documentation, are in the file
Defaults.py. In mm_cfg.py, override only those you want to change, after the
from Defaults import *
line (see below).
Note that these are just default settings; many can be overridden via the
administrator and user interfaces on a per-list or per-user basis.
"""
###############################################
# Here's where we get the distributed defaults.
from Defaults import *
import pwd, grp
##################################################
# Put YOUR site-specific settings below this line.
##############################################################
# Here's where we override shipped defaults with settings #
# suitable for the RPM package. #
MAILMAN_UID = pwd.getpwnam('mailman')[2]
MAILMAN_GID = grp.getgrnam('mailman')[2]
##############################################################
# Set URL and email domain names #
#
# Mailman needs to know about (at least) two fully-qualified domain
# names (fqdn)
#
# 1) the hostname used in your urls (DEFAULT_URL_HOST)
# 2) the hostname used in email addresses for your domain (DEFAULT_EMAIL_HOST)
#
# For example, if people visit your Mailman system with
# "http://www.dom.ain/mailman" then your url fqdn is "www.dom.ain",
# and if people send mail to your system via "yourlist@dom.ain" then
# your email fqdn is "dom.ain". DEFAULT_URL_HOST controls the former,
# and DEFAULT_EMAIL_HOST controls the latter. Mailman also needs to
# know how to map from one to the other (this is especially important
# if you're running with virtual domains). You use
# "add_virtualhost(urlfqdn, emailfqdn)" to add new mappings.
# Default to using the FQDN of machine mailman is running on.
# If this is not correct for your installation delete the following 5
# lines that acquire the FQDN and manually edit the hosts instead.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum