RE: postfix delivers all mail to root's mailbox

2014-04-01 Thread chrissko
I have the same problem and can not figure out what is wrong, can you please post what exactly was wrong with your destination? Any other advices would be appreciated, as well. -- View this message in context: http://postfix.1071664.n5.nabble.com/postfix-delivers-all-mail-to-root-s-mailbox-tp6

Re: Multiple auth (rimap + auxprop)

2014-04-01 Thread Andrea
I'm definitely forgetting something. This was a debian, I reinstalled everything on a centos, same identical problem: auxprop sql OK saslauthd rimap OK If I use both sql users can login, imap users can't but in this situation, if I use testsaslauthd it works correctly so it doesn't seem a saslauth

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Pau Peris
Not meant to offend, but Viktor, i'm still waiting for you knowledge to come around. And no, i'm not even asking you for a solution which obviously you don't know, but at least to come here and ask for excuses for you unfortunate behavior. Probably, 20 hours is enough time to read an understand t

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread Wietse Venema
chrissko: > I have the same problem and can not figure out what is wrong, can you please > post what exactly was wrong with your destination? Any other advices would > be appreciated, as well. Don't log in as root. Set up an alias that delivers root mail to a real user. The log in as a real user

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Wietse Venema
Pau Peris: > Not meant to offend, but Viktor, i'm still waiting for you knowledge to > come around. And no, i'm not even asking you for a solution which obviously > you don't know, but at least to come here and ask for excuses for you > unfortunate behavior. > > Probably, 20 hours is enough time

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Daniele Nicolodi
On 01/04/2014 12:41, Pau Peris wrote: > Not meant to offend, but Viktor, i'm still waiting for you knowledge to > come around. And no, i'm not even asking you for a solution which > obviously you don't know, but at least to come here and ask for excuses > for you unfortunate behavior. This is the

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Pau Peris
Wietse, exception? Don't fool man. Everyone here knows there is no exception on being at the "friend" side while trying to kick the new kid. Come on, let's make some sense. At your age you should know no one is going to belief this is an ... Wietse, just one more thing. Don't you think at your age

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread David Figuera
>This is the most fun think I've read in a very long while! I agree. Pau, if you want to mail me off-list and discuss your postfix issue (in spanish), feel free to do it. But if you read this thread carefully, you'll realize that these folks have explained to you that postfix can reject sende

Re: Can't reject forged sender/from address only when using AfterLogic Webmail

2014-04-01 Thread Viktor Dukhovni
On Tue, Apr 01, 2014 at 02:32:07PM +0200, Pau Peris wrote: > Come on, let's make some sense. What makes sense to me is to terminate your membership on this list, which I've done. If at some point you decide to stop posting public tantrums, you can come back, but if so, you must promise to keep y

Re: Multiple auth (rimap + auxprop)

2014-04-01 Thread Viktor Dukhovni
On Tue, Apr 01, 2014 at 10:28:50AM +0200, Andrea wrote: > I'm definitely forgetting something. > This was a debian, I reinstalled everything on a centos, same identical > problem: > auxprop sql OK > saslauthd rimap OK > > If I use both sql users can login, imap users can't > but in this situation,

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread chrissko
thanks, I setup root's mail to be forwarded to a user, I did this in /etc/aliases, then executed 'newalieses' command and restarted postfix, then loggid in as a normal user, still the same issue, all mail is going to /root/Maildir/new. Here is my /etc/postfix/main.cf file (I have removed the lines

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread Wietse Venema
chrissko: > thanks, I setup root's mail to be forwarded to a user, I did this in > /etc/aliases, then executed 'newalieses' command and restarted postfix, then > loggid in as a normal user, still the same issue, all mail is going to > /root/Maildir/new. Here is my /etc/postfix/main.cf file (I have

Re: why my e-mail waiting on queue if Host or domain name not found error exists

2014-04-01 Thread li...@rhsoft.net
Am 01.04.2014 16:17, schrieb Selcuk Yazar: > some of our users sends emails to incorrect mail addresses like gmail.com.tr > . Postfix gives > an error Host or domain name not found. But email still waiting on queue. > can can i change this settings ? > i wantto to try to 1

