[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postfix Access Problem - fixed but ...



Andrei Popescu wrote:
On Mon, Mar 31, 2008 at 04:36:28PM -0400, Thomas H. George wrote:
Mar 31 16:07:28 Phoenix identd[8050]: started
Mar 31 16:07:28 Phoenix sm-mta[8049]: NOQUEUE: SYSERR(root): hash map "access": missing map file /etc/mail/access.db: No such file or directory
Mar 31 16:07:28 Phoenix sm-mta[8049]: ruleset=check_relay, arg1=localhost, arg2=127.0.0.1, relay=tom@localhost [127.0.0.1], reject=451 4.3.0 Temporary system failure. Please try again later.

What is this sm-mta? A quick search seems to indicate you have sendmail installed? AFAIK you can't have several MTAs installed. So please check you really installed postfix (dpkg -l postfix). If you did, please post the output of 'postconf -n'.

Regards,
Andrei
Mike Bird's suggestion solved the access problem but mutt still sends mail nowhere. dpkg -l postfix shows the package is installed (ii). Sendmail was previously installed but purged (pn). The output of postconf -n is in the attachment post.txt. I have also attached the relevant portion of tail /var/log/syslog in post2.txt. The sm-mta has been replaced by postfix apparently because I ran "postmap access" as this is the only change I have made.

Do you have any idea why my test messages are going nowhere?

Tom
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
delay_warning_time = 1h
inet_interfaces = all
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = tomgeorge.info, Phoenix.Zoo, localhost.Zoo, localhost
myhostname = Phoenix.Zoo
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost = 
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = check_client_access hash:/etc/postfix/access
smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_use_tls = yes
Apr  1 13:38:01 Phoenix postfix/pickup[4127]: 2CF5530540: uid=1000 from=<tom>
Apr  1 13:38:01 Phoenix postfix/cleanup[4221]: 2CF5530540: message-id=<20080401173801.GB4167@tomgeorge.info>
Apr  1 13:38:01 Phoenix postfix/qmgr[4128]: 2CF5530540: from=<tom@tomgeorge.info>, size=446, nrcpt=1 (queue active)
Apr  1 13:38:01 Phoenix postfix/local[4223]: 2CF5530540: to=<mail@tomgeorge.info>, relay=local, delay=0.04, delays=0.03/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: procmail -a "$EXTENSION")
Apr  1 13:38:01 Phoenix postfix/qmgr[4128]: 2CF5530540: removed

Reply to: