View previous topic :: View next topic |
Author |
Message |
honeymak Guru
Joined: 30 Dec 2002 Posts: 595
|
Posted: Fri Jul 27, 2007 3:51 am Post subject: exim aliases |
|
|
can i have aliases like this?
a1: user1 user2
it seems exim doesn't support this?
another scene is
a1: user1
a2: a1 user2 _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
|
di1bert l33t
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Fri Jul 27, 2007 7:01 am Post subject: |
|
|
You can have aliases like that. We do it all the time here.
Perhaps post your system alias router from exim.conf.....
-m |
|
Back to top |
|
|
honeymak Guru
Joined: 30 Dec 2002 Posts: 595
|
Posted: Sat Jul 28, 2007 3:29 am Post subject: |
|
|
just the default one after emerge
system_aliases:
driver = redirect
allow_fail
allow_defer
data = ${lookup{$local_part}lsearch{/etc/mail/aliases}}
# user = exim
file_transport = address_file
pipe_transport = address_pipe _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
|
di1bert l33t
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Sat Jul 28, 2007 8:55 am Post subject: |
|
|
Looks fine to me.
How are you doing your aliases ?
In my alias file I separate them with commas....
Code: |
user1: user2@domain1.com, user5@domain2.net
|
Hope this helps....
-m |
|
Back to top |
|
|
honeymak Guru
Joined: 30 Dec 2002 Posts: 595
|
Posted: Sun Jul 29, 2007 3:04 am Post subject: |
|
|
whoooooops
alias need 'comma' as delimiter????
is it used to be 'space'?
i just
userX: user1@x.com user2@y.com
u mean this is the problem? _________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
|
di1bert l33t
Joined: 16 May 2002 Posts: 963 Location: Oslo, Norway
|
Posted: Mon Jul 30, 2007 8:41 am Post subject: |
|
|
Sorry for the delay....busy weekend :/
I've never really given it much thought but yes, you should, as far as I know, be using
commas to separate addresses in your aliases file.
Give it a try and let us know....
-m |
|
Back to top |
|
|
honeymak Guru
Joined: 30 Dec 2002 Posts: 595
|
Posted: Mon Jul 30, 2007 9:17 am Post subject: |
|
|
yes, i did after ur last reply
but just wondering i was using sendmail in the old days without commas?
is it kinda rfc or spec?
_________________ hackers - make sth real
academics - read sth said to be real |
|
Back to top |
|
|
|