Re: Relay with vmap

2015-10-06 Thread Alberto Mijares
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

Re: Hello and segfault

2015-10-06 Thread Gilles Chehade
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, >

n00b question

2015-10-06 Thread Bryan C. Everly
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

Re: n00b question

2015-10-06 Thread Joseph Mulloy
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

Re: n00b question

2015-10-06 Thread Bryan C. Everly
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

Re: n00b question

2015-10-06 Thread Christoph Borsbach
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

Re: n00b question

2015-10-06 Thread Sunil Nimmagadda
> 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