[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] FROM Address in emails
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] FROM Address in emails
- From: "Ralph Mitchell" <ralphmitchell (at) gmail.com>
- Date: Wed, 23 Jul 2008 09:18:34 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=ox/NKqJ417lHD09K/k13fj2fczc5DTUvdn0fN1B3Z+k=; b=fooPIU1UmoqGItp+JH8CBoGnbzhAfuvMUtS0751z9rIce/eq/jAs+Qtmhwm0Tk46v9 gTRZZsiFLb5dsYbh3UyJKwFWxA62CqaaOO2DQxw9gk8TkJz6q0+4dzWhUAyP+LIaq6MX CAQszsyl329RmfBSSA9B9vPS7wL238Eg2aOMk=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=SM9YxR42Zjp0ZrSOqItorX9QFfNKIMvEzem9hlz953po8VkKG8vfptwUoQBaHKY2E+ Sg8p7R7tbe7aitrmjOT8AphSj+KtwH0t5yiyUatBjA2aTq6a1sPRnKXHsyolcxQkPsBc Bcc+CUU593M28M/bGW6MBBmMtYXqKHntrvrDc=
- References: <84AE996EE1457F4DB43A05348E32C33F3A2552 (at) ac-hq-exch.corp.americashloans.net>
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <
Rafal.Roginela (at) americashloans.net> wrote:
> Hi All,
>
>
>
> I'm sorry if I sound dumb but I just want to change the "from address" or
> the "reply to" on the mails going out from my hobbit server. I've searched
> through the mailing list and docs and can't seem to see it (I'm sure it is
> simple). Please help.
>
That's probably going to take a change in /etc/passwd, if you just want to
change the userid.
I just took a look at email I received from our Hobbit - MS Outlook shows
the "from address" as:
Hobbit Monitor [hobbit (at) server.domain.com]
The hobbit userid in /etc/passwd looks like this:
hobbit:x:508:508:Hobbit Monitor:/home/hobbit:/bin/bash
I know for a fact that's where the outgoing email picks up "Hobbit Monitor",
because that's nowhere else in the system, and if I change that string new
outgoing email picks it up. If I change the /etc/passwd entry to read:
norman:x:508:508:Norman the Foreman:/home/hobbit:/bin/bash
I would expect hobbit email to come from
"Norman the Foreman [norman (at) server.domain.com]"
Alternatively you might be able to set up a script to talk directly to the
SMTP server and convince it to use a spoofed address. That used to work,
but email servers are smarter now...
Ralph Mitchell