RE: How to re-direct mail based on target domain

2001-04-22 Thread Marco Calistri
On 22-Apr-2001 davidu wrote: > > Marco writes: > >> Hi davidu,very clear but now I've a problem: >> actually my smtproutes contains the name/ip of a local (LAN) >> machine who receives mail from qmail machine... > > And for whom does this machine recieve mail from? Is it to employees or > som

Re: How to re-direct mail based on target domain

2001-04-22 Thread Marco Calistri
On 21-Apr-2001 Chris Johnson wrote: > On Sat, Apr 21, 2001 at 02:48:28PM -0400, David Means wrote: >> AOL will not accept mail from my server because I have a dynamic >> IP address. How do I configure qmail to send messages destined for >> AOL to my ISP? > > echo aol.com:mailserver.yourisp.com

RE: How to re-direct mail based on target domain

2001-04-22 Thread Marco Calistri
On 21-Apr-2001 davidu wrote: > > Marco wrote: >> Well I think that the better thing be to restore ../defaulthost >> with proper qmail name,but then I don't know how to set *all* >> mail toward my ISP...is it wildcard accepted on this case: >> >> echo *:mailserver.yourisp.com >> /var/qmail/contro

RE: How to re-direct mail based on target domain

2001-04-22 Thread davidu
Marco writes: > Hi davidu,very clear but now I've a problem: > actually my smtproutes contains the name/ip of a local (LAN) > machine who receives mail from qmail machine... And for whom does this machine recieve mail from? Is it to employees or something on the lan? Do they all have a common

RE: How to re-direct mail based on target domain

2001-04-22 Thread davidu
Marco wrote: > Well I think that the better thing be to restore ../defaulthost > with proper qmail name,but then I don't know how to set *all* > mail toward my ISP...is it wildcard accepted on this case: > > echo *:mailserver.yourisp.com >> /var/qmail/control/smtproutes No "*" Just do: echo ":s

Re: How to re-direct mail based on target domain

2001-04-22 Thread David Means
Marco: I appears to me that no splat '*' is needed. Just need the following in you smtproutes file: :your.isp.com David Marco Calistri wrote: > On 21-Apr-2001 Chris Johnson wrote: > > On Sat, Apr 21, 2001 at 02:48:28PM -0400, David Means wrote: > >> AOL will not accept mail from my server b

Re: How to re-direct mail based on target domain

2001-04-21 Thread David Means
Thank you for the information! David Chris Johnson wrote: > On Sat, Apr 21, 2001 at 02:48:28PM -0400, David Means wrote: > > AOL will not accept mail from my server because I have a dynamic > > IP address. How do I configure qmail to send messages destined for > > AOL to my ISP? > > echo aol.c

Re: How to re-direct mail based on target domain

2001-04-21 Thread Chris Johnson
On Sat, Apr 21, 2001 at 02:48:28PM -0400, David Means wrote: > AOL will not accept mail from my server because I have a dynamic > IP address. How do I configure qmail to send messages destined for > AOL to my ISP? echo aol.com:mailserver.yourisp.com >> /var/qmail/control/smtproutes You might co

Re: How to re-direct mail based on target domain

2001-04-21 Thread Mike Jackson
David Means wrote: > > AOL will not accept mail from my server because I have a dynamic > IP address. How do I configure qmail to send messages destined for > AOL to my ISP? > > Thanks, > > David man qmail-remote. Set up an smtproute something like: aol.com:your-isps-smtp-server Mike

How to re-direct mail based on target domain

2001-04-21 Thread David Means
AOL will not accept mail from my server because I have a dynamic IP address. How do I configure qmail to send messages destined for AOL to my ISP? Thanks, David