This is a discussion on Re: [courier-users] Question about Relaying mail to other hosts within the Courier-Imap forums, part of the Mail Servers and Related category; Jonathan Pauli wrote: > My organisation has a courier mailserver which forwards its external > mail to our upstream provider'...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Jonathan Pauli wrote:
> My organisation has a courier mailserver which forwards its external > mail to our upstream provider's email server for delivery, > and delivers local mail locally. Our users use IMAP with thunderbird. > So, this machine handles all mail for mydomain.com and a few > virtual domains. > > I have another box called rt.mydomain.com which is running sendmail. > It has a local user alias called rt, which gets piped to a program. > > I need users to be able to send email to rt@mydomain.com and have it > forwarded to rt@rt.mydomain.com for processing. > I have tried simply creating an alias with the web interface such that > rt gets emailed to rt@rt.mydomain.com but thunderbird > says that the username doesn't exist (550 error) and wont send the > email. So, do I need to configure relaying to rt.mydomain.com somehow? I'm guessing that you created the alias entry but forgot to push "Install New Configuration" on the Courier webadmin main page. If you didn't click the Install link, you have created an alias entry in the text file /etc/courier/aliases/webadmin but not regenerated the alias database with the makealiases command. Either log back into webadmin, verify the alias is still there and install the new configuration or SSH into the box and run makealiases. Verify that the aliases exist in the aliases.dat file by running "strings /etc/courier/aliases.dat" (note that you may have to modify those paths based on your install of Courier). Jay -- Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University -- ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |