FROM Address in emails
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.
Thank you,
Rafal Roginela Network Engineer
AmeriCash Loans, LLC 880 Lee Street, Suite 302 Des Plaines, IL 60016
Office (847) 827-9740 x109 Fax (847) 493-8031
rroginela at americashloans.net <mailto:rroginela at americashloans.net>
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
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
Hi,
Thank you, the problem being that I'm trying to change the domain name from hobbit at server.domain.com to hobbit at domain.com. I apologize for not being clear. Thank you for the help.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
From: Ralph Mitchell [mailto:ralphmitchell at gmail.com] Sent: Wednesday, July 23, 2008 9:19 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
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
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I’m trying to change the domain name from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure this so that unqualified email addresses (e.g. ones coming from the box) will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
Hi,
Just using a fairly vanilla install of sendmail.
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie. user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(confDOMAIN_NAME', example.com')dnl
FEATURE(`relay_entire_domain')dnl
Add this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(confDOMAIN_NAME', example.com')dnl
FEATURE(`relay_entire_domain')dnl
Add this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(confDOMAIN_NAME', example.com')dnl
FEATURE(`relay_entire_domain')dnl
Add this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Grep hobbituser /etc/passwd
I dont believe a user can be used without a home dir. You can touch /var/mail/spool/hobbituser too I think.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(
confDOMAIN_NAME',example.com')dnl FEATURE(`relay_entire_domain')dnlAdd this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
Hi,
I'm running CentOs 5.1 fairly vanilla setup. I installed hobbit via RPM's. (just an FYI as background) when I run the Grep command I get: hobbit:x:104:104:Hobbit Daemon:/usr/libexec/hobbit:/bin/bash and there is an entry in /var/spool for my hobbit user. Now can I still use the scripts and where do I put them since I don't have a /home/hobbit directory?
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Wednesday, July 23, 2008 10:59 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Grep hobbituser /etc/passwd
I dont believe a user can be used without a home dir. You can touch /var/mail/spool/hobbituser too I think.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(
confDOMAIN_NAME',example.com')dnl FEATURE(`relay_entire_domain')dnlAdd this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 andcan'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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
Your Hobbit home directory is /usr/libexec/hobbit so substitute for /home/hobbit.
Ralph Mitchell
On Wed, Jul 23, 2008 at 11:08 AM, Rafal Roginela < Rafal.Roginela at americashloans.net> wrote:
Hi,
I'm running CentOs 5.1 fairly vanilla setup. I installed hobbit via RPM's. (just an FYI as background) when I run the Grep command I get: hobbit:x:104:104:Hobbit Daemon:/usr/libexec/hobbit:/bin/bash and there is an entry in /var/spool for my hobbit user. Now can I still use the scripts and where do I put them since I don't have a /home/hobbit directory?
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Wednesday, July 23, 2008 10:59 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Grep hobbituser /etc/passwd
I dont believe a user can be used without a home dir. You can touch /var/mail/spool/hobbituser too I think.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(
confDOMAIN_NAME',example.com')dnl FEATURE(`relay_entire_domain')dnlAdd this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 andcan'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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
/usr/libexec/hobbit is your user's home directory.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi,
I'm running CentOs 5.1 fairly vanilla setup. I installed hobbit via RPM's. (just an FYI as background) when I run the Grep command I get: hobbit:x:104:104:Hobbit Daemon:/usr/libexec/hobbit:/bin/bash and there is an entry in /var/spool for my hobbit user. Now can I still use the scripts and where do I put them since I don't have a /home/hobbit directory?
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Wednesday, July 23, 2008 10:59 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Grep hobbituser /etc/passwd
I dont believe a user can be used without a home dir. You can touch /var/mail/spool/hobbituser too I think.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(
confDOMAIN_NAME',example.com')dnl FEATURE(`relay_entire_domain')dnlAdd this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 andcan'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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
Hi,
Wooo Hooo!! That works awesome!!! Thank you all!!! I took the procmail script, copied and pasted into .procmail file in the home directory and that did the trick and all is well!!
Thank you so much for all the help!!
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Wednesday, July 23, 2008 11:23 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
/usr/libexec/hobbit is your user's home directory.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi,
I'm running CentOs 5.1 fairly vanilla setup. I installed hobbit via RPM's. (just an FYI as background) when I run the Grep command I get: hobbit:x:104:104:Hobbit Daemon:/usr/libexec/hobbit:/bin/bash and there is an entry in /var/spool for my hobbit user. Now can I still use the scripts and where do I put them since I don't have a /home/hobbit directory?
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Josh Luthman [mailto:josh at imaginenetworksllc.com] Sent: Wednesday, July 23, 2008 10:59 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Grep hobbituser /etc/passwd
I dont believe a user can be used without a home dir. You can touch /var/mail/spool/hobbituser too I think.
On 7/23/08, Rafal Roginela <Rafal.Roginela at americashloans.net> wrote:
Hi all,
Running into a wall with the mail acks.
First, are the example scripts in the man pages for HOBBIT-MAILACK valid for sendmail?
Second, my hobbit user does not have a user directory is there a way to force creation?
Sorry I'm a linux newbie and I really appreciate the help.
Thank you
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: Wednesday, July 23, 2008 10:17 AM To: hobbit at hswn.dk Subject: RE: [hobbit] FROM Address in emails
Hi,
That was the trick!!! Thank You!!! Now to get the "acks" to work via e-mail.
Thank You,
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 10:04 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Just using a fairly vanilla install of sendmail.
Erguh! But hey - if you have to :)
Here is what a quick google turned up
When sendmail dispatches your email, it places the servers hostname behind your username, which becomes the "from address" in the email (ie.
user at galaxy.example.com). Normally we only want to use the domainname and not the hostname, this setting allows all outgoing emails to be "user at example.com", the preferred method.
define(
confDOMAIN_NAME',example.com')dnl FEATURE(`relay_entire_domain')dnlAdd this in your sendmail.mc (not the main config file)
Cheers
Iain
Thank You
Rafal Roginela
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
-----Original Message----- From: Iain M Conochie [mailto:iain at shihad.org] Sent: Wednesday, July 23, 2008 9:27 AM To: hobbit at hswn.dk Subject: Re: [hobbit] FROM Address in emails
Rafal Roginela wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name
from hobbit at server.domain.com <mailto:hobbit at server.domain.com> to hobbit at domain.com <mailto:hobbit at domain.com>. I apologize for not being clear. Thank you for the help.
What SMTP server software are you using? You will be able to configure
this so that unqualified email addresses (e.g. ones coming from the box)
will be sent from domain.com and not server.domain.com
Cheers
Iain
Thank You,
**Rafal Roginela**
Office (847) 827-9740 x109 Fax (847) 493-8031
This e-mail may contain confidential and/or privileged information. If
you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
*From:* Ralph Mitchell [mailto:ralphmitchell at gmail.com] *Sent:* Wednesday, July 23, 2008 9:19 AM *To:* hobbit at hswn.dk *Subject:* Re: [hobbit] FROM Address in emails
On Wed, Jul 23, 2008 at 8:53 AM, Rafal Roginela <Rafal.Roginela at americashloans.net <mailto: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 myhobbit
server. I've searched through the mailing list and docs andcan'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 <mailto: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 <mailto: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
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
-- Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
Those who don't understand UNIX are condemned to reinvent it, poorly. --- Henry Spencer
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
On Wed, Jul 23, 2008 at 9:25 AM, Rafal Roginela < Rafal.Roginela at americashloans.net> wrote:
Hi,
Thank you, the problem being that I'm trying to change the domain name from hobbit at server.domain.com to hobbit at domain.com. I apologize for not being clear. Thank you for the help.
You should take a look at the email configuration on your Hobbit server. "sendmail" used to have an option to rewrite outgoing headers to take off the server name. That may still be possible. Other email systems may also have that option, but I have no experience there. Haven't touched email configs for years... :)
Ralph Mitchell
If you just want someone else to get the replies you can simply put a different Reply-To SMTP header
Depending on how your emails are generated this could be as simple as: echo "Reply-To: rroginela at americashloans.net"
|\/|artin
-----Original Message----- From: Rafal Roginela [mailto:Rafal.Roginela at AmeriCashLoans.net] Sent: 23 July 2008 14:54 To: hobbit at hswn.dk Subject: [hobbit] FROM Address in emails
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.
Thank you,
Rafal Roginela
Network Engineer
AmeriCash Loans, LLC
880 Lee Street, Suite 302
Des Plaines, IL 60016
Office (847) 827-9740 x109
Fax (847) 493-8031
rroginela at americashloans.net
<mailto:rroginela at americashloans.net>
This e-mail may contain confidential and/or privileged
information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
The message is intended for the named addressee only and may not be disclosed to or used by anyone else, nor may it be copied in any way.
The contents of this message and its attachments are confidential and may also be subject to legal privilege. If you are not the named addressee and/or have received this message in error, please advise us by e-mailing security at colt.net and delete the message and any attachments without retaining any copies.
Internet communications are not secure and COLT does not accept responsibility for this message, its contents nor responsibility for any viruses.
No contracts can be created or varied on behalf of COLT Telecommunications, its subsidiaries or affiliates ("COLT") and any other party by email Communications unless expressly agreed in writing with such other party.
Please note that incoming emails will be automatically scanned to eliminate potential viruses and unsolicited promotional emails. For more information refer to www.colt.net or contact us on +44(0)20 7390 3900.
participants (5)
-
iain@shihad.org
-
josh@imaginenetworksllc.com
-
Martin.Ward@colt.net
-
Rafal.Roginela@AmeriCashLoans.net
-
ralphmitchell@gmail.com