public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] netqmail and saving a copy of outgoing mail
@ 2009-09-30 16:45 Momesso Andrea
  2009-10-07  9:42 ` Andrea Momesso
  2009-10-07 19:26 ` Joshua Murphy
  0 siblings, 2 replies; 6+ messages in thread
From: Momesso Andrea @ 2009-09-30 16:45 UTC (permalink / raw
  To: gentoo-user

I have mail server running netqmail and vpopmail set up following 
http://www.gentoo.org/doc/en/qmail-howto.xml.

I can't find a way to make the server taking care of storing all sent messages. 
Googoling around I found that this is usually done client side, but I have the 
need to do this server side.

Is it possible?

---
TopperH
http://topperh.blogspot.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] netqmail and saving a copy of outgoing mail
  2009-09-30 16:45 [gentoo-user] netqmail and saving a copy of outgoing mail Momesso Andrea
@ 2009-10-07  9:42 ` Andrea Momesso
  2009-10-07 14:02   ` Willie Wong
  2009-10-07 16:21   ` Stroller
  2009-10-07 19:26 ` Joshua Murphy
  1 sibling, 2 replies; 6+ messages in thread
From: Andrea Momesso @ 2009-10-07  9:42 UTC (permalink / raw
  To: gentoo-user

On Wed, Sep 30, 2009 at 6:45 PM, Momesso Andrea
<momesso.andrea@gmail.com> wrote:
> I have mail server running netqmail and vpopmail set up following
> http://www.gentoo.org/doc/en/qmail-howto.xml.
>
> I can't find a way to make the server taking care of storing all sent messages.
> Googoling around I found that this is usually done client side, but I have the
> need to do this server side.
>
> Is it possible?
>
> ---

Sorry for the bump, it's not my usual behavior, but I really need an answer.

Maybe I've not made myself clear on what I'm asking for. I run an SMTP
server that is used by some
apps, such as joomla, to send email to users. Since I'm doing some
tests before putting the site online,
I'd like to have a copy of all the emails sent by my smtp server, no
matter who sends it (is it a local user, or
joomla, or a remote user from his client).

Is it possible? Do I have to provide more information about the setup
of my server?


-- 
TopperH
http://topperh.blogspot.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] netqmail and saving a copy of outgoing mail
  2009-10-07  9:42 ` Andrea Momesso
@ 2009-10-07 14:02   ` Willie Wong
  2009-10-07 16:21   ` Stroller
  1 sibling, 0 replies; 6+ messages in thread
From: Willie Wong @ 2009-10-07 14:02 UTC (permalink / raw
  To: gentoo-user

On Wed, Oct 07, 2009 at 11:42:15AM +0200, Penguin Lover Andrea Momesso squawked:
> On Wed, Sep 30, 2009 at 6:45 PM, Momesso Andrea
> <momesso.andrea@gmail.com> wrote:
> > I have mail server running netqmail and vpopmail set up following
> > http://www.gentoo.org/doc/en/qmail-howto.xml.
> >
> > I can't find a way to make the server taking care of storing all sent messages.
> > Googoling around I found that this is usually done client side, but I have the
> > need to do this server side.
> >
> > Is it possible?

> Sorry for the bump, it's not my usual behavior, but I really need an answer.

Netqmail is presumeably similar to qmail. If so, it is possible, but
not trivial. 

Google says:
http://books.google.co.uk/books?id=OMHy4wRQOP4C&lpg=PA210&ots=6fEPr0qxY6&dq=qmail%20save%20mail&pg=PA210#v=onepage&q=qmail%20save%20mail&f=false

Which tells you to use the QUEUE_EXTRA feature. Though it seems that
you will need to patch qmail yourself and re-install. 

HTH, 

W

-- 
Once pions and protons were discovered to be made of Quarks, they became 
demoted into engineering problems. Now that quarks and electrons and photons 
are made of strings, and strings are hard to study (at least experimentally), 
there is great anguish in the High Energy community.
   ~James P. Sethna "Order Parameters, Broken Symmetry, and Topology"
Sortir en Pantoufles: up 1034 days, 12:50



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] netqmail and saving a copy of outgoing mail
  2009-10-07  9:42 ` Andrea Momesso
  2009-10-07 14:02   ` Willie Wong
@ 2009-10-07 16:21   ` Stroller
  2009-10-07 17:18     ` Momesso Andrea
  1 sibling, 1 reply; 6+ messages in thread
From: Stroller @ 2009-10-07 16:21 UTC (permalink / raw
  To: gentoo-user


On 7 Oct 2009, at 10:42, Andrea Momesso wrote:
> On Wed, Sep 30, 2009 at 6:45 PM, Momesso Andrea
> <momesso.andrea@gmail.com> wrote:
>> I have mail server running netqmail and vpopmail set up following
>> http://www.gentoo.org/doc/en/qmail-howto.xml.
>>
>> I can't find a way to make the server taking care of storing all  
>> sent messages.
>> Googoling around I found that this is usually done client side, but  
>> I have the
>> need to do this server side.
>>
>> Is it possible?
>>
>> ---
>
> Sorry for the bump, it's not my usual behavior, but I really need an  
> answer.
>
> Maybe I've not made myself clear on what I'm asking for. I run an SMTP
> server that is used by some
> apps, such as joomla, to send email to users. Since I'm doing some
> tests before putting the site online,
> I'd like to have a copy of all the emails sent by my smtp server, no
> matter who sends it (is it a local user, or
> joomla, or a remote user from his client).
>
> Is it possible? Do I have to provide more information about the setup
> of my server?

When I read your message the other day I read  the howto you followed  
and googled your problem.

netqmail is the package that you're using for outgoing SMTP, so it's  
irrelevant that you're using vpopmail.

I tried search terms such as "netqmail save copy outgoing" but did not  
find much to help. I have seen this documented using Postfix, but have  
never used netqmail myself.

Stroller.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] netqmail and saving a copy of outgoing mail
  2009-10-07 16:21   ` Stroller
@ 2009-10-07 17:18     ` Momesso Andrea
  0 siblings, 0 replies; 6+ messages in thread
From: Momesso Andrea @ 2009-10-07 17:18 UTC (permalink / raw
  To: gentoo-user

On Wednesday 07 October 2009 18:21:21 Stroller wrote:
> On 7 Oct 2009, at 10:42, Andrea Momesso wrote:
> > On Wed, Sep 30, 2009 at 6:45 PM, Momesso Andrea
> >
> > <momesso.andrea@gmail.com> wrote:
> >> I have mail server running netqmail and vpopmail set up following
> >> http://www.gentoo.org/doc/en/qmail-howto.xml.
> >>
> >> I can't find a way to make the server taking care of storing all
> >> sent messages.
> >> Googoling around I found that this is usually done client side, but
> >> I have the
> >> need to do this server side.
> >>
> >> Is it possible?
> >>
> >> ---
> >
> > Sorry for the bump, it's not my usual behavior, but I really need an
> > answer.
> >
> > Maybe I've not made myself clear on what I'm asking for. I run an SMTP
> > server that is used by some
> > apps, such as joomla, to send email to users. Since I'm doing some
> > tests before putting the site online,
> > I'd like to have a copy of all the emails sent by my smtp server, no
> > matter who sends it (is it a local user, or
> > joomla, or a remote user from his client).
> >
> > Is it possible? Do I have to provide more information about the setup
> > of my server?
> 
> When I read your message the other day I read  the howto you followed
> and googled your problem.
> 
> netqmail is the package that you're using for outgoing SMTP, so it's
> irrelevant that you're using vpopmail.
> 
> I tried search terms such as "netqmail save copy outgoing" but did not
> find much to help. I have seen this documented using Postfix, but have
> never used netqmail myself.
> 
> Stroller.
> 

Thank you for the answer, very appreciated.

So using postfix might solve my problem... Since this need is temporary, after 
the test phase I will no longer need to track outgoing messages, I'd like to 
know if there is a way to make 2 smtp servers coexist (qmail and postfix), 
maybe on different ports.

---
TopperH
http://topperh.blogspot.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] netqmail and saving a copy of outgoing mail
  2009-09-30 16:45 [gentoo-user] netqmail and saving a copy of outgoing mail Momesso Andrea
  2009-10-07  9:42 ` Andrea Momesso
@ 2009-10-07 19:26 ` Joshua Murphy
  1 sibling, 0 replies; 6+ messages in thread
From: Joshua Murphy @ 2009-10-07 19:26 UTC (permalink / raw
  To: gentoo-user

On Wed, Sep 30, 2009 at 12:45 PM, Momesso Andrea
<momesso.andrea@gmail.com> wrote:
> I have mail server running netqmail and vpopmail set up following
> http://www.gentoo.org/doc/en/qmail-howto.xml.
>
> I can't find a way to make the server taking care of storing all sent messages.
> Googoling around I found that this is usually done client side, but I have the
> need to do this server side.
>
> Is it possible?
>
> ---
> TopperH
> http://topperh.blogspot.com

Only thing I've found, looking for it (never used qmail myself)...

source:  http://cr.yp.to/qmail/faq/admin.html#copies

How do I keep a copy of all incoming and outgoing mail messages?
Answer: Set QUEUE_EXTRA to "Tlog\0" and QUEUE_EXTRALEN to 5 in
extra.h. Recompile qmail. Put ./msg-log into ~alias/.qmail-log.

You can also use QUEUE_EXTRA to, e.g., record the Message-ID of every
message: run

     | awk '/^$/ { exit } /^[mM][eE][sS][sS][aA][gG][eE]-/ { print }'
from ~alias/.qmail-log.

-- 
Poison [BLX]
Joshua M. Murphy



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-07 19:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 16:45 [gentoo-user] netqmail and saving a copy of outgoing mail Momesso Andrea
2009-10-07  9:42 ` Andrea Momesso
2009-10-07 14:02   ` Willie Wong
2009-10-07 16:21   ` Stroller
2009-10-07 17:18     ` Momesso Andrea
2009-10-07 19:26 ` Joshua Murphy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox