exim error: What does it mean?

2002-06-24 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

What does this mean?

# /usr/sbin/exim   -v -M 17MVAm-0002nz-00 
delivering message 17MVAm-0002nz-00
LOG: 0 MAIN PANIC DIE
  Neither the system_aliases director nor the address_pipe transport set
a uid for local delivery of | /usr/lib/sympa/bin/queue
[EMAIL PROTECTED]

- -- 
Baloo


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9FzL7NtWkM9Ny9xURAjWxAJ96RLJnY4WykSan6dnOoRbIHOJQywCeIAfj
TgKSbxl8RBBJZOshKI3aElI=
=7iXh
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: exim error: What does it mean?

2002-06-24 Thread Omen Wild
If there are any mailing list and exim experts out there I would
appreciate a second set of eyeballs on what I've done.

Quoting Paul Johnson [EMAIL PROTECTED] on Mon, Jun 24 07:55:

 What does this mean?
 
 # /usr/sbin/exim   -v -M 17MVAm-0002nz-00 
 delivering message 17MVAm-0002nz-00
 LOG: 0 MAIN PANIC DIE
   Neither the system_aliases director nor the address_pipe transport
set a uid for local delivery of | /usr/lib/sympa/bin/queue
[EMAIL PROTECTED]

From a google search I managed to piece together something that worked.
First, I moved all of the sympa specific aliases into a separate
aliases file (/etc/aliases.sympa).  Then I added the following to
exim's 'TRANSPORTS CONFIGURATION' section:
- Begin TRANSPORTS CONFIGURATION -
sympa_list_pipe:
   driver = pipe
user = sympa
group = sympa
return_fail_output
- End TRANSPORTS CONFIGURATION -

And this to exim's 'DIRECTORS CONFIGURATION' section:
- Begin DIRECTORS CONFIGURATION -
sympa_lists:
   driver = aliasfile
   search_type = lsearch
   file = /etc/aliases.sympa
   pipe_transport = sympa_list_pipe
- End DIRECTORS CONFIGURATION -

I put the above after the system_aliases: and before the userforward:
sections.

I had to take the domain part out of the aliases (that is, the part to
the left of the colon) in /etc/aliases.sympa in order to get it to work.  I
believe there is an option in the exim config that will allow domains
in the alias file but I don't know what it is.  My /etc/aliases.sympa
looks like this:
- Begin aliases.sympa -
#-- SYMPA begin
## Aliases used for the sympa mailing-list manager
sympa: | /usr/lib/sympa/bin/queue sympa
sympa-request: postmaster
sympa-owner: postmaster
listmaster: postmaster
#-- SYMPA end

#- [EMAIL PROTECTED]
sympa-test: | /usr/lib/sympa/bin/queue [EMAIL PROTECTED]
sympa-test-request: | /usr/lib/sympa/bin/queue [EMAIL PROTECTED]
sympa-test-owner: | /usr/lib/sympa/bin/bouncequeue sympa-test
sympa-test-unsubscribe: | /usr/lib/sympa/bin/queue [EMAIL PROTECTED]
sympa-test-subscribe: | /usr/lib/sympa/bin/queue [EMAIL PROTECTED]
#
- End aliases.sympa -

Hope this helps,
   Omen

-- 
The first myth of management is that it exists.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: exim error: What does it mean?

2002-06-24 Thread Derrick 'dman' Hudson
On Mon, Jun 24, 2002 at 07:55:55AM -0700, Paul Johnson wrote:
| What does this mean?
| 
| # /usr/sbin/exim   -v -M 17MVAm-0002nz-00 
| delivering message 17MVAm-0002nz-00
| LOG: 0 MAIN PANIC DIE
|   Neither the system_aliases director nor the address_pipe transport set
| a uid for local delivery of | /usr/lib/sympa/bin/queue
| [EMAIL PROTECTED]

It means that neither the filter nor the transport specified which uid
to run the program as.

You have 2 choices for correcting that.

1)  put
system_filter_user = pick a user
in the global section of the config

2)  put
user = pick a user
in the 'address_pipe' transport

I think the former is a better choice for you since the address_pipe
transport is likely used by other pipe-generating parts of the system
and you don't want them to obtain access to the user you're running
sympa as.

-D

-- 

How great is the love the Father has lavished on us,
that we should be called children of God!
1 John 3:1 
 
http://dman.ddts.net/~dman/



pgpWsI7Vvc4eQ.pgp
Description: PGP signature


Re: Exim-error: What does this mean?

1997-08-23 Thread Christoph Lameter
/etc/aliases must not be group or world writable and be owned by
the correct user.

In article [EMAIL PROTECTED] you wrote:
: Can somebody help me to configure my exim please.  There was no
: responses after a previous request.

: I have a dialup ppp-connection to an ISP.  Incoming mail works without
: problem.  Some outgoing messages also.  However, there is one address
: (and it is one I have used several times a week with smail) which
: gives the following error message in the /var/log/exim/mainlog:
: -
: 1997-08-11 12:23:01 0wxrcr-2u-00 system_aliases director:
: /etc/aliases (linear search): wrong mode 

: 1997-08-11 12:23:01 0wxrcr-2u-00 == [EMAIL PROTECTED]
: D=system_aliases defer (-17): /etc/aliases (linear search): wrong mode
: -
: I do not understand what is wrong.

: 
: Johann Spies
: [EMAIL PROTECTED]

: Windsorlaan 19
: Pietermaritzburg
: 3201
: Suid Afrika (South Africa)
: Tel/Faks Nr. +27 331-46-1310


: --
: TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
: [EMAIL PROTECTED] . 
: Trouble?  e-mail to [EMAIL PROTECTED] .



-- 
--- +++ --- +++ --- +++ --- +++ --- +++ --- +++ --- +++ ---
Please always CC me when replying to posts on mailing lists.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Exim-error: What does this mean?

1997-08-11 Thread Johann Spies
Can somebody help me to configure my exim please.  There was no
responses after a previous request.

I have a dialup ppp-connection to an ISP.  Incoming mail works without
problem.  Some outgoing messages also.  However, there is one address
(and it is one I have used several times a week with smail) which
gives the following error message in the /var/log/exim/mainlog:
-
1997-08-11 12:23:01 0wxrcr-2u-00 system_aliases director:
/etc/aliases (linear search): wrong mode 

1997-08-11 12:23:01 0wxrcr-2u-00 == [EMAIL PROTECTED]
D=system_aliases defer (-17): /etc/aliases (linear search): wrong mode
-
I do not understand what is wrong.


Johann Spies
[EMAIL PROTECTED]

Windsorlaan 19
Pietermaritzburg
3201
Suid Afrika (South Africa)
Tel/Faks Nr. +27 331-46-1310


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .