Re: Freebsd Built-in vacation program does not auto reply

2009-09-08 Thread Andre Albsmeier
On Fri, 04-Sep-2009 at 20:43:21 +0200, Andre Albsmeier wrote:
> On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote:
> > Hi guys,
> > 
> > Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto 
> > reply?
> > 
> > I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
> 
> Did you solve the problem already? I had a similar issue and
> tracked it down to a really strange compiler bug...

In fact it's no compiler bug (I only discovered it by changing
the compiler options) but a problem in vacation.c.

-Andre
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-09-08 Thread lyd mc

Hi Andre,

I use CFLAGS=-O2. 

Best regards,

Alyd


--- On Tue, 9/8/09, Andre Albsmeier  wrote:

From: Andre Albsmeier 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "lyd mc" 
Cc: "Andre Albsmeier" 
Date: Tuesday, September 8, 2009, 4:54 PM

On Tue, 08-Sep-2009 at 01:49:18 -0700, lyd mc wrote:
> Hi Andre,

Hi,

> 
> WOW! Its working now!

Great. What CFLAGS line have you got now? -O2 or nothing?
Would you mind posting a short note to freebsd-questions
regarding this? My intention is to make a bug report but
people will probably laugh at me if I haven't at least
another person to confirm this.

    -Andre

> 
> Here is my logs...
> 
> Sep  8 16:35:07 MAIL postfix/pickup[60602]: C6147BDC6D: uid=2003 
> from=
> Sep  8 16:35:07 MAIL postfix/cleanup[60710]: C6147BDC6D: 
> message-id=<20090908083507.c6147bd...@mail..com>
> Sep  8 16:35:07 MAIL postfix/qmgr[60603]: C6147BDC6D: 
> from=, size=347, nrcpt=1 (queue active)
> Sep  8 16:35:07 MAIL postfix/local[60712]: C6147BDC6D: 
> to=, orig_to=, relay=local, delay=0.03, 
> delays=0.02/0.01/0/0, dsn=2.0.0, status=sent (delivered to maildir)
> Sep  8 16:35:07 MAIL postfix/pickup[60602]: D02A5BDC70: uid=1001 
> from=
> Sep  8 16:35:07 MAIL postfix/cleanup[60710]: D02A5BDC70: 
> message-id=<20090908083507.d02a5bd...@mail..com>
> 
> Postfix deliver to vacation
> 
> Sep  8 16:35:07 MAIL postfix/local[60712]: C6147BDC6D: 
> to=, orig_to=, relay=local, delay=0.05, 
> delays=0.02/0.01/0/0.02, dsn=2.0.0, status=sent (delivered to command: 
> /usr/bin/vacation alyd.mc)
> Sep  8 16:35:07 MAIL postfix/qmgr[60603]: C6147BDC6D: removed
> 
> vacation send back notification
> 
> Sep  8 16:35:07 MAIL postfix/qmgr[60603]: D02A5BDC70: 
> from=, size=475, nrcpt=1 (queue active)
> Sep  8 16:35:07 MAIL postfix/local[60712]: D02A5BDC70: 
> to=, relay=local, delay=0.01, delays=0/0/0/0, 
> dsn=2.0.0, status=sent (delivered to maildir)
> Sep  8 16:35:07 MAIL postfix/qmgr[60603]: D02A5BDC70: removed
> 
> Thank you very much!
> 
> Alyd
> 
> 
> 
> 
>       




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-09-07 Thread Andre Albsmeier
[Please do not topquote]

On Tue, 08-Sep-2009 at 05:19:53 +, lyd mc wrote:
> Hi Andre,
> 
> I haven't solve it yet. I use the one in the ports tree 
> (/usr/ports/mail/vacation) as my work around.
> 
> Now I use sieve script for vacation notice.
> 
> Do you have a patch? May be I can use it in the future... Thanks.

No, I have a workaround. Do you have the sources to
compile vacation yourself? Can you recompile it without

-O2 -fno-strict-aliasing

and try again? And then recompile it with

-O2

and try this again?

-Andre

