Re: postfix virtual domain walking

2016-06-18 Thread Bill Cole
On 13 Jun 2016, at 17:18, James B. Byrne wrote: 3. If there is nothing that involves Postfix then something like what you propose must be the case. Or someone has gone to some lengths to scan for these addresses using our domain name as a search term. Or more likely: crawled the web indiscri

Re: postfix virtual domain walking

2016-06-14 Thread Phil Stracchino
On 06/14/16 09:59, Kris Deugau wrote: > James B. Byrne wrote: >> 3. If there is nothing that involves Postfix then something like what >> you propose must be the case. Or someone has gone to some lengths to >> scan for these addresses using our domain name as a search term. > > Every now and the

Re: postfix virtual domain walking

2016-06-14 Thread Kris Deugau
James B. Byrne wrote: > 3. If there is nothing that involves Postfix then something like what > you propose must be the case. Or someone has gone to some lengths to > scan for these addresses using our domain name as a search term. Every now and then I have seen indications in the mail logs of v

Re: postfix virtual domain walking

2016-06-13 Thread James B. Byrne
On Mon, June 13, 2016 16:42, Wietse Venema wrote: > James B. Byrne: >> These delivery names are only found in /etc/postfix/virtual. > > What about an email "address book" on a user machine? > > Wietse > It is certainly a possibility. However, my difficulty with that explanation is that: 1.

Re: postfix virtual domain walking

2016-06-13 Thread Wietse Venema
James B. Byrne: > These delivery names are only found in /etc/postfix/virtual. What about an email "address book" on a user machine? Wietse

Re: postfix virtual domain walking

2016-06-13 Thread James B. Byrne
On Mon, June 13, 2016 14:25, Wietse Venema wrote: > James B. Byrne: >> However, the question arises as to how these local delivery >> addresses >> are being harvested? Some of these are used very infrequently and >> some of them have not been active for years. It seems remarkable >> that >> addr

Re: postfix virtual domain walking

2016-06-13 Thread Wietse Venema
James B. Byrne: > However, the question arises as to how these local delivery addresses > are being harvested? Some of these are used very infrequently and > some of them have not been active for years. It seems remarkable that > addresses that are known to only be used for one purpose, say bugzi

Re: Postfix Virtual domains wrong "from" field

2014-06-05 Thread Luigi Cirillo
Thank you Mark, you was very helpful. I knew it but I was confused because also another client had the same behaviour. Anyway I write how I solved for the mailing list archive. Squirrelmail didn't know the user mail address because I didn't set the map file path in squirrelmail, the address user.vi

Re: Postfix Virtual domains wrong "from" field

2014-06-04 Thread Mark Goodge
On 04/06/2014 11:01, Luigi Cirillo wrote: Hi there, I am trying to configure postfix on Debian 7 to manage virtual domains. I tried to send an email from a test user, using squirrelmail. The system send the email as user.virtualdomain@hostname.fqdn.com. How should I configure to send emails a

Re: Postfix Virtual users config -- Need Help

2012-12-25 Thread Vijay Rajah
Benny Thanks for your time & help.. That fixed the problem... Merry Christmas Thanks Vijay On Tue, Dec 25, 2012 at 12:12 AM, Benny Pedersen wrote: > Vijay Rajah skrev den 2012-12-24 19:04: > > Hello, >> >> I'm trying to setup a personal mail server with postfix. I'm trying to use >> postfix

Re: Postfix Virtual users config -- Need Help

2012-12-24 Thread Benny Pedersen
Vijay Rajah skrev den 2012-12-24 19:04: Hello, I'm trying to setup a personal mail server with postfix. I'm trying to use postfix virtual users method.. I'm not able to get the mail delivered... I looked through the documentation.. not able to find the issue.. Can some one please help?...

Re: postfix/virtual can't deliver to virtual mailbox

2012-06-04 Thread mouss
Le 04/06/2012 11:48, Alvin Wong a écrit : > Thanks, it's really the SELinux problem. The labels of some files in > `/var/spool/postfix/pid` have the wrong label set. Running > `/sbin/restorecon -rv /var/spool/postfix/pid/*` fixed the problem. So > my problem is now solved. > > But I have no idea w

