Re: problem with postfix

2009-03-27 Thread Zbigniew Szalbot

 Upali Rajapakse wrote:
 I installed postfix on frebsd 7
 i can send mail through command line but i cant receive any mail to it.

 and also there is no Maildir on any users home directory.
 can you help me?

I find this page really helpful:
http://www.purplehat.org/?page_id=4

HTH

Zbigniew Szalbot
___
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


problem with postfix

2009-03-26 Thread Upali Rajapakse
I installed postfix on frebsd 7
i can send mail through command line but i cant receive any mail to it.

and also there is no Maildir on any users home directory.
can you help me?
___
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: problem with postfix

2009-03-26 Thread Terry

Upali Rajapakse wrote:

I installed postfix on frebsd 7
i can send mail through command line but i cant receive any mail to it.

and also there is no Maildir on any users home directory.
can you help me?
___
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



No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 8.0.238 / Virus Database: 270.11.29/2023 - Release Date: 03/25/09 18:54:00


  

Best thing to do is go google/ yahoo
http://uk.search.yahoo.com/search;_ylt=A1f4cfyX0stJgmUAiHJLBQx.?p=freebsd+postfix+setup+y=Searchfr=moz2rd=r1
___
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: problem with postfix

2009-03-26 Thread Jason L McFarland

You need an imap/pop server.  I recommend dovecot.

--
Justice derailed is worse than justice denied. -- K. Muthukumar
Be the change you want to see in the world. -- Mahatma Gandhi

___
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: problem with postfix

2009-03-26 Thread Jerry
On Thu, 26 Mar 2009 19:09:34 +
Terry te...@bluelight.org.uk wrote:

Upali Rajapakse wrote:
 I installed postfix on frebsd 7
 i can send mail through command line but i cant receive any mail to
 it.

 and also there is no Maildir on any users home directory.
 can you help me?
   
Best thing to do is go google/ yahoo
http://uk.search.yahoo.com/search;_ylt=A1f4cfyX0stJgmUAiHJLBQx.?p=freebsd+postfix+setup+y=Searchfr=moz2rd=r1

I would recommend that you post your question on the Postfix forum.

postfix-us...@postfix.com

Visit: http://postfix.com/lists.html if not a member, or just sent a
message to: mojord...@postfix.org with subscribe postfix-users sans
quotation marks in the body of the message.


Be sure to include the output of 'postconf -n' in its entirety. Also,
any pertinent log entries.



-- 
Jerry
ges...@yahoo.com

Parkinson's Fourth Law: The number of people in any working group tends to 
increase
regardless of the amount of work to be done.


signature.asc
Description: PGP signature


Re: problem with postfix

2009-03-26 Thread Paul Schmehl
--On Thursday, March 26, 2009 10:54:41 -0500 Upali Rajapakse 
upal...@gmail.com wrote:




I installed postfix on frebsd 7
i can send mail through command line but i cant receive any mail to it.


Did you follow the instructions during the install and disable sendmail?  Did 
you say yes to activate Postfix in /etc/mail/mailer.conf?




and also there is no Maildir on any users home directory.
can you help me?


You're confusing MTAs (Mail Transfer Agents) with mail receipt programs such as 
imap and/or pop.


--
Paul Schmehl, Senior Infosec Analyst
As if it wasn't already obvious, my opinions
are my own and not those of my employer.
***
Check the headers before clicking on Reply.

___
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


Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Clint Olsen
I essentially want to rewrite all envelope senders of the form:

@host.my.domain

to just

@my.domain

The examples in the Postfix docs seem to make it seem like the patterns
only allow you to specify explicit recipients at the end of a rewriting
rule, but that's not what I want.  I know this was a common thing to do in
Sendmail using that hideous CF syntax.

Any cluepons would be very much appreciated.

Thanks,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Lowell Gilbert
Clint Olsen [EMAIL PROTECTED] writes:

 I essentially want to rewrite all envelope senders of the form:

 @host.my.domain

 to just

 @my.domain

 The examples in the Postfix docs seem to make it seem like the patterns
 only allow you to specify explicit recipients at the end of a rewriting
 rule, but that's not what I want.  I know this was a common thing to do in
 Sendmail using that hideous CF syntax.

 Any cluepons would be very much appreciated.