> 
> Best Regards,
> 
> alyd
> 
> --- On Sat, 9/5/09, Andre Albsmeier  wrote:
> 
> From: Andre Albsmeier 
> Subject: Re: Freebsd Built-in vacation program does not auto reply
> To: "lyd mc" 
> Cc: freebsd-questions@freebsd.org
> Date: Saturday, September 5, 2009, 2:43 AM
> 
> On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote:
> > Hi guys,
> > 
> > Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto 
> > reply?
> > 
> > I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
> 
> Did you solve the problem already? I had a similar issue and
> tracked it down to a really strange compiler bug...
> 
>     -Andre
> 
> > 
> > Under the home directory of the user (alydio.mc)
> > 
> > .forward
> > ??? \alydio.mc, "|/usr/bin/vacation alydio.mc"
> > 
> > .vacation.msg
> > ?? Subject: On vacation message
> > ?? From: alydio...@mydomain.com
> > ?? I'm on vacation and will not be reading my mail for a while.
> > ? Your mail will be dealt with when I return.
> > .
> > from postfix/sendmail logs:
> > 
> > ...sniff
> > ?(delivered to command: /usr/bin/vacation alydio.mc)
> > 
> > after this nothing will happened... no errors no warnings...? 
> > 
> > However the one I installed from ports (/usr/local/bin/vacation) works fine.
> > 
> > 
> > I want to use the freebsd base vacation program.? 
> > 
> > Please help.
> > 
> > Thank you,
> > alydiomc
> > 
> > 
> >       
> 
> -- 
> Micro$oft: When will your system crash today?
> 
> 
> 
>   

-- 
Linux is only free if your time is worthless.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-09-07 Thread lyd mc
Hi Andre,

I haven't solve it yet. I use the one in the ports tree 
(/usr/ports/mail/vacation) as my work around.

Now I use sieve script for vacation notice.

Do you have a patch? May be I can use it in the future... Thanks.

Best Regards,

alyd

--- On Sat, 9/5/09, Andre Albsmeier  wrote:

From: Andre Albsmeier 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "lyd mc" 
Cc: freebsd-questions@freebsd.org
Date: Saturday, September 5, 2009, 2:43 AM

On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote:
> Hi guys,
> 
> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply?
> 
> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.

Did you solve the problem already? I had a similar issue and
tracked it down to a really strange compiler bug...

    -Andre

> 
> Under the home directory of the user (alydio.mc)
> 
> .forward
> ??? \alydio.mc, "|/usr/bin/vacation alydio.mc"
> 
> .vacation.msg
> ?? Subject: On vacation message
> ?? From: alydio...@mydomain.com
> ?? I'm on vacation and will not be reading my mail for a while.
> ? Your mail will be dealt with when I return.
> .
> from postfix/sendmail logs:
> 
> ...sniff
> ?(delivered to command: /usr/bin/vacation alydio.mc)
> 
> after this nothing will happened... no errors no warnings...? 
> 
> However the one I installed from ports (/usr/local/bin/vacation) works fine.
> 
> 
> I want to use the freebsd base vacation program.? 
> 
> Please help.
> 
> Thank you,
> alydiomc
> 
> 
>       

-- 
Micro$oft: When will your system crash today?




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-09-04 Thread Andre Albsmeier
On Thu, 16-Apr-2009 at 18:00:26 +, lyd mc wrote:
> Hi guys,
> 
> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply?
> 
> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.

Did you solve the problem already? I had a similar issue and
tracked it down to a really strange compiler bug...

-Andre

> 
> Under the home directory of the user (alydio.mc)
> 
> .forward
> ??? \alydio.mc, "|/usr/bin/vacation alydio.mc"
> 
> .vacation.msg
> ?? Subject: On vacation message
> ?? From: alydio...@mydomain.com
> ?? I'm on vacation and will not be reading my mail for a while.
> ? Your mail will be dealt with when I return.
> .
> from postfix/sendmail logs:
> 
> ...sniff
> ?(delivered to command: /usr/bin/vacation alydio.mc)
> 
> after this nothing will happened... no errors no warnings...? 
> 
> However the one I installed from ports (/usr/local/bin/vacation) works fine.
> 
> 
> I want to use the freebsd base vacation program.? 
> 
> Please help.
> 
> Thank you,
> alydiomc
> 
> 
>   

-- 
Micro$oft: When will your system crash today?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-23 Thread lyd mc
hi derek,

It is by the way mydomain.com, sorry.

I also tried no period on user account...

kly...@mydomain.com


...still it does not auto reply.


thanks,

alydiomc


--- On Tue, 4/21/09, Derek Ragona  wrote:
From: Derek Ragona 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Tuesday, April 21, 2009, 7:40 PM


 
At 08:16 PM 4/19/2009, lyd mc wrote:


Hi derek,


Correction on step 4, it should be:


\alydio.mc, "|/usr/bin/vacation alydio.mc"


thanks,


alyd




--- On Mon, 4/20/09, lyd mc  wrote:

From: lyd mc 

Subject: Re: Freebsd Built-in vacation program does not auto reply

To: "Derek Ragona" 

Cc: freebsd-questions@freebsd.org

Date: Monday, April 20, 2009, 9:07 AM


hi derek,


