Results 11 to 15 of 15
Postfix actualy uses the same file /etc/aliases so I can use the same file.
Well I'm going to try to find a plugin for Squerllmail so that users can cheuse ...
- 06-02-2006 #11Just Joined!
- Join Date
- Apr 2006
- Location
- Slovenia
- Posts
- 79
Postfix actualy uses the same file /etc/aliases so I can use the same file.
Well I'm going to try to find a plugin for Squerllmail so that users can cheuse the email that they will send it form. I hope something like that exists for Squirllmail.
- 06-02-2006 #12Just Joined!
- Join Date
- Apr 2006
- Location
- Slovenia
- Posts
- 79
Ok I've done it. I found a cuple of plugins for Squirllmail that can read hostname and determin what domain ti use in the sent email and another plugin that alows you to login with user@domain insted of just user. But I haven't had the chance to try them.
Thanks for the help.
- 06-03-2006 #13Just Joined!
- Join Date
- Apr 2006
- Location
- Slovenia
- Posts
- 79
Ok I've got a new problem with Postfix, but so that I don't open a new thred I'll continue here.
The server recives mail no problem there. But it only recives mail on name@domain1 and not on name.surname@domain1 even thow I set tup the /etc/aliases username:2Code:name@domain1,name.surname@domain,name@domain2,someothername@domain
it just gives mi a message that the
I was under the impression that to add an email just add it to the aliases file. But I don't know where I went wrong.Code:Server replied: 550 <name.surname@domain1>: Recipient address rejected: User unknown in local recipient table
Anyone?
Thanks for the help
- 06-05-2006 #14Just Joined!
- Join Date
- Apr 2006
- Location
- Slovenia
- Posts
- 79
I tryed
But I still don't know why username@domain works(even thow it is also an alias) and any other alias doesn't.Code:[root@localhost ~]# postconf |grep local_recipient_map local_recipient_maps = unix:passwd.byname $alias_maps proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $transport_maps $mynetworks
Any ideas anyone?
- 06-05-2006 #15
Hmm, you really should start a new thread if this is a new problem. Some experts who you'd need to look at this may not look this far down because the title no longer matches the query. Also, if someone is searching for an answer to the same problem, they'll have a lot of thread to wade through before they reach the answer they need.
My understanding of the aliases file is that it should be formatted like this:
So I could set up something like this:Code:alias1: unix_username alias2: unix_username ...etc...
and you can list multiple unix user names by comma seperation if you like. This would make linuxguru@roxoffs_domain.org pump email through to roxoff@roxoffs_domain.org.Code:supercool.roxoff: roxoff linuxguru: roxoff
It looks to me like you're trying to overcomplicate things, and Postfix is getting its knickers in a twist trying to understand.Linux user #126863 - see http://linuxcounter.net/


Reply With Quote