The myorigin variable is what you need.  See postconf(5) for more
things you can do with it.

( myorigin (default: $myhostname)
(   The domain name that locally-posted mail appears to come from, and that
(   locally posted mail is delivered to. The default, $myhostname, is  ade-
(   quate for small sites.  If you run a domain with multiple machines, you
(   should (1) change this to $mydomain and (2) set up a domain-wide  alias
(   database that aliases each user to [EMAIL PROTECTED]
(
(   Example:
(
(   myorigin = $mydomain

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Clint Olsen
On Dec 07, Lowell Gilbert wrote:
 The myorigin variable is what you need.  See postconf(5) for more
 things you can do with it.
 
 ( myorigin (default: $myhostname)
 (   The domain name that locally-posted mail appears to come from, and 
 that
 (   locally posted mail is delivered to. The default, $myhostname, is  
 ade-
 (   quate for small sites.  If you run a domain with multiple machines, 
 you
 (   should (1) change this to $mydomain and (2) set up a domain-wide  
 alias
 (   database that aliases each user to [EMAIL PROTECTED]
 (
 (   Example:
 (
 (   myorigin = $mydomain

Right, I have this set, yet it is still possible to have me send a mail
using Mutt with my From: address set as host.my.domain.  This works great
for incompletely specified recipients and senders etc.  But I haven't
figured out how to incorporate myorigin to rewrite all addresses that match
a pattern to modify that (and only that) in the address.

Thanks,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Lowell Gilbert
Clint Olsen [EMAIL PROTECTED] writes:

 On Dec 07, Lowell Gilbert wrote:
 The myorigin variable is what you need.  See postconf(5) for more
 things you can do with it.
 
 ( myorigin (default: $myhostname)
 (   The domain name that locally-posted mail appears to come from, and 
 that
 (   locally posted mail is delivered to. The default, $myhostname, is  
 ade-
 (   quate for small sites.  If you run a domain with multiple machines, 
 you
 (   should (1) change this to $mydomain and (2) set up a domain-wide  
 alias
 (   database that aliases each user to [EMAIL PROTECTED]
 (
 (   Example:
 (
 (   myorigin = $mydomain

 Right, I have this set, yet it is still possible to have me send a mail
 using Mutt with my From: address set as host.my.domain.  This works great
 for incompletely specified recipients and senders etc.  But I haven't
 figured out how to incorporate myorigin to rewrite all addresses that match
 a pattern to modify that (and only that) in the address.

Ah; sorry I misunderstood your aim.  

I don't like doing this heavy-handed sort of rewriting, but the magic
keyword is masquerade.  masquerade_classes, masquerade_domains, and
masquerade_exceptions give you a number of options.  I don't see any
way to be quite as sweeping as you're describing, but in my opinion
that's a good thing.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Clint Olsen
On Dec 07, Noel Jones wrote:
 http://www.postfix.org/ADDRESS_REWRITING_README.html#masquerade
 
 Looks like exactly what you describe.
 
 Just set in main.cf: masquerade_domains = my.domain and then run
 postfix reload

Yes!  This looks like it does what I want!  I completely forgot about the
masquerade feature in Sendmail.  Thanks a lot for this.

Incidentally, the reason why I ran into this problem was because I
absolutely cannot get GNU Mailman to stop using host.my.domain in the mail
dispatch section (yes, I have modified mm_cfg.py), and this was totally
messing up Postfix and causing it to trigger all sorts of spam filtering
checks that should not have been invoked.  I realized I technically had a
hole in my config and I didn't want to have to fix every single client that
might send mail through my server.

Thanks again,

-Clint
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Hopefully an easy header rewriting problem for Postfix

2007-12-07 Thread Noel Jones
On Dec 7, 2007 12:23 PM, Clint Olsen [EMAIL PROTECTED] wrote:
 I essentially want to rewrite all envelope senders of the form:

 @host.my.domain

 to just

 @my.domain

http://www.postfix.org/ADDRESS_REWRITING_README.html#masquerade

Looks like exactly what you describe.

Just set in main.cf:
masquerade_domains = my.domain
and then run  postfix reload

-- 
Noel Jones
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


mail problem, using postfix dovecot

2007-12-03 Thread Chuck Robey
I have my mail system running on my FreeBSD server.  It uses postfix 
outgoing, and dovecot to manage the Imap server, and finally Seamonkey 
either locally or from one of my other machines, to read/write my mail, 
it makes for a very portable mail system, but I am now convinced I have 
one major bug.  It's that I'm getting too darn many duplicate mails.


I didn't complain when that happened on all the FreeBSD posts, because 
we have so daarn many people crossposting, it'd be foolish to try to fix 
that.  BUT I just got dupes on some mail from Usenix, and I know Usenix 
isn't double posting me.


Any  idea of any common sort of mail mistake I might have made?  Mail 
isn't my real forte, so I might well  have bungled something.  Any sort 
of hint, right or wrong, would help, and especially the wrong ones: I'll 
run them down anyhow, and during that running down, I often find the 
real error, so don't think I'll jump upon you for stupid suggestions.
The only sort of thing I won't try is suggestions to change the basic 
method I use: I know Imap *can* be made to work, so I won't switch to 
using something like popmail, I don't want to pop my mail.  Other than 
that, any suggestion will be checked, believe me.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail problem, using postfix dovecot

2007-12-03 Thread Erik Cederstrand

Chuck Robey wrote:
I have my mail system running on my FreeBSD server.  It uses postfix 
outgoing, and dovecot to manage the Imap server, and finally Seamonkey 
either locally or from one of my other machines, to read/write my mail, 
it makes for a very portable mail system, but I am now convinced I have 
one major bug.  It's that I'm getting too darn many duplicate mails.


I didn't complain when that happened on all the FreeBSD posts, because 
we have so daarn many people crossposting, it'd be foolish to try to fix 
that.  BUT I just got dupes on some mail from Usenix, and I know Usenix 
isn't double posting me.


Any  idea of any common sort of mail mistake I might have made?  Mail 
isn't my real forte, so I might well  have bungled something.  Any sort 
of hint, right or wrong, would help, and especially the wrong ones: I'll 
run them down anyhow, and during that running down, I often find the 
real error, so don't think I'll jump upon you for stupid suggestions.
The only sort of thing I won't try is suggestions to change the basic 
method I use: I know Imap *can* be made to work, so I won't switch to 
using something like popmail, I don't want to pop my mail.  Other than 
that, any suggestion will be checked, believe me.


Just to narrow down the problem, take a look at the full headers of the 
duplicate mails and see if the mails are exact copies (i.e. the 
duplication occurs internally) or are in fact recieved py Postfix twice. 
Check the mail logs to see what Postfix, Dovecot and whatever else you 
have in the mix (SpamAssassin? Procmail? Postgrey?) are doing. Also make 
sure you're not just recieving the extra emails from some address you've 
set to forward to your normal address.


Erik
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail problem, using postfix dovecot

2007-12-03 Thread Chuck Robey

Erik Cederstrand wrote:

Chuck Robey wrote:
I have my mail system running on my FreeBSD server.  It uses postfix 
outgoing, and dovecot to manage the Imap server, and finally Seamonkey 
either locally or from one of my other machines, to read/write my 
mail, it makes for a very portable mail system, but I am now convinced 
I have one major bug.  It's that I'm getting too darn many duplicate 
mails.


I didn't complain when that happened on all the FreeBSD posts, because 
we have so daarn many people crossposting, it'd be foolish to try to 
fix that.  BUT I just got dupes on some mail from Usenix, and I know 
Usenix isn't double posting me.


Any  idea of any common sort of mail mistake I might have made?  Mail 
isn't my real forte, so I might well  have bungled something.  Any 
sort of hint, right or wrong, would help, and especially the wrong 
ones: I'll run them down anyhow, and during that running down, I often 
find the real error, so don't think I'll jump upon you for stupid 
suggestions.
The only sort of thing I won't try is suggestions to change the basic 
method I use: I know Imap *can* be made to work, so I won't switch to 
using something like popmail, I don't want to pop my mail.  Other than 
that, any suggestion will be checked, believe me.


Just to narrow down the problem, take a look at the full headers of the 
duplicate mails and see if the mails are exact copies (i.e. the 
duplication occurs internally) or are in fact recieved py Postfix twice. 
Check the mail logs to see what Postfix, Dovecot and whatever else you 
have in the mix (SpamAssassin? Procmail? Postgrey?) are doing. Also make 
sure you're not just recieving the extra emails from some address you've 
set to forward to your normal address.


Yup, that got it.  Your own message was dup'd to me, and I found out 
what was wrong.  When I got back to my apartment finally, from the 
extended hospital stay, all of my mail subs to [EMAIL PROTECTED] had 
lapsed from non-receipt.  I'd lost my old FreeBSD machine, and while I 
was still pretty disabled, it took me a long while to get the machine 
and all the smoking hardware back in service, and when I did, I 
restarted all my old subs, but because I'd lost the machine, all my old 
ssh keys went up in smoke, and I now couldn't get back into my 
freebsd.org login (remember I was a committer) so I was forced to 
restart my mail fromm my own hosts at chuckr.org.  Well, somehow, all 
the old FreeBSD.org subs kicked back in finally (they must occaisonally 
test forever, because I was laid up about 6 months).  So, all I need to 
do is to single up my  subs.  Too bad I couldn't get the new mail 
application to do what the old majordomo would do (give me the list of 
all lists a particular login name is subscribed to).


So.thanks for kicking me into doing that testing.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Postfix in 6.1

2007-01-15 Thread George Vanev

As Joe said update your ports tree.
For example:
# /usr/local/bin/cvsup  -L 2 /path/to/ports-supfile
# /usr/bin/make -C /usr/ports fetchindex
# /usr/local/sbin/portsdb -u
# /usr/local/sbin/pkgdb -F

If you don't use the GUI use option -g

Have a look at:
# man 1 cvsup

On 1/15/07, Alex Alborzfard [EMAIL PROTECTED] wrote:


I'm having trouble installing Postfix. After selecting the options (TSL,
Mysql), after displaying output that it can't fetch
postfix-2.2.9-tar.gzfrom various sites,
it displays this message:
Couldn't fetch it - please try retrieving this port manually into
/usr/ports/distfiles/postfix and try again.
 Error code 1

I've tried google and the FAQ, but haven't found anything. When
responding,
please keep in mind that I'm a newbie.

Thanks

Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]





--
George Vanev
Information Systems Specialist

tel.: +359 898 44 25 37
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem Installing Postfix in 6.1

2007-01-14 Thread Alex Alborzfard

I'm having trouble installing Postfix. After selecting the options (TSL,
Mysql), after displaying output that it can't fetch
postfix-2.2.9-tar.gzfrom various sites,
it displays this message:
Couldn't fetch it - please try retrieving this port manually into
/usr/ports/distfiles/postfix and try again.
 Error code 1

I've tried google and the FAQ, but haven't found anything. When responding,
please keep in mind that I'm a newbie.

Thanks

Alex
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Postfix in 6.1

2007-01-14 Thread Joe Holden

Alex Alborzfard wrote:

I'm having trouble installing Postfix. After selecting the options (TSL,
Mysql), after displaying output that it can't fetch
postfix-2.2.9-tar.gzfrom various sites,
it displays this message:
Couldn't fetch it - please try retrieving this port manually into
/usr/ports/distfiles/postfix and try again.
 Error code 1

I've tried google and the FAQ, but haven't found anything. When responding,
please keep in mind that I'm a newbie.

Thanks

Alex
That version is fairly dated, also looks to be unavailable, might be an 
idea to bring your ports collection up to date.


Ta,
Joe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem Installing Postfix in 6.1

2007-01-14 Thread Jay Chandler
Are you certain the box can get out to the internet and resolve DNS properly?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]