It is not also working on my sendmail.


May be I overlooked some steps?


step 1. login to user 

# su alydio.mc


step 2. initialize vacation db 

$ vacation -i


step 3. create .vacation.msg 


 From: alydio...@mydomain.com

 Subject: I am on vacation

 Delivered-By-The-Graces-Of: The Vacation program

 Precedence: bulk


 I am on vacation until...


step 4. create .forward


\klyren, "|/usr/bin/vacation klyren"




sendmail log


Apr 20 08:21:08 MAIL sm-mta[18102]: n3K0L2Jl018092:
to="|/usr/bin/vacation alydio.mc",
ctladdr= (1001/0), delay=00:00:05,
xdelay=00:00:00, mailer=prog, pri=62458, dsn=2.0.0, stat=Sent


...nothing follows...


thanks

alydiomc

In the log entry above, I see:

ctladdr=  

I suspect this is NOT a deliverable address but that depends on how you
have mydomain resolving.


Also you might want to try using a user account without a period
in the name.  The period may be causing a silent parsing problem for
sendmail and vacation.


  -Derek





--- On Fri, 4/17/09,
Derek Ragona

  wrote:

From: Derek Ragona 

Subject: Re: Freebsd Built-in vacation program does not auto reply

To: alydi...@yahoo.com, "Odhiambo Washington"


Cc: "Steve Bertrand" ,
freebsd-questions@freebsd.org

Date: Friday, April 17, 2009, 9:51 PM




 

At 07:27 AM 4/17/2009, lyd mc wrote:


Thanks Odhiambo for your

time.




Actually i have a working vacation program  from freebsd ports

(/usr/ports/mail/vacation).




I only wondering why the freebsd base vacation behave
differently





I still want freebsd base vacation... the one from ports is obsolete
(as

per its maintainer website) and sometime i need to edit its makefile
for

it to compile




Thanks again.










I think the base system vacation is the one that is part of

sendmail.  So using it with postfix as the MTA may be the

issue.  I have use the base vacation version flawlessly with

sendmail.




  -Derek
















--- On Fri, 4/17/09,

Odhiambo Washington  wrote:


From: Odhiambo Washington 


Subject: Re: Freebsd Built-in vacation program does not auto
reply


To: alydi...@yahoo.com


Cc: "Steve Bertrand" ,

freebsd-questions@freebsd.org


Date: Friday, April 17, 2009, 8:10 PM








On Fri, Apr 17, 2009 at 2:47 PM, lyd mc 

wrote:







hi,




I don't know how to run it in debug mode




I already try this one.




#/usr/bin/vacation -d alydio.mc




but nothing happened... no logs in /var/log/message and
/var/log/maillog

pertaining to vacation.







Okay. I think you need to look again at your MTA logs. Not being an

expert with Postfix, I am not sure I can help with it anyway.







-- 


Best regards,




Odhiambo WASHINGTON,


Nairobi,KE


+254733744121/+254722743223


_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 


"Clothes make the man.  Naked people have little or no

influence on society."


 


-- Mark Twain
















___


freebsd-questions@freebsd.org mailing list


http://lists.freebsd.org/mailman/listinfo/freebsd-questions


To unsubscribe, send any mail to

"freebsd-questions-unsubscr...@freebsd.org"




-- 


This message has been scanned for viruses and


dangerous content by MailScanner, and is


believed to be clean. 


-- 


This message has been scanned for viruses and


dangerous content by

MailScanner, and is


believed to be clean.





  





___

freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"


-- 

This message has been scanned for viruses and

dangerous content by MailScanner, and is

believed to be clean. 

-- 

This message has been scanned for viruses and

dangerous content by
MailScanner, and is

believed to be clean.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-21 Thread Derek Ragona

At 08:16 PM 4/19/2009, lyd mc wrote:


Hi derek,

Correction on step 4, it should be:

\alydio.mc, "|/usr/bin/vacation alydio.mc"

thanks,

alyd


--- On Mon, 4/20/09, lyd mc  wrote:
From: lyd mc 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "Derek Ragona" 
Cc: freebsd-questions@freebsd.org
Date: Monday, April 20, 2009, 9:07 AM

hi derek,

It is not also working on my sendmail.

May be I overlooked some steps?

step 1. login to user
# su alydio.mc

step 2. initialize vacation db
$ vacation -i

step 3. create .vacation.msg

 From: alydio...@mydomain.com
 Subject: I am on vacation
 Delivered-By-The-Graces-Of: The Vacation program
 Precedence: bulk

 I am on vacation until...

step 4. create .forward

\klyren, "|/usr/bin/vacation klyren"


sendmail log

Apr 20 08:21:08 MAIL sm-mta[18102]: n3K0L2Jl018092: to="|/usr/bin/vacation 
alydio.mc", ctladdr= (1001/0), delay=00:00:05, 
xdelay=00:00:00, mailer=prog, pri=62458, dsn=2.0.0, stat=Sent


...nothing follows...

thanks
alydiomc


In the log entry above, I see:
ctladdr=
I suspect this is NOT a deliverable address but that depends on how you 
have mydomain resolving.


Also you might want to try using a user account without a period in the 
name.  The period may be causing a silent parsing problem for sendmail and 
vacation.


-Derek




--- On Fri, 4/17/09, Derek Ragona
  wrote:
From: Derek Ragona 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com, "Odhiambo Washington" 
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 9:51 PM



At 07:27 AM 4/17/2009, lyd mc wrote:

Thanks Odhiambo for your
time.


Actually i have a working vacation program  from freebsd ports
(/usr/ports/mail/vacation).


I only wondering why the freebsd base vacation behave differently



I still want freebsd base vacation... the one from ports is obsolete (as
per its maintainer website) and sometime i need to edit its makefile for
it to compile


Thanks again.






I think the base system vacation is the one that is part of
sendmail.  So using it with postfix as the MTA may be the
issue.  I have use the base vacation version flawlessly with
sendmail.


  -Derek










--- On Fri, 4/17/09,
Odhiambo Washington  wrote:

From: Odhiambo Washington 

Subject: Re: Freebsd Built-in vacation program does not auto reply

To: alydi...@yahoo.com

Cc: "Steve Bertrand" ,
freebsd-questions@freebsd.org

Date: Friday, April 17, 2009, 8:10 PM





On Fri, Apr 17, 2009 at 2:47 PM, lyd mc 
wrote:




hi,


I don't know how to run it in debug mode


I already try this one.


#/usr/bin/vacation -d alydio.mc


but nothing happened... no logs in /var/log/message and /var/log/maillog
pertaining to vacation.




Okay. I think you need to look again at your MTA logs. Not being an
expert with Postfix, I am not sure I can help with it anyway.




--

Best regards,


Odhiambo WASHINGTON,

Nairobi,KE

+254733744121/+254722743223

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

"Clothes make the man.  Naked people have little or no
influence on society."


-- Mark Twain










___

freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"


--

This message has been scanned for viruses and

dangerous content by MailScanner, and is

believed to be clean.

--

This message has been scanned for viruses and

dangerous content by
MailScanner, and is

believed to be clean.







___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-19 Thread lyd mc

Hi derek,

Correction on step 4, it should be:

\alydio.mc, "|/usr/bin/vacation alydio.mc"

thanks,

alyd


--- On Mon, 4/20/09, lyd mc  wrote:
From: lyd mc 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "Derek Ragona" 
Cc: freebsd-questions@freebsd.org
Date: Monday, April 20, 2009, 9:07 AM

hi derek,

It is not also working on my sendmail.

May be I overlooked some steps?

step 1. login to user 
# su alydio.mc

step 2. initialize vacation db 
$ vacation -i

step 3. create .vacation.msg 

 From: alydio...@mydomain.com
 Subject: I am on vacation
 Delivered-By-The-Graces-Of: The Vacation program
 Precedence: bulk

 I am on vacation until...

step 4. create .forward

\klyren, "|/usr/bin/vacation klyren"


sendmail log

Apr 20 08:21:08 MAIL sm-mta[18102]: n3K0L2Jl018092: to="|/usr/bin/vacation 
alydio.mc", ctladdr= (1001/0), delay=00:00:05, 
xdelay=00:00:00, mailer=prog, pri=62458, dsn=2.0.0, stat=Sent

...nothing follows...

thanks
alydiomc

--- On Fri, 4/17/09, Derek Ragona
  wrote:
From: Derek Ragona 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com, "Odhiambo Washington" 
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 9:51 PM


 
At 07:27 AM 4/17/2009, lyd mc wrote:

Thanks Odhiambo for your
time.


Actually i have a working vacation program  from freebsd ports
(/usr/ports/mail/vacation).


I only wondering why the freebsd base vacation behave differently



I still want freebsd base vacation... the one from ports is obsolete (as
per its maintainer website) and sometime i need to edit its makefile for
it to compile


Thanks again.






I think the base system vacation is the one that is part of
sendmail.  So using it with postfix as the MTA may be the
issue.  I have use the base vacation version flawlessly with
sendmail.


  -Derek










--- On Fri, 4/17/09,
Odhiambo Washington  wrote:

From: Odhiambo Washington 

Subject: Re: Freebsd Built-in vacation program does not auto reply

