How to send Mail to another server
Peter Farrow
peter at farrows.org
Sat Jun 19 09:04:28 IST 2010
One point:
if you don't already have a virtusertable, you will need to add an entry
for every other user on the system once you put one in...
If you have a large number of users where the relationship of
username/email address is a direct mapping, you can create one easily
with a simple perl script parsing /etc/passwd,
Pete
On 19/06/2010 06:31, Rob Kettle wrote:
> Thanks. The virtusertable route looks good.
>
> much appreciated.
>
> Rob
>
>
> On 18/06/2010 22:56, Peter Farrow wrote:
>> To pass off specific_user at somedomain.co.uk, when the server already
>> delivers locally will require a sub domain or alternate hidden domain
>> to move the mail onto for that specific user.
>>
>> For example, if sendmail has somedmain.co.uk in its local-host-names
>> then all mail for that domain is considered local.
>>
>> The only way to redirect a mail for a specific user is to either have
>> a separate address for that user which is hosted by the other server
>> and referenced either by MX or mailertable, or to deliver directly to
>> the fully qualified domain name of the other server as follows:
>>
>> since the server already handles everything at somedomain.co.uk, if you
>> are using a virtusertable you can add a line like this:
>>
>> specific_user at somedomain.co.uk
>> specific_user at otherservername.somedomain.co.uk
>>
>> if you are not using a virtusertable you can add it to /etc/aliases
>>
>> specific_user: specific_user at otherservername.somedomain.co.uk
>>
>> and run newaliases after the change.
>>
>> you can check delivery with:
>>
>> sendmail -bv specific_user
>>
>> Don't forget to make sure the the other server is configured to
>> accept mail delivered to its fully qualified hostname,
>>
>> Regards
>>
>> Pete
>>
>>
>>
>>
>> On 18/06/2010 20:09, Alex Neuman wrote:
>>> Mailertable if using sendmail.
>>> --
>>>
>>> Alex Neuman
>>> BBM 20EA17C5
>>> +507 6781-9505
>>> Skype:alex at rtpty.com
>>>
>>> -----Original Message-----
>>> From: Rob Kettle<rob at kettle.org.uk>
>>> Date: Fri, 18 Jun 2010 18:54:55
>>> To: MailScanner discussion<mailscanner at lists.mailscanner.info>
>>> Subject: How to send Mail to another server
>>>
>>> Hi,
>>>
>>> apologies if I missed the obvious but is there a way in sendmail and
>>> mailscanner (running on Centos) to locally deliver mail by default but
>>> deliver to another mail server for certain addresses. Any suggestions
>>> appreciated.
>>>
>>> ie.everything at somedomain.co.uk is delivered to local accounts on the
>>> server but
>>> specific_user at somedomain.co.uk is passed off to another server.
>>>
>>> many thanks
>>> Rob
>>>
>>>
>>>
>>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20100619/55de2dc1/attachment.html
More information about the MailScanner
mailing list