OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Postfixadmin + vacation

From: Alexandros G. Fragkiadakis (alfragecon.soc.uoc.gr)
Date: Thu Sep 06 2007 - 02:10:53 CDT


On Wed, September 5, 2007 23:01, Jose Renato Attab Braga wrote:
> Hello
>
>
> I install postfix + mysql + postfixadmin + vacation.
> I set a autoreplay in a account but it don't works !
> Any tip ?
> Thanks
>
>
>
> My settings and my log
>
>
> master.cf vacation unix - n n - - pipe
> flags=DRhu user=vacation argv=/var/spool/vacation/vacation.pl -f ${sender}
> -- ${recipient}
>

i've used:

vacation unix - n n - - pipe
  flags=DRhu user=vacation argv=/var/spool/vacation/vacation.pl

in main.cf:
  transport_maps=hash:/etc/postfix/transport

   in transport:
               vacation.mydomain.gr vacation

in main.cf:

  virtual_alias_maps=mysql:/etc/postfix/vacation_mysql

     in vacation_mysql:

hosts=myhost
user=myuser
password=mypassword
dbname=mydb
query=SELECT email1 from virtual where email='%s'

> main.cf transport_maps = hash:/etc/postfix/transport
>
> transport autoreply.yyy.com.br vacation
>
> config - postfixadmin $CONF['vacation'] = 'YES';
> $CONF['vacation_domain'] = 'autoreply.yyy.com.br';
>
>
> in /var/spool/vacation -rwx------ 1 vacation vacation 7126 2007-09-05
> 16:24 vacation.pl
>
>
>
> my log... Sep 5 16:34:51 novoemail2 postfix/pipe[23855]: E59F91C0310:
> to=<tecnoxxx.com.brautoreply.yyy.com.br>, orig_to=<tecnoxxx.com.br>,
> relay=vacation, delay=0.19, delays=0.13/0/0/0.06, dsn=2.0.0, status=sent
> (delivered via vacation service)
>
>
>
>
>
> --
> 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.