To: alydi...@yahoo.com

Cc: "Steve Bertrand" ,
freebsd-questions@freebsd.org

Date: Friday, April 17, 2009, 8:10 PM





On Fri, Apr 17, 2009 at 2:47 PM, lyd mc 
wrote:




hi,


I don't know how to run it in debug mode


I already try this one.


#/usr/bin/vacation -d alydio.mc


but nothing happened... no logs in /var/log/message and /var/log/maillog
pertaining to vacation.




Okay. I think you need to look again at your MTA logs. Not being an
expert with Postfix, I am not sure I can help with it anyway.




-- 

Best regards,


Odhiambo WASHINGTON,

Nairobi,KE

+254733744121/+254722743223

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

"Clothes make the man.  Naked people have little or no
influence on society."

  
-- Mark Twain










___

freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"


-- 

This message has been scanned for viruses and

dangerous content by MailScanner, and is

believed to be clean. 

-- 

This message has been scanned for viruses and

dangerous content by
MailScanner, and is

believed to be clean.



  



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-19 Thread lyd mc
hi derek,

It is not also working on my sendmail.

May be I overlooked some steps?

step 1. login to user 
# su alydio.mc

step 2. initialize vacation db 
$ vacation -i

step 3. create .vacation.msg 

 From: alydio...@mydomain.com
 Subject: I am on vacation
 Delivered-By-The-Graces-Of: The Vacation program
 Precedence: bulk

 I am on vacation until...

step 4. create .forward

\klyren, "|/usr/bin/vacation klyren"


sendmail log

Apr 20 08:21:08 MAIL sm-mta[18102]: n3K0L2Jl018092: to="|/usr/bin/vacation 
alydio.mc", ctladdr= (1001/0), delay=00:00:05, 
xdelay=00:00:00, mailer=prog, pri=62458, dsn=2.0.0, stat=Sent

...nothing follows...

thanks
alydiomc

--- On Fri, 4/17/09, Derek Ragona  wrote:
From: Derek Ragona 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com, "Odhiambo Washington" 
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 9:51 PM


 
At 07:27 AM 4/17/2009, lyd mc wrote:

Thanks Odhiambo for your
time.


Actually i have a working vacation program  from freebsd ports
(/usr/ports/mail/vacation).


I only wondering why the freebsd base vacation behave differently



I still want freebsd base vacation... the one from ports is obsolete (as
per its maintainer website) and sometime i need to edit its makefile for
it to compile


Thanks again.






I think the base system vacation is the one that is part of
sendmail.  So using it with postfix as the MTA may be the
issue.  I have use the base vacation version flawlessly with
sendmail.


  -Derek










--- On Fri, 4/17/09,
Odhiambo Washington  wrote:

From: Odhiambo Washington 

Subject: Re: Freebsd Built-in vacation program does not auto reply

To: alydi...@yahoo.com

Cc: "Steve Bertrand" ,
freebsd-questions@freebsd.org

Date: Friday, April 17, 2009, 8:10 PM





On Fri, Apr 17, 2009 at 2:47 PM, lyd mc 
wrote:




hi,


I don't know how to run it in debug mode


I already try this one.


#/usr/bin/vacation -d alydio.mc


but nothing happened... no logs in /var/log/message and /var/log/maillog
pertaining to vacation.




Okay. I think you need to look again at your MTA logs. Not being an
expert with Postfix, I am not sure I can help with it anyway.




-- 

Best regards,


Odhiambo WASHINGTON,

Nairobi,KE

+254733744121/+254722743223

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

"Clothes make the man.  Naked people have little or no
influence on society."

  
-- Mark Twain










___

freebsd-questions@freebsd.org mailing list

http://lists.freebsd.org/mailman/listinfo/freebsd-questions

To unsubscribe, send any mail to
"freebsd-questions-unsubscr...@freebsd.org"


-- 

This message has been scanned for viruses and

dangerous content by MailScanner, and is

believed to be clean. 

-- 

This message has been scanned for viruses and

dangerous content by
MailScanner, and is

believed to be clean.




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


RE: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Barry Byrne
 

