On Mon, Oct 5, 2015 at 11:54 AM, Alberto Mijares wrote:
> Hi guys,
>
> I need a relay server for specific virtual addresses. This sounds good to me
>
> accept from any for any virtual relay
>
It should be forward-only instead of relay. I'm sorry for the noise.
Regards.
Alberto Mijares
--
Y
On Tue, Oct 06, 2015 at 06:51:22AM +, andreas wrote:
>
>
> On 2015-10-05 17:03, Gilles Chehade wrote:
> >On Sat, Oct 03, 2015 at 12:14:34PM +, andreas wrote:
> >>
> >>
> >>On 2015-10-02 12:25, Gilles Chehade wrote:
> >>>On Thu, Oct 01, 2015 at 06:39:11AM +, andreas wrote:
> Hi,
>
Hi,
I have two servers up and running and would like to know how to clean
out the queue on them. I have a lot of test messages stuck there from
early attempts to get the configuration right.
Is there an option to do this? I read the manpages and didn't see
anything. If it's as simple as deleti
Use smtpctl
https://www.opensmtpd.org/smtpctl.8.html
List messages in queue
smtpctl show queue
To try to flush the queue (Send all messages)
smtpctl schedule all
To remove messages use the following with the message ids shown by show queue
smtpctl remove $message-id
> On Oct 6, 2015, at 1:38 P
Thanks!
Thanks,
Bryan
On Tue, Oct 6, 2015 at 1:42 PM, Joseph Mulloy wrote:
> Use smtpctl
>
> https://www.opensmtpd.org/smtpctl.8.html
>
> List messages in queue
> smtpctl show queue
>
> To try to flush the queue (Send all messages)
> smtpctl schedule all
>
> To remove messages use the following
On Tue, Oct 06, 2015 at 13:38:31 -0400, Bryan C. Everly wrote:
> I have two servers up and running and would like to know how to clean
> out the queue on them. I have a lot of test messages stuck there from
> early attempts to get the configuration right.
>
> Is there an option to do this? I rea
> On Tue, Oct 06, 2015 at 13:38:31 -0400, Bryan C. Everly wrote:
> > I have two servers up and running and would like to know how to clean
> > out the queue on them. I have a lot of test messages stuck there from
> > early attempts to get the configuration right.
> >
> > Is there an option to do