Valentin Bud wrote:
> On Thu, Feb 19, 2009 at 12:26 PM, Valentin Bud wrote:
>
>> Hello community,
>>
>> I have a "special" question.
>>
>> If a client sends an email through my server how can i stop the mail for
>> being delivered so
>> i can process the mail and change some things and afterward
On Thu, Feb 19, 2009 at 12:26 PM, Valentin Bud wrote:
> Hello community,
>
> I have a "special" question.
>
> If a client sends an email through my server how can i stop the mail for
> being delivered so
> i can process the mail and change some things and afterward deliver it.
>
> I have postfix
Hello community,
I have a "special" question.
If a client sends an email through my server how can i stop the mail for
being delivered so
i can process the mail and change some things and afterward deliver it.
I have postfix + dovecot installed. Some suggestions ...
thanks,
v
_
On Wed, 2 Apr 2008 10:27:07 +0100, adminakos at gmail.com wrote:
> Hello, how can we have a pop mail with domain FreeBSD.org ?
Yes, of course. All it takes is to show some committment to the cause,
by consistently helping in one of the following areas:
* Improving FreeBSD, by fixing existing f
Hello, how can we have a pop mail with domain FreeBSD.org ?
cheers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
existats comes to mind as well. Does the whole analyze thing for you...
Quoting Steve Bertrand <[EMAIL PROTECTED]>:
> zbigniew szalbot wrote:
> > Dear all,
> >
> > What command (when using cron) should I invoke to automatically sent
> > /var/log/exim/rejectlog file to a specified email addres
On 2007-11-15 13:47, zbigniew szalbot <[EMAIL PROTECTED]> wrote:
> Dear all,
> What command (when using cron) should I invoke to automatically sent
> /var/log/exim/rejectlog file to a specified email address? I just need
> to analyze it and would best prefer to have it in my inbox in the
> morning.
zbigniew szalbot wrote:
> Dear all,
>
> What command (when using cron) should I invoke to automatically sent
> /var/log/exim/rejectlog file to a specified email address? I just need
> to analyze it and would best prefer to have it in my inbox in the morning.
The following should be on one line in
Dear all,
What command (when using cron) should I invoke to automatically sent
/var/log/exim/rejectlog file to a specified email address? I just need
to analyze it and would best prefer to have it in my inbox in the morning.
Thanks a lot in advance!
Zbigniew Szalbot
_
On Fri, Oct 05, 2007 at 02:33:23AM +1000, Ian Smith wrote:
>
> Looks like that's exactly right. Copying the maintainer and suggesting
> the no-brain patch, pardon the broken tabs from pasting, against the
> head / stable versions (checked) .. I should sendPR I guess .. time!
>
> Cheers, Ian
>
>
On Thu, 4 Oct 2007, Erik Trulsson wrote:
> On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote:
> > On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
> >
> > > The problem comes in when a customer cancels his account. We remove
> > users by
> > > rmuser userna
On Thu, Oct 04, 2007 at 04:56:35PM +1000, Ian Smith wrote:
> On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
>
> > The problem comes in when a customer cancels his account. We remove users
> by
> > rmuser username. That command removes the user from the password file,
On Wed, 3 Oct 2007 16:30:54 -0400 Lisa Casey <[EMAIL PROTECTED]> wrote:
> The problem comes in when a customer cancels his account. We remove users by
> rmuser username. That command removes the user from the password file,
> removes his home directory and removes the mailspool. What it doesn
Hi,
2) Better option is to change the default temp-name in qpopper.config:
set temp-name "%s.pop"
so that rmuser will detect it automatically.
A third option is to write a wrapper shell script that first calls rmuser
and then removes the remaining mail drop file, and use this script to
At 03:30 PM 10/3/2007, Lisa Casey wrote:
Hi,
I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be
asking this on the Qpopper list, but hopefully someone here knows an
answer). We have all of our mailboxes in mbox format in /var/mail. When a
customer pops his mail for the f
On Wed, Oct 03, 2007 at 11:04:58PM +0200, Mel wrote:
> On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote:
>
> > If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the
> > ownership of the file is the group number of the original jjvc.
> >
> > -rw-rw 1 1473 mai
On Wed, Oct 03, 2007 at 04:30:54PM -0400, Lisa Casey wrote:
>
> The problem comes in when a customer cancels his account. We remove users
> by rmuser username. That command removes the user from the password file,
> removes his home directory and removes the mailspool. What it doesn't do is
> t
> Is there anyway to have rmuser remover the mail drop file associated
> with that account also, or am I just going to have to remove these
> manually?
It really depends on what version of rmuser you have.
In /usr/sbin/rmuser, do you have something similar to this code snippet?:
if [ -f
On Wednesday 03 October 2007 22:30:54 Lisa Casey wrote:
> If I take a look at /var/mail/.jjvc.pop it isn't owned by anyone, the
> ownership of the file is the group number of the original jjvc.
>
> -rw-rw 1 1473 mail 0 Sep 11 19:15
> .jjvc.pop
>
> Is there any
Hi,
I'm running Sendmail and Qpopper on FreeBsd. (And perhaps I ought to be
asking this on the Qpopper list, but hopefully someone here knows an
answer). We have all of our mailboxes in mbox format in /var/mail. When a
customer pops his mail for the first time it creates a file .username.pop
Alexander Bogdanov wrote:
Hello.
I can describe my problem: server will be located in school (school
web server). And i'd like to create mail accounts for pupils and
teachers, there's no problem. But...i'd like user to change his
password by himself, he is just user, and don't have shell account
Hello.
I can describe my problem: server will be located in school (school
web server). And i'd like to create mail accounts for pupils and
teachers, there's no problem. But...i'd like user to change his
password by himself, he is just user, and don't have shell account in
this server, only mail!
Chris Petrovitch <[EMAIL PROTECTED]> writes:
> Alexander Bogdanov wrote:
>
> >Hello.
> >I'm student from Latvia. I'd like to ask you a question about Postfix
> >mail system under FreeBSD.
> >I have such problem: target is to allow user to change his mail
> >account's password by himself. For exam
On Fri, 2005-09-16 at 00:02, Chris Petrovitch wrote:
> Alexander Bogdanov wrote:
>
> >Hello.
> >I'm student from Latvia. I'd like to ask you a question about Postfix
> >mail system under FreeBSD.
> >I have such problem: target is to allow user to change his mail
> >account's password by himself. F
Alexander Bogdanov wrote:
Hello.
I'm student from Latvia. I'd like to ask you a question about Postfix
mail system under FreeBSD.
I have such problem: target is to allow user to change his mail
account's password by himself. For example, I set password for his
account, and maybe, user doesn't
Hello.
I'm student from Latvia. I'd like to ask you a question about Postfix
mail system under FreeBSD.
I have such problem: target is to allow user to change his mail
account's password by himself. For example, I set password for his
account, and maybe, user doesn't want me to know this password,
Odhiambo Washington said:
> * Sean Murphy <[EMAIL PROTECTED]> [20040824 02:12]: wrote:
>> Without using "leave mail on server" or "leave mail on server for x days"
>> is it possible after I have downloaded my email to my computer using pop3
>> to put it back so I can access it from a different com
On Mon, Aug 23, 2004 at 04:11:49PM -0700, Sean Murphy wrote:
> Without using "leave mail on server" or "leave mail on server for x days"
> is it possible after I have downloaded my email to my computer using pop3
> to put it back so I can access it from a different computer. Possibly ftp
> it b
On Tue, Aug 24, 2004 at 11:03:34AM +0300, Odhiambo Washington typed:
> * Sean Murphy <[EMAIL PROTECTED]> [20040824 02:12]: wrote:
> > Without using "leave mail on server" or "leave mail on server for x days"
> > is it possible after I have downloaded my email to my computer using pop3
> > to put
On Monday 23 August 2004 04:11 pm, Sean Murphy <[EMAIL PROTECTED]> wrote:
> Without using "leave mail on server" or "leave mail on server for x days"
> is it possible after I have downloaded my email to my computer using pop3
> to put it back so I can access it from a different computer. Possibly
* Sean Murphy <[EMAIL PROTECTED]> [20040824 02:12]: wrote:
> Without using "leave mail on server" or "leave mail on server for x days"
> is it possible after I have downloaded my email to my computer using pop3
> to put it back so I can access it from a different computer. Possibly ftp
> it bac
Without using "leave mail on server" or "leave mail on server for x days"
is it possible after I have downloaded my email to my computer using pop3
to put it back so I can access it from a different computer. Possibly ftp
it back to the server and copy it to my mail directory to redownload it?
Sent: Friday, May 14, 2004 10:53 AM
> To: [EMAIL PROTECTED]
> Subject: Squirrell Mail question
>
> Does squirrell Mail do pop3 as well as smtp ? In other
> words, must I install a mail server for smtp prior to
> installing squ
On Fri, 14 May 2004 09:53:06 -0500
"Darryl Hoar" <[EMAIL PROTECTED]> wrote:
> Does squirrell Mail do pop3 as well as smtp ? In other words,
> must I install a mail server for smtp prior to installing squirrell
> mail ?
Squirrelmail has a pop3-plugin available for fetching pop from
pop3-servers
- Original Message -
From: "Micheal Patterson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 14, 2004 10:10 AM
Subject: Re: Squirrell Mail question
>
>
> - Original Message -
> From: "Darryl Hoar" <[EMAIL PROTE
- Original Message -
From: "Darryl Hoar" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 14, 2004 9:53 AM
Subject: Squirrell Mail question
> Does squirrell Mail do pop3 as well as smtp ? In other words,
> must I install a mail server
Does squirrell Mail do pop3 as well as smtp ? In other words,
must I install a mail server for smtp prior to installing squirrell mail ?
thanks,
Darryl
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To un
Hello,
I need to install a relay for my mobile to be able to send through my
mail servers. I was wondering what is the better solution to do this,
pop-before-smtp or smtp-auth. I am open to installing any on my server,
however, I don't know the limitations of both.
Thanks
-cs
___
Xpression wrote:
Q:
Hi list, there is a package / tool to protect against spam ??? Thanks...
A: A few ...
<[EMAIL PROTECTED]> [/usr/ports] [21:49]
#make search key=spam | grep port
Path: /usr/ports/mail/adcomplain
Path: /usr/ports/mail/bayespam
Path: /usr/ports/mail/bogofilter
Path:
Hi list, there is a package / tool to protect against spam ??? Thanks...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On 07/01/04 16:11 -0500, Xpression wrote:
Hi list, I've a little bit confused, I have a mail server running
Exim as MTA, now what about if I want to send mail with another server to
some mailboxes on the server running the MTA...I think I've to install a
client or something like that ??? Th
On 07/01/04 16:11 -0500, Xpression wrote:
> Hi list, I've a little bit confused, I have a mail server running
> Exim as MTA, now what about if I want to send mail with another server to
> some mailboxes on the server running the MTA...I think I've to install a
> client or something like tha
Hi list, I've a little bit confused, I have a mail server running
Exim as MTA, now what about if I want to send mail with another server to
some mailboxes on the server running the MTA...I think I've to install a
client or something like that ??? Thanks...
_
On Sat, Nov 01, 2003 at 09:35:43PM -0500, Xpression wrote:
> Hi guys, I have read the man pages about mail, but I can't found
> something to attacht files to sent mails, and I want to mail me some files
> from the server to not have to login to read them...somebody can tell me ???
> The
Hi guys, I have read the man pages about mail, but I can't found
something to attacht files to sent mails, and I want to mail me some files
from the server to not have to login to read them...somebody can tell me ???
There is any other solution to get the files, please any help deeply
g
quadrant wrote:
I was temporarilly using pine to retrieve my email, and upon exiting the
program, pine notified me that the /var/mail directory was
vulnerable, and advised a chmod 1777 of such. The default is 775.
What are the implications of this, and won't 1777 make the folder more
vulnerable? My
quadrant wrote:
I was temporarilly using pine to retrieve my email, and upon exiting the
program, pine notified me that the /var/mail directory was
vulnerable, and advised a chmod 1777 of such. The default is 775.
What are the implications of this, and won't 1777 make the folder more
vulnerable? My
On Mon, Jul 07, 2003 at 11:59:51AM -0400, quadrant wrote:
> I was temporarilly using pine to retrieve my email, and upon exiting the
> program, pine notified me that the /var/mail directory was
> vulnerable, and advised a chmod 1777 of such. The default is 775.
> What are the implications of this,
I was temporarilly using pine to retrieve my email, and upon exiting the
program, pine notified me that the /var/mail directory was
vulnerable, and advised a chmod 1777 of such. The default is 775.
What are the implications of this, and won't 1777 make the folder more
vulnerable? My understanding w
define(`SMART_HOST', `boxb.your.dom.ain') WORKED great..
Thanks to everybody that responded.
Chris
On Friday, December 6, 2002, at 11:48 AM, Matthew Seaman wrote:
define(`SMART_HOST', `boxb.your.dom.ain')
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions
On Fri, Dec 06, 2002 at 11:30:34AM -0500, Chris Collins wrote:
> I have a very simple question that I cannot seem to find a simple
> answer for.
>
> I would like to have all SMTP delivered mail to (Box A)relayed to a
> external mail server (Box B) for delivery then have the mail delivered
> to
I wrote:
> Define box B as the smart host in box A's /etc/mail/`hostname`.mc:
>
> define(`SMART_HOST', `boxb.your.dom.ain')
On Fri, Dec 06, 2002 at 08:54:29AM -0800, Brian wrote:
> If he wants mail for ALL domains forwarded, why not just edit the smart host
> line in sendmail.cf and restart se
If he wants mail for ALL domains forwarded, why not just edit the smart host
line in sendmail.cf and restart sendmail?
Bri
- Original Message -
From: "Matthew Seaman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 06, 2002 8:48 AM
Subject: Re
Hello
I have a very simple question that I cannot seem to find a simple
answer for.
I would like to have all SMTP delivered mail to (Box A)relayed to a
external mail server (Box B) for delivery then have the mail delivered
to its destination.
User A send mail 10.0.0.10(smtp Box A) ---
54 matches
Mail list logo