Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2003 08:17:06 -0500 (EST)
From:      IAccounts <iaccounts@northnetworks.ca>
To:        Ronnie Clark <ronj_clark@yahoo.com>
Cc:        FreeBSD Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Stuck mail
Message-ID:  <20030221081151.J52146-100000@diana.northnetworks.ca>
In-Reply-To: <20030220142949.37893.qmail@web10003.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> 1.) I run a script on my FreeBSD firewall to parse the
> firewall logs into csv format. When I tested this, I
> was able to mail them to myself with no problems. But
> the last two times, I am getting a message that says
> that the email was denied being sent by the localhost.
> Is there a way to retrieve the email that is stuck?

# grep "text to find" /var/spool/mqueue/*
Will dump out a list of messages in the queue with your text.

>
> 2.) Is there a way to alias my account on the firewall
> box to my account on another FreeBSD workstation?

Yes. Edit /etc/mail/aliases, and add:

# username: username@otherserver.mydomain.com

Then run:

# newaliases

(supposing you are running sendmail).

Steve

>
> Thanks in advance,
> Ron Clark
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030221081151.J52146-100000>