On Thu, Jul 07, 2016 at 12:30:33PM +0100, postmas...@quantum-radio.net wrote:
> Getting closer.

But not understanding some basics.

> Now at least using the command line,
> 
> echo 'lists' | mail majordomo

See "man mail" to learn how to use your mailx(1) client.  Or, better 
yet, as below, just stick with a different client for now.  "mail" is 
about the worst possible choice for testing.  (Funny, too, that it 
seems to be every beginner's first choice as well!)

Also note that "majordomo" is not a complete email address.  Use a 
complete address, localpart@domainpart.

> I get this. It is actually looking to deliver it to the command line. =
> But not yet...
> 
> Jul  7 08:48:21 zeus postfix/pickup[95164]: 2AF4137FD740: uid=3D501 =

Turn on "enable_long_queue_ids = yes"

Please turn OFF the stupid HTML markup in your mail client.

> There is a FATAL in there. No recipient in message header=E2=80=A6 but =
> there is - majordomo, because it actually tries to deliver it.
> 
> anyway, from the Mail app
> 
> I get this
> 
> The server response was: <majord...@quantum-radio.net>: Recipient 
> address rejected: User unknown in virtual mailbox table

This means the DOMAINPART (quantum-radio.net) was found in 
virtual_mailbox_domains, but the full address was NOT found in 
virtual_mailbox_maps.

> So, close, but no cigar ..

You need to use local(8) delivery to run a command, such as a 
listserver.

There are two common ways to do that:
1. List the domain in mydestination
2. List the address in virtual_alias_maps pointing to an address
   in mydestination

Another means of running a command would be with a pipe(8) 
transport(5).  I don't recommend that, but I mention it to be 
complete.  For a listserver, it's likely to be best to use a 
subdomain for lists and have that in mydestination.  I've never 
configured the Major, but I am familiar with Mailman, and this 
makes it very easy in Postfix.

Note that your problem at this point has *nothing* to do with 
majordomo.  Switching to Mailman would not change anything.

> I don=E2=80=99t know if this is any help =E2=80=A6 but here it is.

You should be able to tell us why you set those settings and what 
they mean.  And you probably need to remove quite a lot of them.

> postconf -n (postfix version 3.0.1)

> myhostname =3D zeus.quantum-radio.net
> mynetworks_style =3D host

myorigin is not set.  That's what controls how Postfix deals with 
unqualified localparts when used as email addresses.

It was hard to read and way too long, so I didn't go over your 
"postconf -n" in detail.
-- 
  http://rob0.nodns4.us/
  Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:

Reply via email to