why my e-mail waiting on queue if Host or domain name not found error exists

2014-04-01 Thread Selcuk Yazar
Hi, some of our users sends emails to incorrect mail addresses like gmail.com.tr. Postfix gives an error Host or domain name not found. But email still waiting on queue. can can i change this settings ? i wantto to try to 1 or 2 time thanks in advance

Re: why my e-mail waiting on queue if Host or domain name not found error exists

2014-04-01 Thread Viktor Dukhovni
On Tue, Apr 01, 2014 at 05:17:44PM +0300, Selcuk Yazar wrote: > some of our users sends emails to incorrect mail addresses like gmail.com.tr. > Postfix gives an error Host or domain name not found. But email still > waiting on queue. can can i change this settings ? > i wantto to try to 1 or 2 ti

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread chrissko
I thought that it is using /ets/aliases but I might be wrong, here is the output of the command that you mentioned: postalias: fatal: open database postconf -h alias_maps.db: No such file or directory when I run "postconf alias_maps" I get: alias_maps = hash:/etc/aliases, nis:mail.aliases what

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread Wietse Venema
chrissko: > when I run "postconf alias_maps" I get: > > alias_maps = hash:/etc/aliases, nis:mail.aliases In that case, please report output from: $ postalias -q root hash:/etc/aliases This should be a non-root user (or email address). Wietse

Re: postfix delivers all mail to root's mailbox

2014-04-01 Thread chrissko
The output is indeed a non-root user, but before I run the command you mentioned, I modified the /etc/main.cf file, so now alias_maps = hash:/etc/aliases (without nis:mail.aliases) and it started working, it delivers the emails fine now. Thank you very much for your patience and help! This issue i

Re: Multiple auth (rimap + auxprop)

2014-04-01 Thread Andrea
2014-04-01 15:00 GMT+02:00 Viktor Dukhovni : > > No, it is a Cyrus SASL configuration problem, Postfix is just the messenger > between Cyrus SASL and the SMTP client. > > Perhaps testsaslauthd is not the right tool to test with, because > you're trying to use rimap, auxprop, ... which are not dire

Re: Multiple auth (rimap + auxprop)

2014-04-01 Thread Viktor Dukhovni
On Tue, Apr 01, 2014 at 06:24:52PM +0200, Andrea wrote: > > No, it is a Cyrus SASL configuration problem, Postfix is just the messenger > > between Cyrus SASL and the SMTP client. > > > > Perhaps testsaslauthd is not the right tool to test with, because > > you're trying to use rimap, auxprop, ...

Re: Multiple auth (rimap + auxprop)

2014-04-01 Thread Andrea
2014-04-01 18:43 GMT+02:00 Viktor Dukhovni : > One question we have not discussed is file permissions and chroot. > > Yes I checked it: on the debian postfix is chrooted, on the centos not. It seems everything ok, proof should be that if I remove auxprop and let just saslauthd it works. If it was

RE: Mails time before queue manager

2014-04-01 Thread KK Patnaik
Hi Viktor, 1) Please find the output of qshape in the link http://pastebin.com/pQ4h4pNY 2) Please find the "top" output at the time of peak hours top - 13:22:52 up 10:22, 3 users, load average: 5.36, 5.62, 5.62 Tasks: 276 total, 1 running, 275 sleeping, 0 stopped, 0 zombie Cpu0 : 1.0%

Re: Mails time before queue manager

2014-04-01 Thread Viktor Dukhovni
On Wed, Apr 02, 2014 at 04:28:48AM +0530, KK Patnaik wrote: > 1) Please find the output of qshape in the link http://pastebin.com/pQ4h4pNY Sorry, I don't read pastebins. You need to post the output (or at least lines for the top 20 or so domains) to the list. > 2) Please find the "top" output a

RE: Mails time before queue manager

2014-04-01 Thread KK Patnaik
Hi Viktor, 1) [root@smtp2]#qshape incoming active deferred T5 10204080 160 320 640 1280 1280+ TOTAL 95414 8130 5019 11477 13835 33457 23496 0 00 0 conrepmail.com 16397 1871 606 1255 3142 6792 2731 0 00 0