/etc/passwd Centos + postfix

2013-06-25 Thread Dejan Doder
Hi group , I use system users with passwords defined in /etc/passwd. How can users change their passwords ? BR Dejan

Re: /etc/passwd Centos + postfix

2013-06-25 Thread Dejan Doder
yes I know that , but how users will change passwords by themselfs ? On Tue, Jun 25, 2013 at 2:25 PM, wrote: > On Tue, 25 Jun 2013 13:22:46 +0200 > Dejan Doder wrote: > > > Hi group , I use system users with passwords defined in /etc/passwd. > > How can users c

Re: /etc/passwd Centos + postfix

2013-06-25 Thread Dejan Doder
Thank you Helga BR Dejan On Tue, Jun 25, 2013 at 3:51 PM, wrote: > > - Message from Ryan Patrick Fernandez - >Date: Tue, 25 Jun 2013 20:58:32 +0800 >From: Ryan Patrick Fernandez > Subject: Re: /etc/passwd Centos + postfix > To: Dejan Doder &

amavisd+postfix lmtp

2013-06-28 Thread Dejan Doder
Hi group i have this message in tail -f /var/log/maillog bad transport type : lmtp_data_done_tiemeout=1200 I dont know where is problem /etc/postfix.master.cf # == # service type private unpriv chroot wakeup maxproc com

Re: amavisd+postfix lmtp

2013-06-28 Thread Dejan Doder
No it is not that i tryed , something with lmtp is On Fri, Jun 28, 2013 at 3:22 PM, Michael P. Demelbauer < michael.demelba...@wsr.ac.at> wrote: > On Fri, Jun 28, 2013 at 03:04:29PM +0200, Dejan Doder wrote: > > Hi group > > i have this message in tail -f /var/lo

Re: amavisd+postfix lmtp

2013-06-28 Thread Dejan Doder
"_timeout"? it my fault in typing I edited this in vi editor.. On Fri, Jun 28, 2013 at 3:31 PM, /dev/rob0 wrote: > On Fri, Jun 28, 2013 at 03:22:58PM +0200, Michael P. Demelbauer wrote: > > On Fri, Jun 28, 2013 at 03:04:29PM +0200, Dejan Doder wrote: > > > i have

Re: amavisd+postfix lmtp

2013-06-28 Thread Dejan Doder
/dev/rob0 thank you you are right! I did not type space before -o On Fri, Jun 28, 2013 at 3:40 PM, Dejan Doder wrote: > "_timeout"? it my fault in typing > I edited this in vi editor.. > > > > On Fri, Jun 28, 2013 at 3:31 PM, /dev/rob0 wrote: > >> On

postfix+ejabberd

2013-07-03 Thread Dejan Doder
Hi group , sorry because I have general question Did anyone have experience with integration posfix and ejabberd ? BR Dejan

hostname , myhostname , MX record

2013-07-04 Thread Dejan Doder
hi group , I have little confusion about these three parameters 1)hostname -f (system FQDN hostname which is defined under /etc/network HOSTNAME= ) 2) /etc/postfix/main.cf $myhostname= 3) MX record in public DNS When sending helo message postfix sends 2) parameter? Does 2) must match 1) and 3) ?

Re: hostname , myhostname , MX record

2013-07-04 Thread Dejan Doder
Thank you vary much Wietse! BR Dejan On Thu, Jul 4, 2013 at 2:24 PM, Wietse Venema wrote: > Dejan Doder: > > hi group , > > > > I have little confusion about these three parameters > > > > 1)hostname -f (system FQDN hostname which is > > defined unde

smtpd_relay postfix version 2.6

2013-07-05 Thread Dejan Doder
Hi group , how can I authenticate to this version of postfix postfix-2.6.6-2.2 to send mail on port 587? BR DEjan

Re: If To: address is $x. Change From: adress to $y

2013-07-09 Thread Dejan Doder
use sender rewrite options with canonical maps /etc/postfix/main.cf : sender_canonical_maps = hash:/etc/postfix/sender_canonical On Tue, Jul 9, 2013 at 8:54 PM, wrote: > Hello, hopefully