Re: postfix/virtual can't deliver to virtual mailbox

2012-06-04 Thread Alvin Wong
Thanks, it's really the SELinux problem. The labels of some files in `/var/spool/postfix/pid` have the wrong label set. Running `/sbin/restorecon -rv /var/spool/postfix/pid/*` fixed the problem. So my problem is now solved. But I have no idea why the labels are changed themselves, though. Will it

Re: postfix/virtual can't deliver to virtual mailbox

2012-06-04 Thread Wietse Venema
Alvin Wong: > Hi, > > First thank you for trying to help, but it seems that you missed a > part: if I execute `postfix stop; postfix start` manually in the > terminal, the problem is > "solved" until the next reboot. > Check your SELINUX, APPARMOR etc. "security" configuration. Wietse

Re: postfix/virtual can't deliver to virtual mailbox

2012-06-03 Thread Alvin Wong
Hi, First thank you for trying to help, but it seems that you missed a part: if I execute `postfix stop; postfix start` manually in the terminal, the problem is "solved" until the next reboot. I am running in a real machine, and using real HDD not NFS. Interestingly when I try to flush the postq

Re: postfix/virtual can't deliver to virtual mailbox

2012-06-03 Thread Jeroen Geilman
On 06/03/2012 06:37 AM, Alvin Wong wrote: Hi, I am running postfix 2.6.6 on CentOS 6.2. I set up postfix to use virtual mailbox referring to this (http://www.postfix.org/VIRTUAL_README.html#virtual_mailbox) When the server starts, it can't deliver mail to virtual mailbox (mails are stuck in the

Re: Postfix virtual mailbox_command ?

2012-02-28 Thread Wietse Venema
Eddy Ilg: > Dear Postfix Users, > > due to a server migration we need to set group permission bits of our > virtual mailboxes. We are using the virtual MDA. > > With the local MDA there is a mailbox_command option which we could use > as a wrapper for maildrop. With virtual there does not seem

Re: Postfix Virtual Mailbox hosting Mysql System

2011-11-13 Thread Reindl Harald
Am 13.11.2011 15:04, schrieb David Mehler: > For my virtual alias maps should I put them all under the mysql > database or have them mixed? if you have something with mysql you should do all with mysql because mixing is confusing over the long and with database baclends you get some benefits: *

Re: Postfix Virtual Mailbox hosting Mysql System

2011-11-13 Thread David Mehler
Hello, Thank you. I got the root working with virtual_aliases. My question is before I put in the virtual alias mapping mail anacron atempted to deliver to root should have bounced, I'm wondering why it didn't and also why the root virtual mailbox was created under the virtual mailbox store? For

Re: Postfix Virtual Mailbox hosting Mysql System

2011-11-12 Thread Jeroen Geilman
On 2011-11-12 23:06, David Mehler wrote: Hello, I'm running an Arch Linux machine and a Postfix virtual mailbox hosting server with a Mysql backend. The software versions are: postfix 2.8.6-1 Mysql 5.5.17-1 Dovecot 2.0.15-1 The Dovecot I'm using for pop3s and imaps. Right now I have one domai

Re: postfix virtual user problem

2010-06-30 Thread mouss
Makara a écrit : > Hi all, > > Thank you for your useful advises. I found the problem is mailbox and > maildir ( just / in maildir database record). > If I understand it, it was a lackig slash, right? (I personally don't like the slash convention. I would prefer a type:path syntax. I mean maild

Re: postfix virtual user problem

2010-06-29 Thread Makara
Hi all, Thank you for your useful advises. I found the problem is mailbox and maildir ( just / in maildir database record). Thank again for your help. On Wed, Jun 30, 2010 at 8:50 AM, Makara wrote: > Hi All, > > Thank for your reply, I have fixed the path problem but I still have the > problem

Re: postfix virtual user problem

2010-06-29 Thread Makara
Hi All, Thank for your reply, I have fixed the path problem but I still have the problem something like the log I use query 2 log file: Jun 30 08:48:32 centos-vm postfix/virtual[16725]: E66D137ACE: to=< mak...@khmerict.com>, relay=virtual, delay=0.08, delays=0.06/0.01/0/0.01, dsn=4.2.0, status=

Re: postfix virtual user problem

2010-06-29 Thread mouss
Makara a écrit : > Hi All, > > I try to configure postfix virtual user with mysql. I got the problem > log below > > Jun 29 14:47:48 centos-vm postfix/virtual[4714]: A043137ACA: > to=mailto:mak...@khmerict.com>>, relay=virtual, > delay=305, delays=304/1/0/0.02, dsn=4.2.0, status=deferred (deliver

Re: Postfix Virtual Users with maildrop

2010-02-20 Thread mouss
Emre Yazici a écrit : > /dev/rob0 yazm?s,: >> On Fri, Feb 19, 2010 at 07:32:27PM +0100, mouss wrote: >> >>> Wietse Venema a écrit : >>> Emre Yazici: > I want to is to dynamically set corresponding user so that Postfix > can invoke maildrop with that user's permissions

Re: Postfix Virtual Users with maildrop

2010-02-20 Thread Emre Yazici
/dev/rob0 yazm?s,: On Fri, Feb 19, 2010 at 07:32:27PM +0100, mouss wrote: Wietse Venema a écrit : Emre Yazici: I want to is to dynamically set corresponding user so that Postfix can invoke maildrop with that user's permissions and mail delivery be made with the correct user rig

Re: Postfix Virtual Users with maildrop

2010-02-20 Thread mouss
/dev/rob0 a écrit : > On Fri, Feb 19, 2010 at 07:32:27PM +0100, mouss wrote: >> Wietse Venema a écrit : >>> Emre Yazici: I want to is to dynamically set corresponding user so that Postfix can invoke maildrop with that user's permissions and mail delivery be made with the correct us

Re: Postfix Virtual Users with maildrop

2010-02-19 Thread /dev/rob0
On Fri, Feb 19, 2010 at 07:32:27PM +0100, mouss wrote: > Wietse Venema a écrit : > > Emre Yazici: > >> I want to is to dynamically set corresponding user so that > >> Postfix can invoke maildrop with that user's permissions and > >> mail delivery be made with the correct user rights. > > > > Use

Re: Postfix Virtual Users with maildrop

2010-02-19 Thread mouss
Wietse Venema a écrit : > Emre Yazici: >> I want to is to dynamically set >> corresponding user so that Postfix can invoke maildrop with that user's >> permissions and mail delivery be made with the correct user rights. > > Use the Postfix local(8) delivery agent, and execute the maildrop > comm

Re: Postfix Virtual Users with maildrop

2010-02-19 Thread Wietse Venema
Emre Yazici: > I want to is to dynamically set > corresponding user so that Postfix can invoke maildrop with that user's > permissions and mail delivery be made with the correct user rights. Use the Postfix local(8) delivery agent, and execute the maildrop command via the mailbox_command (or mai

Re: Postfix+Virtual still not working

2009-09-23 Thread Sahil Tandon
On Sep 23, 2009, at 7:30 AM, Gerard wrote: On Wed, 23 Sep 2009 07:05:45 -0400 (EDT) wie...@porcupine.org (Wietse Venema) wrote: Gerard: Sep 23 06:49:23 scorpio postfix/virtual[16417]: 0BEBE22885: to=, relay=virtual, delay=0.14, delays=0.12/0.01/0/0.02, dsn=4.2.0, status=deferred (delivery fa

Re: Postfix+Virtual still not working

2009-09-23 Thread Wietse Venema
Gerard: > On Wed, 23 Sep 2009 07:05:45 -0400 (EDT) > wie...@porcupine.org (Wietse Venema) wrote: > > > Gerard: > > > Sep 23 06:49:23 scorpio postfix/virtual[16417]: 0BEBE22885: > > > to=, relay=virtual, delay=0.14, > > > delays=0.12/0.01/0/0.02, dsn=4.2.0, status=deferred (delivery > > > failed to

Re: Postfix+Virtual still not working

2009-09-23 Thread Gerard
On Wed, 23 Sep 2009 07:05:45 -0400 (EDT) wie...@porcupine.org (Wietse Venema) wrote: > Gerard: > > Sep 23 06:49:23 scorpio postfix/virtual[16417]: 0BEBE22885: > > to=, relay=virtual, delay=0.14, > > delays=0.12/0.01/0/0.02, dsn=4.2.0, status=deferred (delivery > > failed to mailbox /var/mail/vhost

Re: Postfix+Virtual still not working

2009-09-23 Thread Wietse Venema
Gerard: > Sep 23 06:49:23 scorpio postfix/virtual[16417]: 0BEBE22885: > to=, relay=virtual, delay=0.14, > delays=0.12/0.01/0/0.02, dsn=4.2.0, status=deferred (delivery failed to > mailbox /var/mail/vhost/seibercom.net/budman: unable to create lock file > /var/mail/vhost/seibercom.net/budman.loc

Re: postfix virtual mailbox domain (ad dovecot) configuration problem

2009-05-04 Thread Noel Jones
tepertyu wrote: 3. The newly created user can successfully send mail to any domain, and replies hit the user's mailbox: Good. Apparently postfix is working correctly. 4. However, if I try to retrieve the mails for mo...@transco.org.au, nothing is retrieved and the following entry is creat

Re: Postfix Virtual Domain Configuration

2009-01-16 Thread Brian Evans
Goutam Baul wrote: > Dear List, > > I am trying to host mailling services for two domains under the same > instance of postfix (2.2.10). The name of the domains are rpg.in and cpl.in. > The domains will have separate name space for them. The user details are > kept in LDAP. The maildrop is my local

Re: Postfix Virtual

2008-10-14 Thread Daniel V. Reinhardt
postfix.com which doesn't exist. Daniel Reinhardt Website: www.cryptodan.com Email: [EMAIL PROTECTED] Junior Network Security Engineer - Original Message From: Gerard <[EMAIL PROTECTED]> To: postfix-users@postfix.org Sent: Monday, October 13, 2008 8:05:59 PM Subject: Re: Post

Re: Postfix Virtual

2008-10-13 Thread sgsweb
mouss said the following on 10/13/2008 4:51 PM: sgsweb a écrit : Those are nice links, but when I subscribed to this list, I did not see that as a requirement or a stipulation on my confirmation e-mail nor are those links pertaining to postfix.org listserves. you can search the archi

Re: Postfix Virtual

2008-10-13 Thread Victor Duchovni
On Mon, Oct 13, 2008 at 04:44:42PM -0400, Brian Evans - Postfix List wrote: > > -RELAY ERROR LOG > > Oct 11 13:49:02 mail01 postfix/smtpd[4202]: NOQUEUE: reject: RCPT from > > web33504.mail.mud.yahoo.com[68.142.206.153]: 554 > > <[EMAIL PROTECTED]>: Relay access denied;

Re: Postfix Virtual

2008-10-13 Thread mouss
sgsweb a écrit : > Those are nice links, but when I subscribed to this list, I did not see > that as a requirement or a stipulation on my confirmation e-mail nor are > those links pertaining to postfix.org listserves. you can search the archives to see what others think about it. > Maybe when y

Re: Postfix Virtual

2008-10-13 Thread Brian Evans - Postfix List
sgsweb wrote: > Thanks for the reply. Please see the answers to the questions below > starting with *SGS::.* > > sgs. > > mouss said the following on 10/11/2008 6:25 PM: >> sgsweb a écrit : >> >>> I have a configuration of the postfix server using MySQL. I have the >>> postfix_virtual entry wh

Re: Postfix Virtual

2008-10-13 Thread sgsweb
Gerard, Most of the e-mail that is going back and forth is bottom posting. E.g., e-mail with subject "Re: Finally blocking some spam" from both Joey and Nikita. Not to mention the e-mail that was sent by mouss as the response to my e-mail is also bottom posting. Again, as I stated in my ea

Re: Postfix Virtual

2008-10-13 Thread sgsweb
Those are nice links, but when I subscribed to this list, I did not see that as a requirement or a stipulation on my confirmation e-mail nor are those links pertaining to postfix.org listserves. Maybe when you see something that is not right, you can give them the benefit of the doubt and expl

Re: Postfix Virtual

2008-10-13 Thread Gerard
On Mon, 13 Oct 2008 15:19:46 -0400 sgsweb <[EMAIL PROTECTED]> wrote: >Are you really trying to be this anal or were you born that way? What >part of my response did you not understand? I tried to be as specific >as I can with the response. What did you not understand? Were you >offended (or

Re: Postfix Virtual

2008-10-13 Thread mouss
sgsweb a écrit : > Are you really trying to be this anal or were you born that way? What > part of my response did you not understand? I tried to be as specific > as I can with the response. What did you not understand? Were you > offended (or confused) by the two different colors? Yes, but

Re: Postfix Virtual

2008-10-13 Thread sgsweb
Are you really trying to be this anal or were you born that way? What part of my response did you not understand? I tried to be as specific as I can with the response. What did you not understand? Were you offended (or confused) by the two different colors? Please explain. sgs. mouss sai

Re: Postfix Virtual

2008-10-13 Thread mouss
sgsweb a écrit : > Thanks for the reply. Please see the answers to the questions below > starting with Do you want help or do you want to impress us with bold blue?

Re: Postfix Virtual

2008-10-13 Thread sgsweb
Thanks for the reply. Please see the answers to the questions below starting with *SGS::.* sgs. mouss said the following on 10/11/2008 6:25 PM: sgsweb a écrit : I have a configuration of the postfix server using MySQL. I have the postfix_virtual entry where the destination includes sever

Re: Postfix Virtual

2008-10-11 Thread mouss
sgsweb a écrit : > I have a configuration of the postfix server using MySQL. I have the > postfix_virtual entry where the destination includes several e-mails, > some of which are outside of my domains. we don't really know what you mean by postfix_virtual. use the names of the parameters that ar

Re: postfix/virtual and dovecot/deliver

2008-10-01 Thread Mark Watts
On Wednesday 01 October 2008 09:28:47 mouss wrote: > Mark Watts wrote: > > You said earlier that you were running CentOS 5.2. As per a standard > > install, SELinux defaults to ON. > > for this particular problem, he is using Suse (see the "Problem with > virtual mailboxes" short thread) and he sa

Re: postfix/virtual and dovecot/deliver

2008-10-01 Thread mouss
Mark Watts wrote: You said earlier that you were running CentOS 5.2. As per a standard install, SELinux defaults to ON. for this particular problem, he is using Suse (see the "Problem with virtual mailboxes" short thread) and he said Apparmor isn't installed. [snip]

Re: postfix/virtual and dovecot/deliver

2008-10-01 Thread Mark Watts
On Wednesday 01 October 2008 00:28:37 Stephen Holmes wrote: > Wietse Venema wrote > > > If root can do "cat /etc/postfix/mysql/virtual-mailbox-maps.cf" > > but the Postfix virtual delivery agent running as root can open > > the file, then you have something that interferes with file system > > acc

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Wietse Venema
Wietse Venema > If root can do "cat /etc/postfix/mysql/virtual-mailbox-maps.cf" > but the Postfix virtual delivery agent running as root can open can -> cannot > the file, then you have something that interferes with file system > access, like Selinux, Apparmor, Systrace, and so on. Configuring >

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Stephen Holmes
Wietse Venema wrote > If root can do "cat /etc/postfix/mysql/virtual-mailbox-maps.cf" > but the Postfix virtual delivery agent running as root can open > the file, then you have something that interferes with file system > access, like Selinux, Apparmor, Systrace, and so on. Configuring > such syst

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Wietse Venema
Wietse Venema: > Stephen Holmes: > > Hmm, then it gets stranger. /etc/postfix/mysql/virtual-mailbox-maps.cf > > is a file in the local file system, as are the postfix binaries and in > > fact the /var/spool/postfix queues. All that's hosted on the remote NFS > > server is the actual user mailboxes

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Wietse Venema
Stephen Holmes: > Hmm, then it gets stranger. /etc/postfix/mysql/virtual-mailbox-maps.cf > is a file in the local file system, as are the postfix binaries and in > fact the /var/spool/postfix queues. All that's hosted on the remote NFS > server is the actual user mailboxes. The MySQL files are ro

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Stephen Holmes
Wietse Venema wrote: > Stephen Holmes: > mail postfix/virtual[1063]: fatal: open /etc/postfix/mysql/virtual-mailbox-maps.cf: Permission denied > ... > >> When I see this >> error, is it referring to (a) access to the .cf file itself or (b) >> access to the folder gall

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Wietse Venema
Stephen Holmes: > >> mail postfix/virtual[1063]: fatal: open > >> /etc/postfix/mysql/virtual-mailbox-maps.cf: Permission denied ... > When I see this > error, is it referring to (a) access to the .cf file itself or (b) > access to the folder galloping.com/stephen (with /vmail prefixed) ? The erro

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Stephen Holmes
Wietse Venema wrote: > Stephen Holmes: > >> I've had to use dovecot/deliver for mail delivery because >> postfix/virtual continues to give... >> >> mail postfix/virtual[1063]: fatal: open >> /etc/postfix/mysql/virtual-mailbox-maps.cf: Permission denied >> > > The Postfix virtual delivery a

Re: postfix/virtual and dovecot/deliver

2008-09-30 Thread Wietse Venema
Stephen Holmes: > I've had to use dovecot/deliver for mail delivery because > postfix/virtual continues to give... > > mail postfix/virtual[1063]: fatal: open > /etc/postfix/mysql/virtual-mailbox-maps.cf: Permission denied The Postfix virtual delivery agent opens such files before it gives up ro

Re: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-20 Thread Brian Evans - Postfix List
Num ber wrote: I'm trying to make that working with lists.soez.be Now i have this : $mydestination = , lists.$mydomain In mailman i have set lists.soez.be instead soez.be I have restart postfix and now i have this error : Aug 20 11:13:20 soez postfix/pipe[3296]: 311ECAE7A0: to=, relay=ma

RE: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-20 Thread Num ber
I'm trying to make that working with lists.soez.be Now i have this : $mydestination = , lists.$mydomain In mailman i have set lists.soez.be instead soez.be I have restart postfix and now i have this error : Aug 20 11:13:20 soez postfix/pipe[3296]: 311ECAE7A0: to=, relay=maildrop, delay=0

RE: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-19 Thread Num ber
Thanks for your reply...Finaly, what was the best way to have maildrop working with virtual user in postfix ?How do you do that ? ( a dedicated service in master)Thanks to all !!> First, understand that you need rewrite the destination in > /etc/mailman/virtual-mailman to a domain listed in myd

Re: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-19 Thread mouss
Num ber wrote: (Sorry for the last message, it's was not readable !! ) Hello,I'm sorry i know that the question was already asked, but i have try manything, and no one work.. I'm try to have mailman with postfix.. I use Postfix with mysql, and for my domaine everything work perfectly.. Now i h

Re: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-19 Thread Brian Evans - Postfix List
Num ber wrote: (Sorry for the last message, it's was not readable !! ) Hello,I'm sorry i know that the question was already asked, but i have try manything, and no one work.. I'm try to have mailman with postfix.. I use Postfix with mysql, and for my domaine everything work perfectly.. Now i h

Re: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-18 Thread mouss
Num ber wrote: Hello,I'm sorry i know that the question was already asked, but i have try manything, you should consider getting another address and using a real mailer. your message is hardly readable. anyway, you have a maildrop problem (it says "Invalid user specified"). this is no

Re: Postfix (virtual) and Mailman, Invalid user specified.

2008-08-18 Thread Wietse Venema
Num ber: > Hello,I'm sorry i know that the question was already asked, but i have try >- manything, and no one work..I'm try to have mailman with postfix..I use Pos >-tfix with mysql, and for my domaine everything work perfectly..Now i have do >- that :Add mailman aliases and virtual-mailman to ma