> -Original Message-
> From: owner-freebsd-questi...@freebsd.org 
> [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of lyd mc

> On Friday 17 April 2009 13:47:45 lyd mc wrote:
> > hi,
> >
> > I don't know how to run it in debug mode
> >
> > I already try this one.
> >
> > #/usr/bin/vacation -d alydio.mc
> >
> > but nothing happened... no logs in /var/log/message and 
> /var/log/maillog
> > pertaining to vacation.

Hi,

Check your permissions on the the .forward file - should not be world or
group writable as far as I can remember.

Also, you haven't specified and alias in your vacation command, so only
mails addressed to alydio...@domain will be forwarded - could this be the
problem?

It might help to show the lines from /var/log/maillog that pertain to your
test message.

 - Barry

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Derek Ragona

At 07:27 AM 4/17/2009, lyd mc wrote:

Thanks Odhiambo for your time.

Actually i have a working vacation program  from freebsd ports 
(/usr/ports/mail/vacation).


I only wondering why the freebsd base vacation behave differently

I still want freebsd base vacation... the one from ports is obsolete (as 
per its maintainer website) and sometime i need to edit its makefile for 
it to compile


Thanks again.




I think the base system vacation is the one that is part of sendmail.  So 
using it with postfix as the MTA may be the issue.  I have use the base 
vacation version flawlessly with sendmail.


-Derek







--- On Fri, 4/17/09, Odhiambo Washington  wrote:
From: Odhiambo Washington 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 8:10 PM



On Fri, Apr 17, 2009 at 2:47 PM, lyd mc  wrote:


hi,

I don't know how to run it in debug mode

I already try this one.

#/usr/bin/vacation -d alydio.mc

but nothing happened... no logs in /var/log/message and /var/log/maillog 
pertaining to vacation.



Okay. I think you need to look again at your MTA logs. Not being an expert 
with Postfix, I am not sure I can help with it anyway.



--
Best regards,

Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on society."
   -- Mark Twain






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
No output either




--- On Fri, 4/17/09, Mel Flynn  
wrote:
From: Mel Flynn 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: freebsd-questions@freebsd.org, alydi...@yahoo.com
Cc: "Odhiambo Washington" , "Steve Bertrand" 

Date: Friday, April 17, 2009, 8:21 PM

On Friday 17 April 2009 13:47:45 lyd mc wrote:
> hi,
>
> I don't know how to run it in debug mode
>
> I already try this one.
>
> #/usr/bin/vacation -d alydio.mc
>
> but nothing happened... no logs in /var/log/message and /var/log/maillog
> pertaining to vacation.

And /var/log/debug.log?
-- 
Mel



  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
Thanks Odhiambo for your time.

Actually i have a working vacation program  from freebsd ports 
(/usr/ports/mail/vacation).

I only wondering why the freebsd base vacation behave differently 

I still want freebsd base vacation... the one from ports is obsolete (as per 
its maintainer website) and sometime i need to edit its makefile for it to 
compile

Thanks again.








--- On Fri, 4/17/09, Odhiambo Washington  wrote:
From: Odhiambo Washington 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 8:10 PM



On Fri, Apr 17, 2009 at 2:47 PM, lyd mc  wrote:


hi,

I don't know how to run it in debug mode

I already try this one.

#/usr/bin/vacation -d alydio.mc

but nothing happened... no logs in /var/log/message and /var/log/maillog 
pertaining to vacation.


Okay. I think you need to look again at your MTA logs. Not being an expert with 
Postfix, I am not sure I can help with it anyway.


-- 
Best regards,

Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
"Clothes make the man.  Naked people have little or no influence on society."
               -- Mark Twain






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Mel Flynn
On Friday 17 April 2009 13:47:45 lyd mc wrote:
> hi,
>
> I don't know how to run it in debug mode
>
> I already try this one.
>
> #/usr/bin/vacation -d alydio.mc
>
> but nothing happened... no logs in /var/log/message and /var/log/maillog
> pertaining to vacation.

And /var/log/debug.log?
-- 
Mel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Odhiambo Washington
On Fri, Apr 17, 2009 at 2:47 PM, lyd mc  wrote:

> hi,
>
> I don't know how to run it in debug mode
>
> I already try this one.
>
> #/usr/bin/vacation -d alydio.mc
>
> but nothing happened... no logs in /var/log/message and /var/log/maillog
> pertaining to vacation.
>

Okay. I think you need to look again at your MTA logs. Not being an expert
with Postfix, I am not sure I can help with it anyway.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
hi,

I don't know how to run it in debug mode

I already try this one.

#/usr/bin/vacation -d alydio.mc

but nothing happened... no logs in /var/log/message and /var/log/maillog 
pertaining to vacation.

thnx



--- On Fri, 4/17/09, Odhiambo Washington  wrote:
From: Odhiambo Washington 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: alydi...@yahoo.com
Cc: "Steve Bertrand" , freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 7:41 PM



On Fri, Apr 17, 2009 at 2:35 PM, lyd mc  wrote:


Hi,


I already did vacation -i as per the manual say but it still does not auto 
reply.
You can run it in debug mode and see what it says in the logs, perhaps?




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
"Clothes make the man.  Naked people have little or no influence on society."

               -- Mark Twain





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Odhiambo Washington
On Fri, Apr 17, 2009 at 2:35 PM, lyd mc  wrote:

> Hi,
>
>
> I already did vacation -i as per the manual say but it still does not auto
> reply.


You can run it in debug mode and see what it says in the logs, perhaps?



-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread lyd mc
Hi,


I already did vacation -i as per the manual say but it still does not auto 
reply.


--- On Fri, 4/17/09, Odhiambo Washington  wrote:
From: Odhiambo Washington 
Subject: Re: Freebsd Built-in vacation program does not auto reply
To: "Steve Bertrand" 
Cc: alydi...@yahoo.com, freebsd-questions@freebsd.org
Date: Friday, April 17, 2009, 4:05 PM

On Fri, Apr 17, 2009 at 10:33 AM, Steve Bertrand  wrote:

Odhiambo Washington wrote:

> On Fri, Apr 17, 2009 at 6:00 AM, lyd mc  wrote:

>

>> Hi guys,

>>

>> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto

>> reply?

>>

>> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.

>>

>> Under the home directory of the user (alydio.mc)

>>

>> .forward

>>     \alydio.mc, "|/usr/bin/vacation alydio.mc"

>>

>> .vacation.msg

>>    Subject: On vacation message

>>    From: alydio...@mydomain.com

>>    I'm on vacation and will not be reading my mail for a while.

>>   Your mail will be dealt with when I return.

>> .

>> from postfix/sendmail logs:

>>

>> ...sniff

>>  (delivered to command: /usr/bin/vacation alydio.mc)

>>

>> after this nothing will happened... no errors no warnings...

>>

>> However the one I installed from ports (/usr/local/bin/vacation) works

>> fine.

>>

>>

>> I want to use the freebsd base vacation program.

>

>

> Did you read the man page fully and understand it?

> Did you initialize the vacation database?

> Have you tried to run it in debug mode?

> Try RTFM again and see if you could figure out the problem yourself.



Wow... wait a sec...



I recall years ago having to deal with 'vacation' messages along with

sendmail, and with thousands of users, I hated doing it manually.

Perhaps a ``how I do it'' is warranted here.



It is quite apparent that the OP has RTFM, _and_ tried to work it out

for himself...
I was waiting for the OP to say that he actually did run `vacation -i` first, 
as that is a requirement.
Of course he can also run with -d and watch the logs for clues.





-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
"Clothes make the man.  Naked people have little or no influence on society."

               -- Mark Twain





___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Wojciech Puchar

did you vacation -i

On Thu, 16 Apr 2009, lyd mc wrote:


Hi guys,

Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply?

I am using fresh installed Freebsd7.0 and 7.1. here is my configs.

Under the home directory of the user (alydio.mc)

.forward
    \alydio.mc, "|/usr/bin/vacation alydio.mc"

.vacation.msg
   Subject: On vacation message
   From: alydio...@mydomain.com
   I'm on vacation and will not be reading my mail for a while.
  Your mail will be dealt with when I return.
.
from postfix/sendmail logs:

...sniff
 (delivered to command: /usr/bin/vacation alydio.mc)

after this nothing will happened... no errors no warnings...

??

However the one I installed from ports (/usr/local/bin/vacation) works fine.


I want to use the freebsd base vacation program.

??

Please help.

Thank you,
alydiomc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Odhiambo Washington
On Fri, Apr 17, 2009 at 10:33 AM, Steve Bertrand  wrote:

> Odhiambo Washington wrote:
> > On Fri, Apr 17, 2009 at 6:00 AM, lyd mc  wrote:
> >
> >> Hi guys,
> >>
> >> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto
> >> reply?
> >>
> >> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
> >>
> >> Under the home directory of the user (alydio.mc)
> >>
> >> .forward
> >> \alydio.mc, "|/usr/bin/vacation alydio.mc"
> >>
> >> .vacation.msg
> >>Subject: On vacation message
> >>From: alydio...@mydomain.com
> >>I'm on vacation and will not be reading my mail for a while.
> >>   Your mail will be dealt with when I return.
> >> .
> >> from postfix/sendmail logs:
> >>
> >> ...sniff
> >>  (delivered to command: /usr/bin/vacation alydio.mc)
> >>
> >> after this nothing will happened... no errors no warnings...
> >>
> >> However the one I installed from ports (/usr/local/bin/vacation) works
> >> fine.
> >>
> >>
> >> I want to use the freebsd base vacation program.
> >
> >
> > Did you read the man page fully and understand it?
> > Did you initialize the vacation database?
> > Have you tried to run it in debug mode?
> > Try RTFM again and see if you could figure out the problem yourself.
>
> Wow... wait a sec...
>
> I recall years ago having to deal with 'vacation' messages along with
> sendmail, and with thousands of users, I hated doing it manually.
> Perhaps a ``how I do it'' is warranted here.
>
> It is quite apparent that the OP has RTFM, _and_ tried to work it out
> for himself...


I was waiting for the OP to say that he actually did run `vacation -i`
first, as that is a requirement.
Of course he can also run with -d and watch the logs for clues.




-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-17 Thread Steve Bertrand
Odhiambo Washington wrote:
> On Fri, Apr 17, 2009 at 6:00 AM, lyd mc  wrote:
> 
>> Hi guys,
>>
>> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto
>> reply?
>>
>> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
>>
>> Under the home directory of the user (alydio.mc)
>>
>> .forward
>> \alydio.mc, "|/usr/bin/vacation alydio.mc"
>>
>> .vacation.msg
>>Subject: On vacation message
>>From: alydio...@mydomain.com
>>I'm on vacation and will not be reading my mail for a while.
>>   Your mail will be dealt with when I return.
>> .
>> from postfix/sendmail logs:
>>
>> ...sniff
>>  (delivered to command: /usr/bin/vacation alydio.mc)
>>
>> after this nothing will happened... no errors no warnings...
>>
>> However the one I installed from ports (/usr/local/bin/vacation) works
>> fine.
>>
>>
>> I want to use the freebsd base vacation program.
> 
> 
> Did you read the man page fully and understand it?
> Did you initialize the vacation database?
> Have you tried to run it in debug mode?
> Try RTFM again and see if you could figure out the problem yourself.

Wow... wait a sec...

I recall years ago having to deal with 'vacation' messages along with
sendmail, and with thousands of users, I hated doing it manually.
Perhaps a ``how I do it'' is warranted here.

It is quite apparent that the OP has RTFM, _and_ tried to work it out
for himself...

Off the top of my head, here is what I had to do to create a vacation
message. Perhaps sendmail folk could help me out here:

Run the following command to initialize the vacation db:

# vacation -i

...now, put your content into a file called ".vacation.msg" in the
user's home directory. The data could resemble something like this:

From: m...@email.address (Steve Bertrand)
Subject: Out of office
Delivered-By-The-Graces-Of: The Vacation program
Precedence: bulk

I will be out of the office for the rest of my life. Contact someone who
cares until I decide I come back.

...then, in a file named ".forward" within the users home directory, put:

\username, "| /path/to/vacation username"

...as far as I recall, this should kick the vacation program into gear.

Steve






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Freebsd Built-in vacation program does not auto reply

2009-04-16 Thread Odhiambo Washington
On Fri, Apr 17, 2009 at 6:00 AM, lyd mc  wrote:

> Hi guys,
>
> Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto
> reply?
>
> I am using fresh installed Freebsd7.0 and 7.1. here is my configs.
>
> Under the home directory of the user (alydio.mc)
>
> .forward
> \alydio.mc, "|/usr/bin/vacation alydio.mc"
>
> .vacation.msg
>Subject: On vacation message
>From: alydio...@mydomain.com
>I'm on vacation and will not be reading my mail for a while.
>   Your mail will be dealt with when I return.
> .
> from postfix/sendmail logs:
>
> ...sniff
>  (delivered to command: /usr/bin/vacation alydio.mc)
>
> after this nothing will happened... no errors no warnings...
>
> However the one I installed from ports (/usr/local/bin/vacation) works
> fine.
>
>
> I want to use the freebsd base vacation program.


Did you read the man page fully and understand it?
Did you initialize the vacation database?
Have you tried to run it in debug mode?
Try RTFM again and see if you could figure out the problem yourself.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
"Clothes make the man.  Naked people have little or no influence on
society."
  -- Mark Twain
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Freebsd Built-in vacation program does not auto reply

2009-04-16 Thread lyd mc
Hi guys,

Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply?

I am using fresh installed Freebsd7.0 and 7.1. here is my configs.

Under the home directory of the user (alydio.mc)

.forward
    \alydio.mc, "|/usr/bin/vacation alydio.mc"

.vacation.msg
   Subject: On vacation message
   From: alydio...@mydomain.com
   I'm on vacation and will not be reading my mail for a while.
  Your mail will be dealt with when I return.
.
from postfix/sendmail logs:

...sniff
 (delivered to command: /usr/bin/vacation alydio.mc)

after this nothing will happened... no errors no warnings...  

However the one I installed from ports (/usr/local/bin/vacation) works fine.


I want to use the freebsd base vacation program.  

Please help.

Thank you,
alydiomc



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"