|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Virtual user not found - integrating with mailman
From: Oliver Hookins (ohookins
gmail.com)
Date: Tue Jun 06 2006 - 09:37:33 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Magnus Bäck wrote:
> On Tuesday, June 06, 2006 at 14:56 CEST,
> Oliver Hookins <ohookins
gmail.com> wrote:
>
>> Magnus Bäck wrote:
>>
>>> I'm guessing unqualified virtual table right-hand side addresses
>>> together with myorigin = afterhoursmusic.org. Always post "postconf -n"
>>> output when asking for help.
>> That is probably right. By "unqualified" do you mean lacking a domain
>> name?
>
> Yes.
>
>> If so does postfix automatically add myorigin to these addresses?
>
> Yes, unless append_at_myorign = no. But that's unsupported.
>
> The addresses in virtual alias domains must eventually be rewritten
> to addresses in domains that are not virtual alias domains.
Hmm... I'm still not getting it. Here's postconf -n :
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
allow_percent_hack = no
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
disable_vrfy_command = yes
inet_interfaces = all
mailbox_size_limit = 0
mydestination = localhost.afterhoursmusic.org, localhost
myhostname = mail.afterhoursmusic.org
mynetworks = 127.0.0.0/8, 202.4.232.139/32
myorigin = /etc/mailname
owner_request_special = no
recipient_delimiter = +
relayhost =
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = reject_rbl_client relays.ordb.org
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, reject_invalid_hostname,
reject_non_fqdn_hostname, reject_unknown_hostname
smtpd_recipient_restrictions = reject_invalid_hostname,
reject_non_fqdn_hostname, reject_non_fqdn_sender,
reject_non_fqdn_recipient, reject_unknown_sender_domain,
reject_unknown_recipient_domain, reject_unauth_pipelining,
permit_mynetworks, reject_unauth_destination, permit
unknown_local_recipient_reject_code = 550
Thanks,
Oliver
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]